Are variables that are set at a screen level available in a master?
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.
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.
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.
Replies have been locked on this page!