Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Count if not?

I am new to Qlikview and I'm wondering if I can count if a value is not equal to something. I'm trying to count all instances of something excluding one date, is there anyway I can do this?

3 Replies
agomes1971
Specialist II
Specialist II

Hi,

please read this:

Excluding values in Set Analysis

HTH

André Gomes

vvvvvvizard
Partner - Specialist
Partner - Specialist

Count({<Field=-{Value to exclude}>}Value)

Chanty4u
MVP
MVP

or this

Count({<Field-={'Value to exclude'}>}Value)


or


Count({<Field/={'Value to exclude'}>}Value)