Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Creator III
Creator III

Current Year for filter

Hi experts

What's wrong with this expression?

={$<Year={$(=<Calendar.Year(Today())}>}

The formula syntax check says "OK", but the dimension shows "invalid dimension".

Thanks for your help.

Kind Regards

Tom

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

Hi @TomBond77 ,

maybe this:

=Aggr( only( {< Calendar.Year = {"$(=Year(Today()))"} >} Year ), Year )

I hope it can help.
Best Regards

View solution in original post

3 Replies
TomBond77
Creator III
Creator III
Author

I also tried this version, but not working too.

={<Calendar.Year={$(=<Calendar.Year(Today())}>}

agigliotti
Partner - Champion
Partner - Champion

Hi @TomBond77 ,

maybe this:

=Aggr( only( {< Calendar.Year = {"$(=Year(Today()))"} >} Year ), Year )

I hope it can help.
Best Regards

TomBond77
Creator III
Creator III
Author

wonderful