JasonDecHer
Technical User
I have a report that contains two sub reports. The main report and subreport1 each have one shared numbervar. Subreport 2 uses those two variables and multiplies them with the results of a run total formula. Everything works great within Crystal reports, however if i export this to a word document it multiplies the run total results twice.
Example Crystal Reports
Main Report
shared numbervar A := 2
Subreport1
Shared Numbervar B:= 3
Subreport2
Runtotal (result):=4
TotalCalc:= A * B * Runtotal; So TotalCalc = 24
When i Export it to a word doc.
Example Crystal Reports
Main Report
shared numbervar A := 2
Subreport1
Shared Numbervar B:= 3
Subreport2
Runtotal (result):=4
TotalCalc:= A * B * Runtotal* Runtotal; So exported TotalCalc = 96
It doest do this with exporting to Exel only word. Any ideas why this is happening? Or how i can fix it?
Thanks in advance,
jason
Example Crystal Reports
Main Report
shared numbervar A := 2
Subreport1
Shared Numbervar B:= 3
Subreport2
Runtotal (result):=4
TotalCalc:= A * B * Runtotal; So TotalCalc = 24
When i Export it to a word doc.
Example Crystal Reports
Main Report
shared numbervar A := 2
Subreport1
Shared Numbervar B:= 3
Subreport2
Runtotal (result):=4
TotalCalc:= A * B * Runtotal* Runtotal; So exported TotalCalc = 96
It doest do this with exporting to Exel only word. Any ideas why this is happening? Or how i can fix it?
Thanks in advance,
jason