Hi,
I’d like to have several groups of elements on the same layer but to show only one at the time. The idea is to have only one layer as there is no way to have parameter values passed from one layer to another when they are accessed in a random way chosen by the end-user.
My use case is :
- several forms in the same Dashboard
- the end user is the one choosing in what order he/she fills the forms, and can edit them several times before validating the whole data.
- once all the forms have been filled, values taken from those forms have to be passed to one stored procedure only once.
- no storage can be done elsewhere but in the Dashboard itself as long as the different forms are not filled.
My first thought was to use layers, but for now I haven’t found a way to make them communicate, each of them can be invoked one by one, but I haven’t found a way to share values between several layers.
That’s why I thought about grouping elements, as a groups can be hidden, but all of them are on the same layer. what I’d like to be able to do is to show/hide them thru script depending on which button the end user clicked on. But I haven’t found a way to get the groups of elements thru script.
Thanks in advance for your suggestions,
Olivier Romero