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: 
knightwriter
Creator III
Creator III

Count and this Year, 2015

Hi all,

Im looking to count activity types and only in 2015. What expression do I need to use? Count and InYear?

Kind regards,

Stephen

1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Count({<Year = {2015}>} [Activity Type])

HTH

Best,

Sunny

View solution in original post

3 Replies
sunny_talwar

May be this:

=Count({<Year = {2015}>} [Activity Type])

HTH

Best,

Sunny

PrashantSangle

Hi,

if above not worked try with ''

like

=Count({<Year = {'2015'}>} [Activity Type])

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
buzzy996
Master II
Master II

go with sunny suggestion.