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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

Show in the chart just data up to...

Hello,

In my datamodel, I use the calendar and I have all the data. Now in the chart I would just show date from 2017 that in the Qlik sense number is 42736.

What's wrong with my set expression:

= Aggr(Only({<NUM(Confirmdate) = {'>=42736'}>} Confirmdate), Confirmdate)

Thanks for any helps.

1 Solution

Accepted Solutions
sunny_talwar

May be try this

If(Confirmdate >= 42736, Confirmdate)

View solution in original post

1 Reply
sunny_talwar

May be try this

If(Confirmdate >= 42736, Confirmdate)