XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Grid Actions"

Line 1: Line 1:
 
=Overview=
 
=Overview=
 
From version V10.0.154, you can define a list of actions to add to a Grid's right-click menu, each action is linked to a cell containing an [[XL3Link]] that will be triggered when the menu is selected.
 
From version V10.0.154, you can define a list of actions to add to a Grid's right-click menu, each action is linked to a cell containing an [[XL3Link]] that will be triggered when the menu is selected.
 +
 +
[[File:GridActions1.png|frameless|Example showing actions with other grid menu items hidden]]
  
 
You can optionally set Grid Interactions to wait for an Grid Action to be triggered before they are outputted. This is good for performance, the grid active cell can be used to drive other grids but they will not be refreshed until the action is activated.
 
You can optionally set Grid Interactions to wait for an Grid Action to be triggered before they are outputted. This is good for performance, the grid active cell can be used to drive other grids but they will not be refreshed until the action is activated.
Line 6: Line 8:
  
 
=Definition=
 
=Definition=
 +
 +
[[File:GridActions2.png|frameless]]
 +
 +
You can pick a range containing the XL3Links - there are a maximum of 10 actions supported. The Menu item name will be the text of the cell and the XL3Link will be triggered when the menu is selected
 +
 +
[[File:GridActions3.png|frameless]]
 +
 +
"Active Cell tracking waits for action" will track the active cell in the grid but only output the members when the action is selected/
  
 
[[Category:Grid Reporting]]
 
[[Category:Grid Reporting]]

Revision as of 07:48, 27 January 2023

Overview

From version V10.0.154, you can define a list of actions to add to a Grid's right-click menu, each action is linked to a cell containing an XL3Link that will be triggered when the menu is selected.

Example showing actions with other grid menu items hidden

You can optionally set Grid Interactions to wait for an Grid Action to be triggered before they are outputted. This is good for performance, the grid active cell can be used to drive other grids but they will not be refreshed until the action is activated.


Definition

GridActions2.png

You can pick a range containing the XL3Links - there are a maximum of 10 actions supported. The Menu item name will be the text of the cell and the XL3Link will be triggered when the menu is selected

GridActions3.png

"Active Cell tracking waits for action" will track the active cell in the grid but only output the members when the action is selected/