cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Active Layer

srinivas_anchuri
Explorer
0 Kudos

Hi,

I show certain data in different layers based on user input parameters. The layers are shown as Link list. Each layer shows different data. When user changes input and presses submit again, the current layer has to be refreshed. I can link the submit event to forms in all layers. But I need to find active layer to give a condition for the link.

The primary question is how do I find the active layer rather the layer user is currently seeing.

Thanks.

Srinivas.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193545
Active Participant
0 Kudos

Hi

Have you tried using a data store, you can store a variable here after each click by the enduser and store different values in it according to what was clicked. You can then use guard or visibility conditions to get it working.

Jarrod Williams

srinivas_anchuri
Explorer
0 Kudos

Hi,

I tried something like that but there is a problem with that approach.

For the first time layer is called, start etc events get fired. If the user goes to different layer and comes back to this, no eventing happens. And this time, I cannot set the active layer.

Thanks.

Srinivas.

Former Member
0 Kudos

Did you determine how to capture the Active Layer?