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: 
khaycock
Creator
Creator

Current Year on chart

I want a chart to automatically show this years data, regardless of the selection and can't figure it out at all. What is the best way to do this?

Labels (1)
10 Replies
sunny_talwar
MVP
MVP

Then get rid of the 1 from your expression

Count({1<Year = {"$(=Year(Today()))"}>}NCM_ID)

Like this:

Count({$<Year = {"$(=Year(Today()))"}>}NCM_ID)