NxFieldDescription
Properties
| Name | Description | Type |
|---|---|---|
| qIsSemantic | If set to true, it means that the field is a semantic. | Boolean |
| qIsHidden | If set to true, it means that the field is hidden. | Boolean |
| q IsSystem | If set to true, it means that the field is a system field. | Boolean |
| qAndMode |
If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false. |
Boolean |
| qName | Name of the field | String |
| qCardinal | Number of distinct field values | Integer |
| qTags |
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII |
Array of String |
| qIsDefinitionOnly | If set to true, it means that the field is a field on the fly. | Boolean |
| qDerivedFieldData | Lists the derived fields if any. | Null or NxDerivedFieldDescriptionList |
| qIsDetail |
Is used for Direct Discovery. If set to true, it means that the type of the field is detail. |
Boolean |
| qIsImplicit |
Is used for Direct Discovery. If set to true, it means that the type of the field is measure. |
Boolean |