Skip to main content Skip to complementary content

IRange Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Syntax

[ValueClass]
public interface IRange

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 qMinInclEq is set to true it means that 10 is included in the range of selections.

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 qMinInclEq is set to true it means that 1 is included in the range of selections.

JSON property name: qMinInclEq

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!