Field to display when groupLens is set Default: The groupLens is used to sort and group data. Sometimes the groupLens field is a numeric or private field, and we want to display another field as the name of the group. Use this property to define the group name to display.
This field is optional.Syntax
$lens->groupLens = 'sequencenum';
$lens->groupDisplay = 'seqName'; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 5]
|