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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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.