Create actions that modify or refresh elements
Workbooks support actions that determine column visibility, update element groupings and properties, change axis scales, refresh data, and sort columns. These actions enable users to quickly view and drill into different underlying data segments, tailor chart presentations, and ensure elements display the most up-to-date data.
This document explains how to configure the Modify element, Refresh element, and Custom sort actions. 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 access to the workbook.
1If you’re granted Can explore access to the workbook, you can configure actions in custom, saved, and shared views. Actions saved to views do not apply to the workbook’s published version.
Modify elements
The Modify elements action supports the following effects:
Show columns
Create an action that shows columns (ungrouped only) in the target element. Columns can be shown based on a static selection or when column names match selected control values in the trigger element.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
To set column names as the control values, use one of the following methods:
- Enter column names in an input table column, then select that column as the control element’s value source.
- Create a manual list of column names as the control element’s values source.
Hide columns
Create an action that hides columns (ungrouped only) in the target element. Columns can be hidden based on a static selection or when column names match selected control values in the trigger element.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
To set column names as the control values, use one of the following methods:
- Enter column names in an input table column, then select that column as the control element’s value source.
- Create a manual list of column names as the control element’s values source.
Move columns
Create an action that moves columns into or out of a table grouping, pivot table property (row, column, or value), or chart property (axis, color, tooltip, etc.) in the target element. Columns can be moved based on a static selection or when column names match selected control values in the trigger element.
If the target element is a table, the Move columns option is only available when the table contains existing groupings.
If the target element is a pivot table or chart, the action doesn’t remove an existing column from the target property unless the property only supports one column.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
To set column names as the control values, use one of the following methods:
- Enter column names in an input table column, then select that column as the control element’s value source.
- Create a manual list of column names as the control element’s values source.
Swap columns
Create an action that swaps all columns of a table grouping, chart property (axis, color, tooltip, etc.), or pivot table property (row, column, or value). This action removes all existing columns in the target grouping or property and replaces them with the selected column.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
Set axis scale
Create an action that sets the scale of the dependent variable (or value) axis in the target element.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
Refresh an element
Create an action that refreshes the data of a target element in the current workbook. Refreshing a parent element also refreshes all child elements in the workbook.
This action doesn’t refresh the data if the element is materialized.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:
Custom sort
Create an action that sorts one or more columns in a target element.
-
Open the draft, a custom view, or a saved view of a workbook. If you open a saved view, go to the workbook header and click
Customize this view to enable changes.
-
Select the trigger element (the element users must interact with to initiate the action).
If the trigger element is a plugin, select the name of the plugin configuration object under Custom plugin. In your code editor, refresh your plugin, then test the action in the workbook. For more information, see Configure plugins to use as trigger elements.
-
In the editor panel, open the Actions tab.
-
Create a new sequence, or locate an existing sequence that you want to modify.
-
Select the default action (if creating a new sequence), or click
Add action to add a new action to the sequence.
-
In the modal, configure the required fields to define the response:

