cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I think there is a UX bug applying $variables in Dashboard

andreabisello
Newcomer

creating a widget in a custom dashboard,

Consider that DQL

fetch logs
| filter not matchesValue(content, array($IGNOREDERRORS))

Consider that $VARIABLE

andreabisello_0-1738858795024.png

The options are effecting the filter choosing the values required

andreabisello_1-1738858871713.png

 

but let's suppose i want to empty the options in the $Variable, they became unavailable

andreabisello_2-1738858936685.png

but they still effecting the filters

andreabisello_3-1738858965648.png

 

even if i refresh the ux, they stay set, even if i reload the dashboard, removing all the query param from the url.

only if i go with "reset to default" they really go away,

andreabisello_4-1738859121642.png

but probably in the moment in which i manually change values of $variable, the UX should "reset to the default" by itself and then reload it.

 

 

 

 

1 REPLY 1

JuliaHaas
Dynatrace Promoter
Dynatrace Promoter

Hi @andreabisello 

That is done by design. If you remove the query param from the URL or reload the page, you'll still see the variable values since they're stored in the user app state. So by removing the options, the variable values are not affected.

Featured Posts