nattyborneo
Technical User
Dear all Guru....
I have a problem as newbie with Shared Numbervar Crystal Report 8.
I want to put some formula from SubReport to the MainReport.
In Main report, I have several formula with boolean expression result and I use running total fields to have the total; then group them in 2 groups (country code and date). I put the main formula in details (suppressed), the running total fields in group footer 2 (date group), the group 1 (country code) at group header.
I link with the subreport.
and from subreport the same things with the main formula with boolean expression and running total fields to have the total; then group them in 2 groups (country code and date).
one of the example I use in main formula in subreport is formula Pieces:
if (isnull ({Shipment_query.Pieces}) OR ({Shipment_query.Pieces} =0)) then 1 else 0
then I use running total fields to have the total.
the problem...I want to put the formula Pieces from SubReport to the exactly next coulumn in the MainReport.
how to do this? I am really confuse...any help are very appreciate ^^
I have a problem as newbie with Shared Numbervar Crystal Report 8.
I want to put some formula from SubReport to the MainReport.
In Main report, I have several formula with boolean expression result and I use running total fields to have the total; then group them in 2 groups (country code and date). I put the main formula in details (suppressed), the running total fields in group footer 2 (date group), the group 1 (country code) at group header.
I link with the subreport.
and from subreport the same things with the main formula with boolean expression and running total fields to have the total; then group them in 2 groups (country code and date).
one of the example I use in main formula in subreport is formula Pieces:
if (isnull ({Shipment_query.Pieces}) OR ({Shipment_query.Pieces} =0)) then 1 else 0
then I use running total fields to have the total.
the problem...I want to put the formula Pieces from SubReport to the exactly next coulumn in the MainReport.
how to do this? I am really confuse...any help are very appreciate ^^