Forum Discussion
Invoke Function: Reference Query using Query name as parameter
- 6 years ago
Hi paulvans182
Sorry, probably misunderstood the original requirement.
try this
= ( strQueryName as table ) => let Source = strQueryName in SourceBest Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Hi paulvans182
Please see the attached file with the example of Invoke custom function.
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Hi Mariusz ,
Thank you for the suggestion - however, unless i am misunderstanding, your solution appears to add a new column to the already existing table.
What I am looking to do, is to create a new query with the same data as the existing query (essentially a duplicate or reference of the query) that I can then manipulate separately. So, effectively I would have your original Table query, and a new query that looks identical to Table after I invoke the function using the queries name, "Table" as the parameter.
Does that make sense? Thanks again for any help you can provide
Kind regards,
Paul