Category: Special function
This function returns project metadata - specific details about the project. The keyword must be one of the text constants shown below.
Argument | Type | Description |
---|---|---|
'current module' | Text | The name of the current module. |
'current group' | Text | The name of the current table group (tab). |
'current table' | Text | The name of the current table. |
Return value type: Text
The text constants are case-insensitive (i.e., both 'Current Module' and 'current module' are acceptable).
References to a field or parameter are not permitted.
Refer to the image above for the examples below.
metadata('current module') //Returns 'Main'
metadata('current group') //Returns 'Sample'
metadata('current table') //Returns 'Counties_population'