19 Aug 2025 11:09 PM
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 `\`.
Solved! Go to Solution.
20 Aug 2025 08:00 AM
Hi @Fluffydoom ,
You can use contains and DQL section:
Regards, Deni
20 Aug 2025 05:40 PM
Thanks! I think the ToString function was the key I was missing!