Dear Experts,
I have two different filter.
BinContent.SETFILTER("Bin Code",'%1..%2','101-ST-01-N001','101-ST-01-N002');
BinContent.SETFILTER("Bin Code",'%1..%2','102-ST01-R001-A','102-ST02-R001-A');
I want to add both filter in single line like below but it is not working:
BinContent.SETFILTER("Bin Code",'%1..%2..%3..%4','101-ST-01-N001','101-ST-01-N002','102-ST01-R001-A','102-ST02-R001-A');
Please give me idea to do that.
Hi,
the correct filter is:
101-ST-01-N001..101-ST-01-N002|102-ST01-R001-A..102-ST02-R001-A
If you need to write in a procedure the filter should be:
BinContent.SETFILTER("Bin Code",'%1..%2|%3..%4','101-ST-01-N001','101-ST-01-N002','102-ST01-R001-A','102-ST02-R001-A');
Best regards
Please close it. I have done it through
BinContent.SETFILTER("Bin Code",'%1|%2|%3|%4','101-ST-01-N001','101-ST-01-N002','102-ST01-R001-A','102-ST02-R001-A');
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,493 Most Valuable Professional
nmaenpaa 101,148