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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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)