DataView Not Updating Properly

I have 2 forms, SetupReports and GenerateReports.

Both forms use the Reports table as a data source for the General page.
Both forms have pages to select/deselect Study Groups for the report and Portfolios for the report. These pages use DataViews, dvSelectedGroups and dvSelectedPortfolios. These DataViews use queries dvqSelectedGroups and dvqSelectedPortfolios respectively. Both queries have the “Live” switch turned on.

When I run the application and navigate to either form, then go to the page for study groups, I can either click a particular study group to flip its IsSelected field on or off, or click an action button to flip all groups’ IsSelected flag on or off. Both functionalities end up running a server function called SetIsSelectedServer. Visually, after using either method above, the UI immediately reflects the results in the form page.

When I try these actions on the Portfolios page, the data gets modified, but I don’t immediately see the results. Instead I must navigate to another page on the form, then back to the Portfolios page to see the updated results.

As mentioned, both sets of pages use DataViews, and both queries powering the DataViews are set as Live. But I believe the functions and queries are fine, because the data is changed, just not immediately updated to the UI for Portfolios the way the Groups page is.

Any ideas why the functions properly update the data, but results are not immediately shown for Portfolios like they are for Study Groups?

FDF is loaded to OneDrive. Thanks…

Thanks for providing the details. We will investigate this further.

Hi Ron,

Thanks for your patience, we have looked into this for you, and it seems we weren’t handling your situation, this has now been rectified, and I have emailed you personally.

Kind regards,
Jo

Thanks so much for fixing this. It now works properly.