You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating or editing a SQL query containing URL parameters, the result breaks unless you put query values in the URL. Having default values would help.
Parameters enhancement is high on the priority list and the plan is to add a UI for value input, but also UI to define the parameter -- its type (date, dropdown, number, etc) and default value.
I have a branch where I started working on this, but other things took over...
[Feature Request]
While creating or editing a SQL query containing URL parameters, the result breaks unless you put query values in the URL. Having default values would help.
This builds on #285
To keep UI changes to a minimum, this could be done in the query itself, like this:
... or in a separate text area below the query where the user defines the default values for each query parameter, like this:
The text was updated successfully, but these errors were encountered: