redbunny78
Programmer
Using Crystal 9 and Oracle
I am trying to create a report that shows the number of times a workstation is showing up in the table as receiving the same distribution and is successful.
For example, I have a table 'Logs' that shows the following data:
Pushdate Endpoint Suite Result
10/31/2007 12:20 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:21 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:22 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:23 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:24 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:25 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:30 AM wtoengrxp0071 Office_FileConv Success
10/31/2007 12:31 AM wtoengrxp0074 Office_FileConv Success
I want to show year to date just the workstations that are showing up as receiving the same distribution successfully five times so the output would look something like this:
Pushdate Endpoint Suite Count
10/31/2007 wtoengrxp0071 office_FileFormat 6
11/1/2007 wftoevtxp0034 win_xp_2007 35
11/4/2007 wxparcxp0056 sap_xp_gre 78
I have tried several routes but keep running into problems trying to use the same calculation in the select formula that I use later in the report. Any advice or suggestions is greatly appreciated.
I am trying to create a report that shows the number of times a workstation is showing up in the table as receiving the same distribution and is successful.
For example, I have a table 'Logs' that shows the following data:
Pushdate Endpoint Suite Result
10/31/2007 12:20 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:21 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:22 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:23 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:24 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:25 AM wtoengrxp0071 Office_FileFormat Success
10/31/2007 12:30 AM wtoengrxp0071 Office_FileConv Success
10/31/2007 12:31 AM wtoengrxp0074 Office_FileConv Success
I want to show year to date just the workstations that are showing up as receiving the same distribution successfully five times so the output would look something like this:
Pushdate Endpoint Suite Count
10/31/2007 wtoengrxp0071 office_FileFormat 6
11/1/2007 wftoevtxp0034 win_xp_2007 35
11/4/2007 wxparcxp0056 sap_xp_gre 78
I have tried several routes but keep running into problems trying to use the same calculation in the select formula that I use later in the report. Any advice or suggestions is greatly appreciated.