Refers to the filter by condition for number, string, date, and time fields. Check if the conditional filter is supported for your data source in Flexmonster’s technical specifications.
Available properties depend on the field’s type. Only one property can be specified at a time.
Note MDX queries are not supported by the conditional filter. Use only the properties described in this section.
The filter accepts dates in the "YYYY-MM-DD"
format.
Note The filter does not work for the "date" field type. Fields of this type can be filtered only with selection or value filters.
The filter accepts time periods in the following formats:
"Xs"
– X seconds. Example: "5s"
."Xm"
– X minutes. Example: "5m"
."Xh"
– X hours. Example: "5h"
."Xd"
– X days. Example: "5d"
.The example below shows how the ConditionalQueryObject is used to create a conditional filter for a string field:
slice: { rows: [ { uniqueName: "Country", filter: { query: { begin: "U", }, }, }, ] }