Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
james
Creator III
Creator III

9.0 Set Analysis Issue?

In our 8.5 environment, set analysis works great for an expression th

sum({$<[Flag1] = {'0'},

[Type]= {'Revenue'},

[Account] - {'9898'},

[ProfitCenter] = {'Tags'} > } [Amount])

Once we installed 9.0 the same expression is not "Exclduing" 9898, as it has done in the past..

Is 9.0 using different logic for exclusions?

1 Solution

Accepted Solutions
Not applicable

Are you not missing a = ?

Account] -= {'9898'},

View solution in original post

2 Replies
Not applicable

Are you not missing a = ?

Account] -= {'9898'},

james
Creator III
Creator III
Author

Yes, but in 8.5 that wasnt needed, go figure!Smile

It works

Thanks!