Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Count in Expression using an AltState

Can someone help with an expression. I have the below expression.I want to put a filter in the expression to only count when the year = 2016. Where Start_dt_yyyy = 2016

Count({[AltState1]} CLT_CLT_PGMID)

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count({[AltState1]<Start_dt_yyyy = {2016}>} CLT_CLT_PGMID)

View solution in original post

1 Reply
sunny_talwar

May be this:

Count({[AltState1]<Start_dt_yyyy = {2016}>} CLT_CLT_PGMID)