erictgrubaugh
03/22/2017, 2:52 PM"PurchOrd:B" || "PurchOrd:D"
will just evaluate to "PurchOrd:B"
. When you are filtering on multiple values, you need an array, so I would expect it would need to be ['status', 'anyof', ['PurchOrd:B', 'PurchOrd:D']]