Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
have date filed like below i want to display date as start date of month
Date
2011-02-23
2011-02-25
2011-03-01
2011-05-30
Output like below
2011-02-01
2011-02-01
2011-03-01
2011-05-01
please help
thanlks
You can try makedate(year(date),month(date),01).
Alternately, MonthsStart(1,date).
The Help menu is a valuable resource!
Hi,
Use MonthStart(DimensionName)
Regards,
Jagan.