Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
This is a easy question:
This is an extract of my MasterCalendar:
MasterCalendar:
Load
TempDate As CalendarDate,
MonthEnd(TempDate) As ReportingDate,
week(TempDate) As CalendarWeek,
WeekDay(TempDate) as CalendarWeekDay,
weekstart(TempDate) As CalendarWeekStart,
Year(TempDate) As CalendarYear,
Month(TempDate) As CalendarMonth,
MonthName(TempDate) As CalendarMonthYear,
Day(TempDate) As CalendarDay,
'Q' & ceil(month(TempDate) / 3) As CalendarQuarter,
Thank you!
Hi,
I guess you might have changed the document standard format of the ReportingDate field.
Check in Settings/Document Properties/Number tab.
hope this helps
regards
Marco