Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

selectRange method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

selectRange(min, max, inclMin, inclMax)

Select a range in this measure.

Version history

Version history
Version state Details
Introduced 2.2

Parameters

min

Type: Number

Sets the minimum value of the range.

max

Type: Number

Sets the maximum value of the range.

inclMin

Type: Boolean

Optional.

Set to true to include minimum value.

inclMax

Type: Boolean

Optional.

Set to true to include maximum value.

Returns

A promise.

Example

this.table.headers[1].selectRange( this.minval, this.maxval );

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!