Does a deployed Dashboard include a copy of its BAQ in it, such that changes to the BAQ used to design it, aren’t reflected in the dashboard?
I thought the dashboard refreshes the BAQ(query) each time it is loaded.
If you make a change to the BAQ you have to make sure any new columns are selected as visible in the dashboard. Then redeploy the dashboard.
I know about newly added columns defaulting to being hidden. I was more curious about not so obvious things like query structure.
I didn’t know that the dashboard needed to be closed and re-opened. I figured when you hit Refresh, the BAQ was retrieved and run. Looks like what you said about the BAQ only being retrieved on dashboard load, and any refreshes won’t reflect changes to the BAQ.