Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products. All content is subject to change and is provided without warranty.
Optionally, include an empty GUID in the API call. Optionally, filter the columns in the table.
Tables are used to list specific properties for entities.
The Name property must not include spaces.
Use [columnType] in the following way:
When [columnType] is set to Property, the Definition property must contain the property name.
When [columnType] is set to Function, the Definition property must contain the function that produces the column values. Initially, the supported functions only include count([type1], [type2],…).
When [columnType] is set to List, the Definition property must contain the list item type and the list property must be specified as a list of columns.
This example shows how to create a table definition for engine services. The table is considered to be simple, since it only contains a single “property”.
This example shows how to create a table definition for engine services. The table is considered to be complex, since there are two “property” columns (Function and List, respectively) for each row.