filter-group
function
The filter-group
action filters a group. It belongs to the group category within the data area.
Action Syntax
filter-group $variable starts-with "text"
A variable name starting with $ followed by a value followed by A quoted text string
filter-group $variable starts-with $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
filter-group $variable contains "text"
A variable name starting with $ followed by a value followed by A quoted text string
filter-group $variable contains $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
GRP_STRING
value that can be stored in a variable:
$result = filter-group
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$grp_string = filter-group $Ggroup starts-with "T"
Action code: 1268835857
Version: 0.6.4-1
Last updated: 2025-06-13