catchingup
Technical User
I am working in crystal 8.5 and have an issue with a formula i created causing lines to duplicate. I think it may have to do with my links but i've tried deleting and reversing the links and it doesn't solve the problem
The setup is as follows:
2 tables:
(a)Unit Main
(b)UNIT EXTRA
They are linked on Unit Main_SectionID
The report is setup this way:
Group 1: Unit Main_Number
Group 2: Unit Main_Finish Date
Details: includes Unit Main_Description, Unit Main_Sub Number, Unit Main_Sub Number pt 2
There are 2 formulas that are causing the issue.
These formulas should be pulling the estimated finish dates which are stored in table UNIT EXTRA. Unit Main is linked to UNIT EXTRA on Unit Main_Section ID
The 2 formulas are built as follows:
if {Unit Main_Section ID} = {UNIT EXTRA_Section ID}
then {UNIT EXTRA_FINISH DATE}
The dates that are pulling are correct, however, the report winds up adding however many rows are attached to the UNIT EXTRA record, rather than just leaving one row per record from Unit Main.
I tried creating a subreport with ust the dates in it, but that didn't work. Any suggestions????
The setup is as follows:
2 tables:
(a)Unit Main
(b)UNIT EXTRA
They are linked on Unit Main_SectionID
The report is setup this way:
Group 1: Unit Main_Number
Group 2: Unit Main_Finish Date
Details: includes Unit Main_Description, Unit Main_Sub Number, Unit Main_Sub Number pt 2
There are 2 formulas that are causing the issue.
These formulas should be pulling the estimated finish dates which are stored in table UNIT EXTRA. Unit Main is linked to UNIT EXTRA on Unit Main_Section ID
The 2 formulas are built as follows:
if {Unit Main_Section ID} = {UNIT EXTRA_Section ID}
then {UNIT EXTRA_FINISH DATE}
The dates that are pulling are correct, however, the report winds up adding however many rows are attached to the UNIT EXTRA record, rather than just leaving one row per record from Unit Main.
I tried creating a subreport with ust the dates in it, but that didn't work. Any suggestions????