Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

LYTD

=Sum({<INSTALL_DATE={">=$(=Date(YearStart(Max(today()),-1)))<=$(=Date(addyears(Max(today()),-1))) "}>}[2017Liquidations])

Hello. My LYTD function is returning the whole year sum. How can I fix this?

1 Solution

Accepted Solutions
sunny_talwar

May be try this

=Sum({<INSTALL_DATE = {">=$(=Date(YearStart(Today(), -1)))<=$(=Date(AddYears(Today(), -1)))"}>} [2017Liquidations])

View solution in original post

1 Reply
sunny_talwar

May be try this

=Sum({<INSTALL_DATE = {">=$(=Date(YearStart(Today(), -1)))<=$(=Date(AddYears(Today(), -1)))"}>} [2017Liquidations])