If I am building a dashboard and I have a variable...
# support
c
If I am building a dashboard and I have a variable $requestId How do I use in the query for LIKE
message LIKE '%Error%'
s
1. where version are you on? 2. were you not able to discover the info in docs?
c
v0.94.0 and no
s
can you share which docs did you refer to?
c
s
c
Yes, how to use it in LIKE query?
s
message CONTAINS $var
c
My problem statement being in case there is no value being passed, I need to see all the logs, If the value is passed, then filter on those value and show relevant logs
Is there a way out for this?
s
This is not possible at the moment for text input.
c
If not text input, how can we achieve it?
Only dynamic variable behaves the said way when all is selected.