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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression for no of days in a last 3 months

hi,

I want to write expression for no of days in a last 3 months from selected month and year.QlikTech Admin

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

=Num(MonthEnd(Max(DateField), -1) - MonthStart(Max(DateField), -3))

Hope this helps you.

Regards,

Jagan.