Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN 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)