I’m wanting to blend multiple queries to a single dataset using the Query Results connection.
But my queries have parameters.
Would be good to have a way to pass through the parameters from the Query Results connection

Could you talk more about your use case for this?

Sure,
I have data from 2+ different sources. I have a query created for each, and display both on a dashboard.

But this dashboard is something I want the users to run on-demand for a given product / date. So I have a set of parameters for each query, and made them global.
So now they can select their product and date, refresh the dashboard and everything is good.

The problem though is that I want to create a visualisation using data from each query. I would usually use the Query Results connection for this. But the Query Results query fails - presumably because it’s expecting parameters in the base queries.

1 Like