Retrieves the data of a specific table.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- offset
- Type:
System Int32
Position from the top, starting from 0. If the offset is set to 0, the rows starting from the position/index 0 are showed.
- rows
- Type:
System Int32
Number of rows to show
- syntheticMode
- Type:
System Boolean
If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any).
- tableName
- Type:
System String
Name of the table
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:Implements
IApp GetTableDataAsync(Int32, Int32, Boolean, String, String)See Also