I'm going bonkers here, there are item that start ...
# suiteanalytics
a
I'm going bonkers here, there are item that start with the {itemid} in the formula criteria but the search is returning no matches. What am I missing here?
c
I'd probably change it to use
case when {itemid] like 'EVFT%' or {itemid} like 'EVVN%' then ....
👍 1
a
It worked! Thank you. It's weird though that the same formula worked in a different saved search.
j
weird to have quotes in there, I always just do
THEN 1 ELSE 0 END
a
Both work