[Action_SetFoundCount]
Custom Tag
Substitution
Preferred
8.0
[Action_SetFoundCount] is used to set the found 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 [Found_Count] within the inline that called the action.Note: The value for [Shown_Count] and related tags is defined by the number of times that [Action_AddRecord] is called. The values for [MaxRecords_Value] and [SkipRecords_Value] are handled automatically.
[Action_SetFoundCount: 10]