Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Count Calls - Only Certain Times Post Reply Post New Topic
Author Message
sfullergs
Newbie
Newbie


Joined: 06 Nov 2019
Online Status: Offline
Posts: 13
Quote sfullergs Replybullet Topic: Count Calls - Only Certain Times
    Posted: 23 Dec 2019 at 2:52am
I am trying to create a report that lists call natures and counts how many calls of each nature occur between certain times (i.e. midnight-1AM, 1AM-2AM, etc) between certain dates. I have my record select squared away, so I have a good set of data. I just need to be able to count calls between certain times of the day. I know I will need a running total and what field it will need to reset on, I'm just stuck on what the evaluation formula for this RT should be.
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 23 Dec 2019 at 8:38am
First thing is if your data unduplicated?
If you need a summary you should not use a RT. Since it will reset itself you won't have any summary level data. I would consider just creating a formula to get the hour value from the time or datetime...hour(field)...and using it to group on or as part of a crosstab with a distinct count of the callid field.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.