Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Month's Last Day in number

Please Help?? If i hav 1 field named 'Inv.date'. e.g the value in the filed is 12 Nov 2009 or 12.11.2009.

Now i wanted to find the last date of the month i.e 30.

what should i do????

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Create one more field with formula

MonthEnd(Date([Inv.date])) as MonthLastDay;

Rgds,
Artjoms Tukums

View solution in original post

3 Replies
Not applicable
Author

MonthsEnd(Inv.date) as "End of month Inv" should do the trick.

Rgds,

Sébastien

Not applicable
Author

And If you want the day, Day(MonthsEnd(Inv.Date)) as "xxxxx"

Anonymous
Not applicable
Author

Create one more field with formula

MonthEnd(Date([Inv.date])) as MonthLastDay;

Rgds,
Artjoms Tukums