Sets a field in the AND mode.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void SetAndMode(
	bool andMode
)
Public Sub SetAndMode ( 
	andMode As Boolean
)
Parameters
- andMode
 - Type: SystemBoolean
Specifies if the AND mode applies to the field.
                                        Set this parameter to true to enter the AND mode.
                                        This parameter is mandatory. 
Implements
IFieldSetAndMode(Boolean)
See Also