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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

COUNTIF

I have a field, 'catID'

I want to write an expression that displays the number of times catID = "1"

I cannot seem to get my expression to work

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<catID = {1}>} catID)

View solution in original post

2 Replies
sunny_talwar

May be this

Count({<catID = {1}>} catID)

Chanty4u
MVP
MVP

try this

count(distinct {$<[catID]={1}>} catID)