
Not applicable
2015-11-23
06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set analysis not equal
Hi Guy's
I am trying to use the following set analysis but cant seem to get it right.
sum({<[Lab Authorisation Type]= {'1'}, [Grower ID] -= {'77'}, [Grower ID] -= {'99'}, [Grower ID] -= {'100'}, [Grower ID] -= {'111'}>} [Delivery DIS Mass Adjusted])
- Tags:
- new_to_qlikview
510 Views
1 Solution
Accepted Solutions


MVP
2015-11-23
11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Only use one set modifier per field within a <....> pair.
sum({<[Lab Authorisation Type]= {'1'}, [Grower ID] -= {'77','99','100','111'} >} [Delivery DIS Mass Adjusted])
310 Views
1 Reply


MVP
2015-11-23
11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Only use one set modifier per field within a <....> pair.
sum({<[Lab Authorisation Type]= {'1'}, [Grower ID] -= {'77','99','100','111'} >} [Delivery DIS Mass Adjusted])
311 Views
