IVariable ForceContentAsync Method Qlik Sense .NET SDK - API Reference

Sets the value of a dual variable overriding any input constraints.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

Task ForceContentAsync(
	string s,
	double d,
	string userHandle = null
)

Parameters

s
Type: OnlineSystem String
String representation of a dual value. Set this parameter to "", if the string representation is to be Null. This parameter is mandatory.
d
Type: OnlineSystem Double
Numeric representation of a dual value. This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask
See Also