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: 
Anonymous
Not applicable

Writing Expression

Hi

I need help writing an expression out of the logic below.

=SUM(Jan-Y,current year)FieldName

where Y = any Month selected

current Year = Year selected

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Check with this

Sum({<Month=,Year=,DateField={">=$(=YearStart(Max(DateField)))<=$(=MonthEnd(Max(DateField)))"}>} FieldName)