Hi!
Can somebody help me create a formula in CR 8.5 for Grouping by Month using Selected Date Range.
Parameters: ?Start Date = Date(2003, 04, 23)
?End Date = Date(2003, 04, 23)
Now, they need see how many clients served during each month for selected period using Date of Service
April, 03 100
May, 03 120
June, 03 2
………………..
March, 04 0
April, 04 180
Best, I can make
totext(Year({Date of Service })) + if len(totext(Month({Date of Service }))) > 1 then
totext(Month({Date of Service
else
"0" & totext(Month({Date of Service }))
Still not working.
Thanks a lot for any help.
Alik
Can somebody help me create a formula in CR 8.5 for Grouping by Month using Selected Date Range.
Parameters: ?Start Date = Date(2003, 04, 23)
?End Date = Date(2003, 04, 23)
Now, they need see how many clients served during each month for selected period using Date of Service
April, 03 100
May, 03 120
June, 03 2
………………..
March, 04 0
April, 04 180
Best, I can make
totext(Year({Date of Service })) + if len(totext(Month({Date of Service }))) > 1 then
totext(Month({Date of Service
else
"0" & totext(Month({Date of Service }))
Still not working.
Thanks a lot for any help.
Alik