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: 
Abhi999
Contributor III
Contributor III

Default to current year but enable user to select from year dropdown list as well

I want to show current year by default and then want a option to to select required years in waterfall chart.i tried below but not working Re: Default to current year but enable user to select from year dropdown list as well

 ,[JDE.Year] = {$(=RangeMin(max([JDE.Year]),Year(today())))

 

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

With that set expression, the user can make a selection of JDE.Year and the value will change to that year, providing it is not more than 2020 (year(today()).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

3 Replies
Taoufiq_Zarra

can you share a sample data ?

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
jonathandienst
Partner - Champion III
Partner - Champion III

With that set expression, the user can make a selection of JDE.Year and the value will change to that year, providing it is not more than 2020 (year(today()).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Abhi999
Contributor III
Contributor III
Author

Thanks it is working fine.