Forum Discussion
Anonymous
3 years agoNot applicable
Invoke function - Is it possible to load 3 datasets into 3 separate queries?
I would like to invoke a single function to generate 3 separate queries from 3 separate datasets. I have tried the following but am left with a single query, named 'Invoked function': (Scenario_1...
Vijay_A_Verma
3 years agoMost Valuable Professional
You can't create a query from a query in PQ through code.
You will have manually duplicate the query to create a query/queries from the first query.