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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
New-Qlik
Creator III
Creator III

If condition issue

Capture.PNGHi Everyone,

 I have below table n I want to show data as second table means 

if Year< currentyear, max(year) , currentyear) for an ID

1 Solution

Accepted Solutions
juliensaintmaxent3113
Partner - Creator III
Partner - Creator III

hi,

 

if(year<=year(now()),yourfieldyouwant)

 

Bye

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be this

Dimension

ID
Name

Expression

Max(Year)
juliensaintmaxent3113
Partner - Creator III
Partner - Creator III

hi,

 

if(year<=year(now()),yourfieldyouwant)

 

Bye