Refers to the filter by value. Works only for fields in rows or columns. Check if the value filter is supported for your data source in Flexmonster’s technical specifications.
Only one property can be specified at a time.
Note MDX queries are not supported by the value filter. Use only the properties described in this section.
The example below shows how the ValueQueryObject is used to create a value filter:
slice: { rows: [ { uniqueName: "Country", filter: { measure: { uniqueName: "Price", aggregation: "sum", }, query: { top: 5, }, }, }, ] }