Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to use wild matc in my set analysis,but doesnt work. Please can anyone help look into my code n say if its correct? or I want to know how do we use "IN" condition in set analysis.
why do you need to use wildmatch there? the syntax is not correct for set analysis.
i am assuming you are checking id id is one of the values. so use below instead
avg({<instance.id={'A','B','C','D'},metric={'ABC'},............
why do you need to use wildmatch there? the syntax is not correct for set analysis.
i am assuming you are checking id id is one of the values. so use below instead
avg({<instance.id={'A','B','C','D'},metric={'ABC'},............
if you want to use wildcard double quotes and * like below
instance.id={"B*"}
great.. so this acts the SQL "IN "condition right?
yes
close thread by mark as answered if no further questions
thanku so much for the help