Siebel Medical Handheld Guide > Print Tagging Language > Get and Set Tags >

GetCount Tag


The GetCount tag calculates the number of records in the selected rows and assigns this value to a variable.

Usage

Use the GetCount tag to calculate the number of records and print this value in your report.

Syntax

To use this tag, use the following syntax:

<TAG:GetCount appletname="APPLET NAME" query="QUERY STRING" variable="VARIABLE NAME">

Parameter
Description

TAG:GetCount

(Required) Required tag indicator.

appletname

(Required) Name of the applet.

query

(Optional) Search specification for the rows to be included in the row set. If not specified, the current search specification is used.

The syntax for the query string is: Field Name|Query Statement. You can specify one or more query strings separated by a vertical bar (|).

For example, Query="Name|LIKE 'Sieb*'"|"Location|LIKE 'H*'"

variable

(Required) Name of variable where the value is stored.

Example

<TAG:GetCount appletname="CS HH Product Bucket List Applet" query="Status|Good" variable="StatusGood">

Siebel Medical Handheld Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.