Conditional Screens
|
|
Let’s say I have a button and I want to go to a decision screen, but only on the first year. After that, I want to go to a different screen.
Are there conditional properties I can set for the opening of a page? So it would be “in year one, press button and go to screen 1”…”in year 2, press same button and go to screen 2”. Thanks for any insights :) Todd |
|
|
Hi Todd,
You can do this by creating two buttons, each going to a separate page, and set a conditional for one button where it is invisible if {$Time.Step} = 0 and set a conditional for the other button where it is invisible if {$Time.Step} > 0. Then make both buttons the same size and make the buttons overlap exactly. I've created an example for you here, but I made the buttons not overlap exactly so that you can easily see how it works: http://forio.com/simulate/mbean/trigger-page-change/run You can make a copy for yourself to experiment with how the user interface was created here: http://forio.com/simulate/mbean/trigger-page-change/copy/ Best, Michael |
Please log in to reply to topics.