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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
beginner91
Contributor III
Contributor III

dont count some values

hello all,

is there a formular which exclude some value in a table? 

like Count({<number5={'a', 'b', 'c'....

or maybe put it in the dimension???

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

For excluding you can do this

Count({<number5 -= {'A', 'B', 'C'}>} Something)

or this

Count({<number5 = e({<number5 = {'A', 'B', 'C'}>})>} Something)

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

For excluding you can do this

Count({<number5 -= {'A', 'B', 'C'}>} Something)

or this

Count({<number5 = e({<number5 = {'A', 'B', 'C'}>})>} Something)