GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.18.0
  • Code samples
  • GitHub

filters

Home > @gooddata/sdk-ui-geo > IGeoCommonExecutionProps > filters

IGeoCommonExecutionProps.filters property

Filters applied to every layer execution.

Signature:

filters?: NullableFiltersOrPlaceholders;

Remarks

These filters are treated as **global** for the whole geo visualization: - They apply to the primary layer and to all additional layer executions. - Layer-specific filters (IGeoLayer.filters) are still supported. - When both are provided, these **global** filters are applied *after* layer filters and therefore take precedence for filter types with “last wins” merge rules (e.g. date filters for the same date dataset, measure value filters for the same measure). Other filter types may accumulate according to SDK merge semantics.

  • IGeoCommonExecutionProps.filters property
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use