GetLooselyCoupledVector method
Returns a vector of loosely coupled state flags, one element for each table in the app.
The last three values in the vector are extra values. These values are for internal use.
In case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop.
Where <array of bytes> is an array of state flags, one for each table in the app. The following applies:
- 0 means that the table is not loose.
- 1 means that the table is loose.
- 2 means that the table is always loose and cannot be unloose using the Qlik Engine API.
Parameters
No parameters
Returns
Name | Description | Type |
---|---|---|
qv | [<array of bytes>] |
Array of Bytes |