Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jmcdermott
Contributor III
Contributor III

Excluding fields in set analysis

I have some warehouses and want to exclude 3 of them from my output, this is the formula I tried and it doesn't work

count({<trans_act= {'SHIP'},trans_obj={'OBO'},facility={'C'},whse -= {'CHIC','FCNC','CLMU'}>}lno)

I want to exclude CHIC, FCNC, and CLMU how do I do this?

Thanks,

Josh

1 Solution

Accepted Solutions
jmcdermott
Contributor III
Contributor III
Author

Never mind the formula does work

View solution in original post

2 Replies
jmcdermott
Contributor III
Contributor III
Author

Never mind the formula does work

sunny_talwar

Another option

Count({<trans_act = {'SHIP'}, trans_obj = {'OBO'},facility={'C'}, whse = e({<whse = {'CHIC','FCNC','CLMU'}>})>} lno)