sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias FormulaFilterMatcher Beta

FormulaFilterMatcher: Attribute | Filter | (filter, key) => boolean

Describes how to target a filter inside a formula's context.

  • Filter — matches the same filter instance (by config.guid), falling back to any filter on the same attribute.
  • Attribute — matches any filter on that attribute.
  • predicate — receives each filter and its bracketed context key and returns true for a match.
Last Updated: