Skip to content

dimensionFilters

Index

Fields

fn withDimension

withDimension(value)

PARAMETERS:

  • value (string)

Name of Dimension to be filtered on.

fn withFilter

withFilter(value)

PARAMETERS:

  • value (string)

@deprecated filter is deprecated in favour of filters to support multiselect.

fn withFilters

withFilters(value)

PARAMETERS:

  • value (array)

Values to match with the filter.

fn withFiltersMixin

withFiltersMixin(value)

PARAMETERS:

  • value (array)

Values to match with the filter.

fn withOperator

withOperator(value)

PARAMETERS:

  • value (string)

String denoting the filter operation. Supports 'eq' - equals,'ne' - not equals, 'sw' - starts with. Note that some dimensions may not support all operators.