I am trying to create a graph based on daily census in a time frame. I have a report that caluclates current census. I am trying to create a group that allow me to calucalate census for each day of the month. I have the following formulas. I am using Crystal 10 dev. Any help would be greatly appreciated.
FirstDayMonth
DateVar AccumDate;
AccumDate :=DateSerial(Year(CurrentDate),Month(CurrentDate),1);
AccumDate;
AccDate
DateVar AccumDate;
DateAdd ("d",1,AccumDate);
AccumDate
However I do not see either formula field when I try and create a new group.
Thanks
sbrunswik
FirstDayMonth
DateVar AccumDate;
AccumDate :=DateSerial(Year(CurrentDate),Month(CurrentDate),1);
AccumDate;
AccDate
DateVar AccumDate;
DateAdd ("d",1,AccumDate);
AccumDate
However I do not see either formula field when I try and create a new group.
Thanks
sbrunswik