Tag Link | [Action_SetTotalCount] | Category | Custom Tag |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[Action_SetTotalCount] is used to set the total count for a database action within the ->Action tag of a custom Lasso data source. The tag requires one parameter which is an integer number of records that were found. The value set will be available through [Total_Count] within the inline that called the action.
[Action_SetTotalCount: 100]
Required Parameters | |
---|---|
Integer | The total count value to be set. |
See the Lasso 8 Language Guide for examples of how to use this tag.