Forum Discussion
jmeelisfab
4 years agoRegular Visitor
Creating parameters from query within a refresh to input in other query
Hi, I am trying to refresh a query using parameters created from another query. I want to know if it is possible to sequentially refresh in the following order: 1. Refresh Query 1 that inlcude...
Vijay_A_Verma
4 years agoMost Valuable Professional
You will need to click a query in Queries pane and press Refresh preview in Home menu. Hence, refresh Query1 first and then Query 2.
Don't select Refresh All.
But all these will impact only Preview data limited to 1000 rows.
When you apply, queries are executed fully not only limited to 1000 rows of preview, then you can't select the order of Queries to be executed. In File - Options & Settings - Current File - Data Load - You can uncheck Parallel Loading. This will cause Queries to be executed sequentially (But you can't define the order)
Watch below video where a delay has been introduced through Function.InvokeAfter which might help you.