Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I am looking for some guidance. I am hoping to use "contains"
function in Qlikview as a work around to building out an additional field in
our internal system.
I would like to set-up my dashboard to only show results of requests where the
"Description" field contains the word "priority."
Thank you.
HI
Try with wildmatch function.
Like this
= If (Wildmatch(Description,'*priority*'), Description)
Hope it helps
See attached to use Select In Field.