OptionalconditionCondition-based filtering configuration. Supports single comparisons (>, >=, <, <=) and range comparisons (> <, >= <=).
Single Comparisons:
value (Fixed) or aggregation+field (Calculated)aggregation+field and either value (Fixed) or aggregation2+field2 (Calculated)Range Comparisons (> < or >= <=):
fromValue+toValue (Fixed) or fromAggregation+fromField+toAggregation+toField (Calculated)aggregation+field plus either fromValue+toValue (Fixed) or fromAggregation+fromField+toAggregation+toField (Calculated)OptionalexcludeWhen set to true, the filter values are excluded from analysis instead of included.
OptionalsearchSearch-based filtering configuration. If searchString is empty or not provided, all dimension values will be analyzed (no filtering applied).
OptionaltopTop/bottom filtering configuration
Type of breakdown filter
OptionalvaluesList of values to filter by (used when type is Values)
Filter configuration for a breakdown dimension
Example