Отсутствует содержимое на вашем языке. Отображается версия на английском языке.
addAlternateState method
Note: STABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.app.addAlternateState(qStateName)
Adds an alternate state in the app. Multiple states within a Qlik Sense app can be created and applied to specific objects within the app. Objects in a given state are not affected by user selection in the other states.
Version history
Introduced | 1.1 |
Parameters
qStateName
Type: String
Alternate state name.
Returns
A promise of a Qlik associative engine reply.
Tip: For more information regarding a promise, see https://code.angularjs.org/1.7.0/docs/api/ng/service/$q#the-promise-api.
Example
app.addAlternateState("X");