Siebel ePharma Handheld Guide for Windows-Powered Devices > Print Tagging Language > Overview >

GetCount


Description

Calculates the number of records in the selected rows and assigns this value to a variable.

Usage

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

Syntax

<TAG:GetCount Appletname="APPLET NAME" Query="QUERY STRING" Variable="VARIABLE NAME">

Parameter
Description
TAG:GetCount
(Required) Required tag indicator.
APPLET NAME
(Required) Name of the applet.
QUERY STRING
(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 may specify one or more query strings separated by a vertical bar (|).
For example, Query="Name|LIKE 'Sieb*'"|"Location|LIKE 'H*'"
VARIABLE NAME
(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 ePharma Handheld Guide for Windows-Powered Devices 
 Published: 18 July 2003