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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this:

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

HTH

Best,

Sunny

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

May be this:

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

HTH

Best,

Sunny

PrashantSangle
MVP
MVP

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.