Hi, using CR10 with an ODBC connection to an Advantage server to access a Clipper database (dbf tables). I have a Case table containing employer number (emrno) and employer division number, (emrdivno) and a Employer Division table containing the emrno, the emrdivno and then also the employer division name (emrdivname).
I am counting records in the Case file and grouping them by the Case file emrdivno. I have a left outer join from the Case file into the Employer Division file joined by the emrno and the emrdivno. In the CR Group Expert I am using a custom grouping on the Case->emrdivno but displaying the Division->emrdivname. This works well but in some instances I am getting blank group name as below.
This Period Year To Date
North Carolina 15 15
Florida 25 25
Miscellaneous 21 21
15 15
The last row will give me the counts I've summarized from the Case file but the Division name will be blank, and the name is not blank in the Division file. Has anyone had similar woes? Thanks in advance for any thoughts on this.
JL
The path up and down is one and the same.
-Heraclitus
I am counting records in the Case file and grouping them by the Case file emrdivno. I have a left outer join from the Case file into the Employer Division file joined by the emrno and the emrdivno. In the CR Group Expert I am using a custom grouping on the Case->emrdivno but displaying the Division->emrdivname. This works well but in some instances I am getting blank group name as below.
This Period Year To Date
North Carolina 15 15
Florida 25 25
Miscellaneous 21 21
15 15
The last row will give me the counts I've summarized from the Case file but the Division name will be blank, and the name is not blank in the Division file. Has anyone had similar woes? Thanks in advance for any thoughts on this.
JL
The path up and down is one and the same.
-Heraclitus