GetExpressionBNF method
Gets the current Backus-Naur Form (BNF) grammar of the Qlik chart expressions supported within a given App.
Warning noteEXPERIMENTAL.
This API is under development. Do not rely on it. It may change or be removed in future versions.
This API is under development. Do not rely on it. It may change or be removed in future versions.
Returns
Name | Description | Type |
---|---|---|
qBnfDefs |
Description of the scripting language grammar. |
Array of BNFDef |
qBnfHash |
A string hash of the BNF definition. |
String |
See also