IFieldListDef Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Defines the fields to show.
Syntax
[ValueClass]
public interface IFieldListDef : IAbstractStructureProperties
| 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 |