FieldListDef Class
Assembly: Qlik.Engine.dll
Defines the fields to show.
Inheritance
-
System.Object
-
AbstractStructure
- FieldListDef
-
AbstractStructure
Syntax
[ValueClass]
public class FieldListDef : AbstractStructure, IDisposable, IFieldListDef, IAbstractStructureConstructors
| Name | Description |
|---|---|
| FieldListDef() |
Creates an instance of the FieldListDef class |
Properties
| Name | Description |
|---|---|
| ShowDefinitionOnly |
Shows the fields defined on the fly if set to true. Default is false. JSON property name: qShowDefinitionOnly |
| ShowDerivedFields |
Shows the fields and derived fields if set to true. Default is false. JSON property name: qShowDerivedFields |
| ShowHidden |
Shows the hidden fields if set to true. Default is false. JSON property name: qShowHidden |
| ShowImplicit |
Shows the Direct Discovery measure fields if set to true. Default is false. JSON property name: qShowImplicit |
| ShowSemantic |
Show the semantic fields if set to true. Default is false. JSON property name: qShowSemantic |
| ShowSrcTables |
Shows the tables and fields present in the data model viewer if set to true. Default is false. JSON property name: qShowSrcTables |
| ShowSystem |
Shows the system tables if set to true. Default is false. JSON property name: qShowSystem |