Type Alias SelectInfo

type SelectInfo = {
    qContinuousRangeInfo?: QRange[];
    qNumberFormat?: FieldAttributes;
    qRangeHi?: number;
    qRangeInfo?: RangeSelectInfo[];
    qRangeLo?: number;
    qSelectFieldSearch?: boolean;
    qSoftLock?: boolean;
    qTextSearch?: string;
}
Index

Properties

qContinuousRangeInfo?: QRange[]

List of information about ranges for selections.

qNumberFormat?: FieldAttributes

Gives information about the formatting of the range. This parameter is used when performing range selections or text searches in dimensions.

qRangeHi?: number

Highest value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.

qRangeInfo?: RangeSelectInfo[]

This parameter is used when performing range selections or text searches in measures. Gives information about the range of selections.

qRangeLo?: number

Lower value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.

qSelectFieldSearch?: boolean

This parameter is true if the TextSearch is a result of a Select Field operation.

qSoftLock?: boolean

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

qTextSearch?: string

Text search string. Everything that matches the text is selected. This parameter is optional.