Hi!
I have a query setup with a parameter like:
SELECT * FROM table WHERE Field={{value}}
Now I want (for example) to use this query 5 times on the same dashboard, for which the parameter value will be different (hardcoded) per instance.
I understand I can create multiple queries, but doing that I have to create a large number which I do not want and doesnt help in maintaining it.