Click or drag to resize
AppAddAlternateState 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: 1.1.0.0 (1.1.0.0)
Syntax
public void AddAlternateState(
	string stateName
)

Parameters

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

Implements

IAppAddAlternateState(String)
See Also