Grouping data

GROUPSCRIPT – Call LUA-based script

275 views June 1, 2018 July 26, 2018 admin 0

Overview

This Custom Field calls a LUA-based script. A ‘recordset’ object is passed with the group contents. The Custom Field will return a table.

Syntax

GROUPSCRIPT(‘GroupPath’,’SortField’,‘ScriptName’)

GROUPSCRIPT(‘Parent Category:Child Category’,,‘Script.lua’)

 

Element Description
‘GroupPath’ Group path delimited by colons.
‘SortField’ The field by which to sort.
‘ScriptName’ The name of the LUA-based script.

Example

Coming soon.

See also

CALLSCRIPT

Was this helpful?