This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I want to add a feature for the user to select which latency metric they
should look at in the dashboard (p50, p75, p90, p95).For this, I'm
creating a parameter which will take the user's input on the metric to
look. parameter: latency_metric { type:...
I want to schedule a dashboard delivery in PDF format with the below
option disabled but after I save the schedule, it gets enabled again. I
checked in my other dashboards but I'm not facing this bug in those
dashboards. How can I get rid of this opt...
While trying to save the view under a project after running the query in
SQL runner, this dailog box appears. However, the projects are listed in
an unknown order and there's no option to search for a certain project
name either. Is this the default ...
This section mentions that Liquid can be used to calculate a measure
using filter values as the input. But when I try the following, I'm
getting a syntax error saying that "_filter" is not allowed in sql. What
would be the correct syntax if not
this?...
It doesn't really make sense to sort by creation date. I've been finding
my project using the same method you mentioned but there are 100s of
other projects starting with the same letter. And if by mistake I miss
my project I have to go through the e...
Thanks a lot @GavinW for being the saviour!! This helped me solve my use
case :)) Btw I found this method to be more intuitive than the one you
shared above (maybe because I'm a complete noob :p)
Thanks for the reply @GavinW . I also figured out through documentation
what you said a few hours after posting my question.I have an actual use
case for this. I want to dynamically view what % of total transactions
are failing due to a selected reas...