Pdx 9 change - missing detail table on report -
03-21-2007
, 10:54 AM
Greetings. I remember someone else reporting this problem, but I couldn't
find the original post, so I thought I'd start a new thread.
I've got a report that won't show a detail table's rows even though they
match the data model linkage. The report was originally developed in V7
and worked fine in V9 Sp3, as long as I didn't save it in V9.
Initially, my data model looked like this:
MASTER.DriverID -> Driver.DriverID
MASTER.DriverID ->> DriverDetail.DriverID
I found that I had a Group defined on Driver.DriverID, and it wouldn't show
DriverDetail's rows in this group.
I had to change my data model like this:
MASTER.DriverID -> Driver.DriverID
Driver.DriverID ->> DriverDetail.DriverID
And it works perfectly again. Somehow, V9 (or one of the SP's) changed the
grouping rules. Just thought I'd share this so no one else spends a few
months pulling their hair out.
Thanks,
Jim Moseley |