Forum Discussion

rodsan724's avatar
rodsan724
Brass Contributor
Oct 28, 2021
Solved

Is there a way to control Refresh All data order

I have a database query and a table based off that. When I run Refresh All Data, I think they both run at the same time instead of one after another which would be my desired behavior.     What end...
  • Martin_Weiss's avatar
    Oct 31, 2021
    Hi,
    you can try this:
    goto "Query Properties" (right-click on the query in the queries & connection pane) and untick the option "Enable Background Refresh". Repeat this on all your queries.

    This way, all the queries are refreshed based on their dependencies, and not in parallel.

    Kind regards,
    Martin

Resources