HI
I'm having a problem with a report that displays the 1st record with ZERO's.
I think it has to do with my databases. One database is called DEVICE LIST. It is a master list of devices that doesn't change.
The other database is called TICKETS. This database changes constantly. Since TICKETS does not have all the nessesary information to create a report,
In the past,
we have used the database DEVICE LIST as a lookup table for THE TICKET database.
So each TICKET database record looks at DEVICE LIST to get information such as its Customer, Market, Network, and Location.
Weve grouped by each of these in my prevous reports, and in my last big report, TICKETS was the main database,
and DEVICE LIST was the lookup.
The distinct field that was used to link the 2 databases was IP ADDRESS.
In Select expert, Basically if {TICKETS.IP ADDRESS = DEVICE LIST.IP ADDRESS}
then it was allowed to be reported on.
This of course would only display groups such as Market, Network, and Location (from DEVICE LIST) that have
a matching IP ADDRESS in the TICKET database.
NOW,
I need to display ALL the group names in DEVICE LIST, even if there were no matching records in the TICKETS database
for those groups.
In order to get ALL group names; Market, Network, Location, to display,
I had to reverse the way the databases where linked, So NOW DEVICE LIST is the main database, and TICKETS becomes the lookup database.
My problem is, since CR looks at DEVICE LIST first, it makes the first record line all ZEROS.
The subsiquent lines display information I want to see from the TICKETS database.
However, When I do calculations such as Averaging, the 1st record (with all ZEROS) is included and therefore the calculation is incorrect.
I've tried to suppressing if {TICKETS.IPADRRES <> DEVICE LIST.IPADDRESS} with the record fields in various places.
but it seems to give me either all, or nothing.
If I the fields in the TICKET.TICKET NUMBER group just above Details, I only have 1 line of zeros left to contend with.
Any ideas?
Andy
I'm having a problem with a report that displays the 1st record with ZERO's.
I think it has to do with my databases. One database is called DEVICE LIST. It is a master list of devices that doesn't change.
The other database is called TICKETS. This database changes constantly. Since TICKETS does not have all the nessesary information to create a report,
In the past,
we have used the database DEVICE LIST as a lookup table for THE TICKET database.
So each TICKET database record looks at DEVICE LIST to get information such as its Customer, Market, Network, and Location.
Weve grouped by each of these in my prevous reports, and in my last big report, TICKETS was the main database,
and DEVICE LIST was the lookup.
The distinct field that was used to link the 2 databases was IP ADDRESS.
In Select expert, Basically if {TICKETS.IP ADDRESS = DEVICE LIST.IP ADDRESS}
then it was allowed to be reported on.
This of course would only display groups such as Market, Network, and Location (from DEVICE LIST) that have
a matching IP ADDRESS in the TICKET database.
NOW,
I need to display ALL the group names in DEVICE LIST, even if there were no matching records in the TICKETS database
for those groups.
In order to get ALL group names; Market, Network, Location, to display,
I had to reverse the way the databases where linked, So NOW DEVICE LIST is the main database, and TICKETS becomes the lookup database.
My problem is, since CR looks at DEVICE LIST first, it makes the first record line all ZEROS.
The subsiquent lines display information I want to see from the TICKETS database.
However, When I do calculations such as Averaging, the 1st record (with all ZEROS) is included and therefore the calculation is incorrect.
I've tried to suppressing if {TICKETS.IPADRRES <> DEVICE LIST.IPADDRESS} with the record fields in various places.
but it seems to give me either all, or nothing.
If I the fields in the TICKET.TICKET NUMBER group just above Details, I only have 1 line of zeros left to contend with.
Any ideas?
Andy