Enable filters to apply to a local data instance

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • To enable a viewer to switch between which field values or breakdown elements they see in a data visualization, add filter components to the UI Builder page. For those filters to apply to a local data instance, configure that instance accordingly.

    Antes de Iniciar

    Role required: ui_builder_admin, admin

    Por Que e Quando Desempenhar Esta Tarefa

    To enable filters to apply to a local data source, you first have to create a client state parameter named parFilters and then add that state parameter to the local data instance.

    Procedimento

    1. Open the UI Builder page with the local data instance and data visualizations you want to filter.
    2. In the Data and scripts drawer, select Client state parameters.
    3. Select + Add.
    4. In the Edit client state parameters dialog, name the new parameter parFilters, assign it type JSON, and set the initial value of {}.

      parFilters client state parameter in the Edit client state parameters dialog.
    5. Close the Edit client state parameters dialog.
    6. In the Data and scripts drawer, under Data resources, select the desired local data instance.
    7. In the Edit <name of local data instance> dialog, scroll down to the Filter configurations field.
    8. Enter @state.parFilters into the Filter configurations field and close the data instance editor.
    9. In the configuration panel of a data visualization that uses this local data resource, turn on Follow filters in the Data update section.
    10. Opcional: Turn on Show filter icon.
    11. Save the UI Builder page.

    O que Fazer Depois

    Add filter components to the UI Builder page and configure them for relevant values from the local data instance.