Dashboard Data Loading on Form Load

Dear All

I have created an dashboard with filters and deployed in Epicor Kinetic Version…
While opening the dashboard in browser, full BAQ data is getting loaded by default without giving any filters.
I have not ticked any checkbox to load the data on form load.
In Epicor 9 and 10 versions, after opening the dashboard, data will not load by default. But in E11 Kinetic Version, data is loading while opening the dashboard itself.

Let me know if any option is there.

Regards,
Thameem

Create a layer, click the grid, go to its properties, go to Advanced, uncheck “Expand at Runtime”.

I tried as you said and it worked when I open the dashboard for the first time.
I have given the filters and refreshed, data got loaded only for the required filters.
But when I click filters and try to change the filters, then before giving the filters, full baq data is getting loaded again…

Yup. That’s how it is now.

You can try and play with the events.
On first thought, set up an “OnChange” event for every field that calls a property-set to collapse your grid. :woman_shrugging:t2:

Would this work better as a BAQ DataView instead of just a BAQ populated grid?

You could then potentially set up a button and event to “Clear Filters” which could then clear the DataView?

Another button/event to “submit” the query with updated filters which would then re-populate the dataview?