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

Escaping * wildcard in a DQL Metrics Dashbaord

Fluffydoom
Visitor

Fluffydoom_0-1755641233977.png

I can't seem to escape * on this metric? if I use \ it tells me 

There isn't an escape sequence like `\*`. If you want to use a backslash, use `\\` instead of `\`.

 

 

2 REPLIES 2

deni
Advisor

Hi @Fluffydoom ,

You can use contains and DQL section:

deni_0-1755673210300.png

Regards, Deni

 

Dynatrace Integration Engineer at CodeAttest

Fluffydoom
Visitor

Thanks! I think the ToString function was the key I was missing!

Featured Posts