Application Wizard Created app: main dataview not populating

I’ve created a basic dashboard application using the app wizard
image

The main totals dataview is not loading, its grid is empty. The second and third grids and dataviews in the application did load, and added multiple views to each and they are hunky dory. The main dataview CWTotals that’s not loading has just a single row, so i’m hoping to show this via the form and hide its single row grid… all of this is a workaround for the fact that I cant nicely display the totals of columns from the other two grids.

When I look at the event logic created, there’s just 4 events:


(the dialog show here is my addition to make sure its firing, but i know it is as the BAQ for the main query has query params, and I get the slideout to enter these (a date range) )

Each of the refresh_xxxx events is just setting an Invalidated property to “true”:

No idea how this actually triggers the BAQ gets… I expected to see some baq gets in the events, these are buried deeper under the hood and inaccessible/hidden maybe.

Hmm I wonder if its the parameters that are stopping it loading?