Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

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])

Untitled-1.jpg

1 Solution

Accepted Solutions
swuehl
MVP
MVP

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])

View solution in original post

1 Reply
swuehl
MVP
MVP

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])