Enable filters to apply to a local data instance

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • 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.

    시작하기 전에

    Role required: ui_builder_admin, admin

    이 태스크 정보

    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.

    프로시저

    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. 옵션: Turn on Show filter icon.
    11. Save the UI Builder page.

    다음에 수행할 작업

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