(very noobish question) How do you populate an UltraGrid with data from a BAQ? Also documentation?

I see what you are saying now. I didn’t look at the multi tabs/ multi grid.

We keep things simple here I guess, which means we have more dashboards.

Though a few do use customization on the dashboard which add a grid. Then it is just like making a screen customization. We have code to call the BAQ to load the grid. I would guess Kevin could do something like this.

or use the DynamicQueryAdapter method on the customization.

The trick is to create the epiDataview in the custom code.

Open the dashboard in developer mode. Open the customization dialog. Add a new epiDataView in code. Save the customization. Exit the Customization Tools. Close the dashboard. ReOpen the dashboard in developer mode. Select the new customization. Open the customization dialog. The new epiDataView should be there to select.