Hi,
There are few records that should be formatted out on the report(CRXI) by "tab width" space. i am using an existing report to modify on an existing items.
So, the report should modify to the following format.
Product Name Balance
------------- --------
Consolidated Product A $1000
<tab> Child Product 1 $200
<tab> Child Product 2 $400
<tab> Child Product 3 $400
-----------------------------------------
Total $1000
------------------------------------------
And also, the Sum/Total should show only the 'Consolidated Product' Balance but should not add its Child Products.
Like wise, there would be number of similar records on the report.
How can we programatically control and display to get the above format.
Note:the Database should differenciate between Consolidated and Child Products like 'Con' and 'Child'.
Thanks in an advance for your valuable suggestions.
There are few records that should be formatted out on the report(CRXI) by "tab width" space. i am using an existing report to modify on an existing items.
So, the report should modify to the following format.
Product Name Balance
------------- --------
Consolidated Product A $1000
<tab> Child Product 1 $200
<tab> Child Product 2 $400
<tab> Child Product 3 $400
-----------------------------------------
Total $1000
------------------------------------------
And also, the Sum/Total should show only the 'Consolidated Product' Balance but should not add its Child Products.
Like wise, there would be number of similar records on the report.
How can we programatically control and display to get the above format.
Note:the Database should differenciate between Consolidated and Child Products like 'Con' and 'Child'.
Thanks in an advance for your valuable suggestions.