Click or drag to resize
IAppAddAlternateState Method

Adds an alternate state in the app.

You can create multiple states within a Qlik Sense app and apply these states to specific objects within the app. Objects in a given state are not affected by user selections in the other states.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
void AddAlternateState(
	string stateName
)

Parameters

stateName
Type: SystemString
Name of the alternate state. This parameter is mandatory.

Return Value

Type: 
See Also