clickactionbutton - qlik-oss/gopherciser GitHub Wiki

ClickActionButton action

A ClickActionButton-action simulates clicking an action-button. An action-button is a sheet item which, when clicked, executes a series of actions. The series of actions contained by an action-button begins with any number generic button-actions and ends with an optional navigation button-action.

Supported button-actions

Generic button-actions

  • Apply bookmark
  • Move backward in all selections
  • Move forward in all selections
  • Lock all selections
  • Clear all selections
  • Lock field
  • Unlock field
  • Select all in field
  • Select alternatives in field
  • Select excluded in field
  • Select possible in field
  • Select values matching search criteria in field
  • Clear selection in field
  • Toggle selection in field
  • Set value of variable

Navigation button-actions

  • Change to first sheet
  • Change to last sheet
  • Change to previous sheet
  • Change sheet by name
  • Change sheet by ID
  • id: ID of the action-button to click.

Examples

{
     "label": "ClickActionButton",
     "action": "ClickActionButton",
     "settings": {
         "id": "951e2eee-ad49-4f6a-bdfe-e9e3dddeb2cd"
     }
}
⚠️ **GitHub.com Fallback** ⚠️