Range Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- Range
Syntax
[ValueClass]
public class Range : IRangeConstructors
| Name | Description |
|---|---|
| Range() |
Properties
| Name | Description |
|---|---|
| Max |
Highest value in the range JSON property name: qMax |
| MaxInclEq |
If set to true, the range includes the highest value in the range of selections (Equals to ). [bn(50500)] Example: The range is [1,10]. If JSON property name: qMaxInclEq |
| Min |
Lowest value in the range JSON property name: qMin |
| MinInclEq |
If set to true, the range includes the lowest value in the range of selections (Equals to ). [bn(50500)] Example: The range is [1,10]. If JSON property name: qMinInclEq |