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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Finding start date and End date

Hi Friends,

Please let me know if any one can Help in Finding start date and End date of the selected month, For the Attached QVW file.

Img1.PNG

Img2.PNG

Regards,

Pooja

Labels (1)
1 Solution

Accepted Solutions
Nicole-Smith
MVP
MVP

I have edited your example file.  Please see the attached.

View solution in original post

3 Replies
Nicole-Smith
MVP
MVP

I have edited your example file.  Please see the attached.

sunny_talwar
MVP
MVP

This?

Capture.PNG

Expressions:

start date

=Date(MakeDate(Min(Year),Min(Month(Date#(Month, 'MMM'))), 1))

End date

=Date(Floor(MonthEnd(MakeDate(Min(Year),Min(Month(Date#(Month, 'MMM'))), 1))))

maxgro
MVP
MVP

another one

start

=makedate(Year, div(Index('$(MonthNames)', Month), 4)+1)

end is monthend........