How can I get param_query_x_ to work properly? #7771
Unanswered
wrightling
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We recently moved to v26.3.0 and are making use of param_query_x to reuse some of our base queries across various reports. My coworker has some that are working fine.
I spent last night trying to do so - first trying to call a query within a report that has two params, both of which are multiselect dropdowns - I thought the multiselect was what was not working, so I created what I thought was the simplest possible case to test and still can't get it to work.
Here is the query I'm trying to re-use:
select {{ wanumber }} + 1 as the_num- where "wanumber" is a dropdown single select param with 3 possible values (123, 400, and 501).Here is the query I created that uses the Query Reader data source (same one that works fine for my friend's query):
Both queries are published.
When I execute the calling query, I get an error message
Error running query: Failed loading results for query id 1868., and when I check in chrome dev tools, the /api/events call simply returnsnull.In case helpful, I found this in the redash logs:
All reactions