BNFDef
Properties
Name | Description | Type |
---|---|---|
qBnf |
Array of token references that all together build up the definition of the current token. Generally, if the array is not empty, the definition is a BNF rule (qIsBnfRule is set to true). However, some BNF rules do have an empty array (qIsBnfRule is set to true, but qBnf is empty). |
Array of Integer |
qNbr |
Number of the current token definition. |
Integer |
qPNbr |
Number of the parent rule definition. |
Integer |
qHelpId |
Reference identifier to a function described in the documentation. The identifier is stored in the definition of the token containing the function name. Is not used in Qlik Sense. |
Integer |
qName |
Token name. One of:
|
String |
qStr |
Literal string of the token. Examples: 'Round' and '('. |
String |
qIsBnfRule |
If set to true, a list of related rule tokens is assigned to qBnf . This parameter is optional. The default value is false. |
Boolean |
qScriptStatement |
If set to true, the definition specifies a script statement. This parameter is optional. The default value is false. |
Boolean |
qControlStatement |
If set to true, the definition specifies a control statement. This parameter is optional. The default value is false. |
Boolean |
qBnfLiteral |
If set to true, the definition specifies a literal token. This parameter is optional. The default value is false. |
Boolean |
qQvFunc |
If set to true, the definition is related to a Qlik Sense function. It cannot be an aggregation function. This parameter is optional. The default value is false. |
Boolean |
qAggrFunc |
If set to true, the definition is related to an aggregation function. This parameter is optional. The default value is false. |
Boolean |
qFG |
Group of the function. One of:
|
String |
qFieldFlag |
If set to true, the definition is related to a field. This parameter is optional. The default value is false. |
Boolean |
qMT |
Type of the data. One of:
|
String |
qDepr |
Indicates whether a script statement, a chart or a script function is deprecated (not recommended for use). If set to true, the script statement or the function is not recommended for use in Qlik Sense. This parameter is optional. The default value is false. |
Boolean |
qFGList |
List of groups the function belongs to. |
Array |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!