Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying wiht Monthend function but not getting an output.
Pls suggest.
Where we need to help?
You need this in a multibox? Can you share some sample data and where you are using this Monthend?
Monthend() returns a timestamp not a date. The timestamp is one millisecond before midnight.
To get the date value use floor(monthend(your_date_field))
Monthend() function gives Timestamp as output. So just apply date() to you field and you will get the desired output
Hi Shubham,
It may help you:
monthend(Date#(Datefield),' Your date Format like DD.MM.YYYY') as Monthdate;
Thanks,
Arvind Patil