Skip to main content Skip to complementary content
Close announcements banner

selectRange method

selectRange(qRanges, qOrMode)

Method used to select values in this object using ranges.

Information noteOnly applicable to hyper cubes.

Parameters

Name Type Description
qRanges Array Array of ranges to select.
qOrMode Boolean  

Example

var range = { "qMeasureIx": 1, "qRange": { "qMin": 10, "qMax": 100, "qMinInclEq": true, "qMaxInclEq": true } }; self.backendApi.selectRange( [range], false);

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!