Forum Discussion
Calenderauto on specific date field
- 4 years ago
rpinxt , Then you can use of the calendar is best. auto-calendar has a different purpose
I usually force those date to go start and end of the year
CALENDAR(eomonth([MinRepDate], -1* Month([MinRepDate])) +1 ,eomonth([MaxRepDate] , 12 -1* Month([MinRepDate]) ))
Thanks amitchandak , but yes this code works.
But as said there are 3 date fields in my data.
So this code finds the first date and the last date of all dates in these 3 fields.
I wanted it to take only the dates of 1 specific date field and autocalendar on that field only and not the other 2.
But I now solved it likes this without autocalendar:
rpinxt , Then you can use of the calendar is best. auto-calendar has a different purpose
I usually force those date to go start and end of the year
CALENDAR(eomonth([MinRepDate], -1* Month([MinRepDate])) +1 ,eomonth([MaxRepDate] , 12 -1* Month([MinRepDate]) ))