Set(varShowReport, "Dashboard") with the text between quotes being the name of the report
The report visible property is
varShowReport="Dashboard")
This works perfectly. The visible report changes based on which report button I click.
However, the user currently has to click each button to get each report to load. They can click them each quickly and all
reports will load at the same time but that is tacky. I don't want to have to add a text box with instructions telling the
user to click each button to trigger the reports to load.
Ultimately I need all reports to be visible when the screen opens, then only visible based on the button clicked, otherwise
not visible.
I am thinking this will require a additional variable in the screen OnStart, and an if statement in the report Visible
property, but I cannot figure out how to get that to work.
Any suggestions?