Create actions that manage control values
Workbooks support actions that set or clear values of specific control elements, enabling interacting users to quickly filter and unfilter data for different focused views.
This document explains how to create actions to manage control values. For more information about actions in Sigma, see Intro to actions.
User requirements
The following requirements apply to users who configure actions. Users who access and interact with a workbook can typically trigger all existing actions within it. Any restrictions are noted in this document.
The ability to configure actions requires the following:
-
You must be assigned an account type with the Full explore or Create, edit, and publish workbooks permission enabled.
-
You must be the workbook owner or be granted Can explore1 or Can edit workbook permission.
1 If you’re granted Can explore workbook permission, you can configure actions but cannot save changes to the workbook’s published version.
Set a control value
Create an action that sets the value of a specific control element in the current workbook.
-
Open a workbook in Explore or Edit mode.
-
Select the element you want to trigger the action, then click Actions in the side navigation.
-
In the Actions panel, click Add action within an existing sequence, or click Add action sequence to start a new sequence.
-
In the Action modal, configure the required fields to define the response:
Action Select Set control value. Update control Select a control element to update in the current workbook. Set value as Select an option to determine the type of value Sigma passes to the control, then define the value.
- Specific values: Passes the specified (fixed) value.
Values from a column: Passes values from the specified column in the trigger element’s underlying data (if applicable).
Only available when the trigger element is a table, pivot table, input table, or visualization.
- Custom formula: Passes a value based on the defined formula.
-
If your trigger element is a table, pivot table, or input table, select a column in the When selecting cells in field. The action sequence triggers only when the user selects cells in that column.
-
[optional] If you want the action sequence to execute only in certain circumstances, click More, then click Add condition. See Make an action conditional for more information about action conditions.
Clear one or more control values
Create an action that clears the values of one or more control elements in the current workbook.
-
Open a workbook in Explore or Edit mode.
-
Select the element you want to trigger the action, then click Actions in the side navigation.
-
In the Actions panel, click Add action within an existing sequence, or click Add action sequence to start a new sequence.
-
In the Action modal, configure the required fields to define the response:
Action Select Clear control. Apply to Select the scope for the action. You can clear controls at these levels of granularity: Specific control, Container, Page, or Entire workbook. Control, Container, or Page If you selected Specific control, Container, or Page in the Apply to field, specify the target from the dropdown list. Reset to published value [optional] Check this box to reset the control values to the last published values. On a tagged version of a workbook, this setting resets to the tagged version's values. -
If your trigger element is a table, pivot table, or input table, select a column in the When selecting cells in field. The action sequence triggers only when the user selects cells in that column.
-
[optional] If you want the action sequence to execute only in certain circumstances, click More, then click Add condition. See Make an action conditional for more information about action conditions.
Updated 22 days ago