@Sam-I-Am we would like to get the results for a list of items (that constantly changes), without having to search and select each one of them in a multi-select filter
S Feld
11/22/2018, 10:16 PM
to clarify
the list of items will be different every time
s
Sam-I-Am
11/22/2018, 10:19 PM
can't you create an item group?
s
S Feld
11/22/2018, 10:20 PM
its not a fixed list (i shouldn't have said "particular list of items)
l
Lukas Astalos
11/26/2018, 4:25 PM
if you know e.g. internal IDs of those items you can paste the list of it into Formula (numeric) like this:
case when {internalid} in (1493908,1494070,2767468) then 1 else 0 end
s
S Feld
11/26/2018, 4:44 PM
I'm looking for a field where non tech savvy users can just paste a list p.s. (i believe the method you mentioned way can also work with "item numbers")