Hi,
I am working on one crystal report in that i am grouping the one date field by monthly and with in that month daily.
I need to print the count of sccessful call for that month and also for particular day in that month
I am keeping the formula fields in the group header itself.
comming to the issue
i need to check for the successful calls in that particular month as wells days in the month
so i am checking the condition like this
if {endreason} like "Call Completed" then
count({endreason},{Startime},"Monthly"
here Startime is grouped by month(Group1) and day(Group2)
This is giving me the count of calls with in that particular month(sum of succssfull and abandoned calls for that particular month).but i need the output as count of successful calls for that particular month only.
How can i filter records to get the count of successful calls
Pls reply
Thanks
Jessy
I am working on one crystal report in that i am grouping the one date field by monthly and with in that month daily.
I need to print the count of sccessful call for that month and also for particular day in that month
I am keeping the formula fields in the group header itself.
comming to the issue
i need to check for the successful calls in that particular month as wells days in the month
so i am checking the condition like this
if {endreason} like "Call Completed" then
count({endreason},{Startime},"Monthly"
here Startime is grouped by month(Group1) and day(Group2)
This is giving me the count of calls with in that particular month(sum of succssfull and abandoned calls for that particular month).but i need the output as count of successful calls for that particular month only.
How can i filter records to get the count of successful calls
Pls reply
Thanks
Jessy