The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Keyser_Soze
2 years agoContributor
Unable to trigger an Action through a Grid View
Hello there,
I am wondering how to use the 'Action' section in a GridView's configuration ... I tried something as simple as opening a Dialog (image below) but I cannot seem to trigger the event. Is there a specific place on the GridView where we need to click or it's not even possible ?
Any kind of help would be much appreciated !
Hi Keyser Soze,
The user interface actions run when you set a parameter or run a task (ex. button click or selecting a member in a combo box). By default, when you select a row or something in the grid view, these actions aren't triggered because you aren't "doing" anything. If you create & assign a literal parameter to your grid view and also assign a column name for that bound parameter, it will display your dialog because you are then running an action that will trigger these settings. You don't have to do anything with the parameter value you are setting, it just needs to be in place to trigger the action.
These two settings:
Hope it helps!
Nick
2 Replies
- NickBolinger
OneStream Employee
Hi Keyser Soze,
The user interface actions run when you set a parameter or run a task (ex. button click or selecting a member in a combo box). By default, when you select a row or something in the grid view, these actions aren't triggered because you aren't "doing" anything. If you create & assign a literal parameter to your grid view and also assign a column name for that bound parameter, it will display your dialog because you are then running an action that will trigger these settings. You don't have to do anything with the parameter value you are setting, it just needs to be in place to trigger the action.
These two settings:
Hope it helps!
Nick
- Keyser_SozeContributor
Amazing ! Thank you for this response
Related Content
- 5 months ago
- 2 years ago
- 2 years ago