TheElephantMan
Programmer
Good afternoon, all.
I am brand new to Crystal Reports and thus far seem to be getting along pretty decently with it. I have run into a little quandary, though, with a simple group report.
I have two access tables, one with a list of names and corresponding initials; and another with a list of initials and technical skills that the person has:
Table 1:
Name |Initials
Gabe Logan |GL
Tycho Brahe |TB
Scott Kurtz |SK
Ken Masters |KM
Rick Springfield|RS
Table 2:
Skill | Initials
Java | GL
Java | TB
Java | SK
Access| KM
Access| GL
Oracle| TB
I have a simple report with a single grouping that gives me the list of people who have a specific skill. The problem is that I'd also like the report to show people who do not have any skills. I know that with straight SQL I could use a left join and those who are not in Table 2 would show up as NULL, but I cannot seem to figure out how to move that notion into Crystal's Group functionality.
I certainly don't want anyone to write the report for me, but a gentle prod in the right direction would be very helpful.
Thanks in advance.
TEM
I am brand new to Crystal Reports and thus far seem to be getting along pretty decently with it. I have run into a little quandary, though, with a simple group report.
I have two access tables, one with a list of names and corresponding initials; and another with a list of initials and technical skills that the person has:
Table 1:
Name |Initials
Gabe Logan |GL
Tycho Brahe |TB
Scott Kurtz |SK
Ken Masters |KM
Rick Springfield|RS
Table 2:
Skill | Initials
Java | GL
Java | TB
Java | SK
Access| KM
Access| GL
Oracle| TB
I have a simple report with a single grouping that gives me the list of people who have a specific skill. The problem is that I'd also like the report to show people who do not have any skills. I know that with straight SQL I could use a left join and those who are not in Table 2 would show up as NULL, but I cannot seem to figure out how to move that notion into Crystal's Group functionality.
I certainly don't want anyone to write the report for me, but a gentle prod in the right direction would be very helpful.
Thanks in advance.
TEM