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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

1 Solution

Accepted Solutions
Nicole-Smith

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

View solution in original post

3 Replies
Nicole-Smith

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

sunny_talwar

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........