Passing runtime query parameters from one query to another
Well, the title says it all :)
I have a (direct, of course) query that uses runtime parameters. Let's call it Query A.
I also developed a different query with the same parameters (let's call it Query B), and I want to join them both in Query A. How can I "tell" Query B that it should use the parameter values from Query A?
-
Official comment
Something like this? https://www.loom.com/share/1d92a8087ba6488ab2dcaaf9585cfe93
Jay
Comment actions
Please sign in to leave a comment.
1 comment