Loading

Selecting a Set Using a Parameter

Дата публикации: Feb 28, 2025
Задача
How to use a parameter to select which set is visible.
Действия
  1. Create the desired sets within the workbook.
  2. Create a new string parameter with one value for each set to be selected.
  3. Create a new calculated field named "Set Selector" with the following formula:
    CASE [Parameter]
    WHEN "Value 1" THEN INT([Set 1])
    WHEN "Value 2" THEN INT([Set 2])
    END
  4. Right-click the Set Selector field in the Measures pane, and select Convert to Dimension.
  5. Drag the Set Selector field to the Filters shelf, and configure the filter to show only "1".

     

Номер статьи базы знаний

001458216

 
Загрузка
Salesforce Help | Article