LassoScript Utility
Basics Browse Detail

[Action_SetTotalCount]

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

Description

[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.

Syntax

[Action_SetTotalCount: 100]

Parameters

Required Parameters
Integer The total count value to be set.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.