Hi Community,
I'm trying to Filter Out ( Not Equals) different values using the OR operand, but it's not working, If I use one value say [L_ORDER_STATUS] != "Offer Expired" the filter works, but if I add additional criteria using the OR if doesn't work for me.
Can someone explain to me the issue / fix.
i want to bring back all the L_ORDER_STATUS except these values.
Filter out Multiple Values using OR
[L_ORDER_STATUS] != "Offer Expired"
OR
[L_ORDER_STATUS] != "Draft"
OR
[L_ORDER_STATUS] != "Entered"
TIA,
Karl.