Looking For A Way To Hide Queries/Tabs in Dashboard

If you want to do it strictly in dashboard (without a UD form), try the following:

  1. Customize the deployed dashboard (you might be able to customize the runtime, but I tested it in a deployed dashboard)

  2. Add variables for the tabs in your main pane (‘In Production’, ‘Ready for …’, etc…)

  3. Set them to the native controls, and add an Enter event:


    (note that the tab that should hide the other pane, calls HideBOM, while the other tabs call ShowBOM)

  4. Add the disposal calls

  5. Add the functions HideBOM and ShowBOM

And you’ll get:

2 Likes