Which forum would be the correct one to use for a Crystal Report interfacing to the Service Center?
Anyway - here is the question:
I am using: Service Center version 6.0.1
Crystal Reports: CR Developer; Product Type: Full Product Version: 9.2.2.693
I am writing a CR to extract a monthly closed report on calls that are in the problem summary (probsummarym1) with specific resolution calls and the time for specific clocks. So
When I try to link from an incident to the clock it does not work: e.g. SELECT clocksm1.name, incidentsm1.incident.id
FROM incidentsm1 incidentsm1
INNER JOIN clocksm1 clocksm1 ON incidentsm1.incident.id=clocksm1.key.char
I get NO rows returned.
The same problem occurs when I try to link the problem summary record e.g.: FROM probsummarym1 probsummarym1 INNER JOIN clocksm1 clocksm1 ON probsummarym1.number=clocksm1.key.char
Is there another way to link the problem/incident tables to the clock tables?
I also seem to be having problems with the SQL "LIKE"; is that a function of P4 and the ODBC Driver (? is that possible ?) or some other limitation of SC & CR? Quick after thought - same question for inner join.
Thanks.


Reply With Quote

Bookmarks