justinmind-logo
 
Upvote 1

Are variables that are set at a screen level available in a master?

Answered Skromer 3 years ago

I have a variable named 'path' that I set to 1 with an onclick on a screen. When I check that variable in a dynamic panel in a master with 'on panel active', using the variable in an expression doesn't seem to work.

Replies (1)
photo
1

I'm not sure exactly how you're accessing the variable's value, but it may not be working because On Panel Active events won't work when you first load a screen with a dynamic panel. They only trigger when you switch panels. If you're looking to trigger something after you change the variable's value, an On Variable Change event might work better.

photo
1

ty!

photo
Leave a Comment
 
Attach a file