‎2006 Aug 25 9:48 AM
hi to all,
i had columns like description, quantity,rate etc...
under the description column i had three lines of description for each line item. for eg like this it is coming
description quantity
abc 1
xyz 2
asd 3
but i want output like this below
description quantity
abc 1
xyz
asd
abc 2
xyz
asd
abc 3
xyz
asd
hi sachin how to use plz explain in detail
help me in this regard
thanks
sun
Message was edited by: sun deep
‎2006 Aug 25 9:53 AM
YOu may use the tables and each column, display the required data.
‎2006 Aug 25 10:16 AM
hi,
Use a loop control, u can use the internal table which contains ur data in the loop component.
inside the loop component, have a template with 3 rows.
row 1 shud contain 2 columns.So total u have 4 cells
then have 4 text elements , assign it to each cell.
write the desc1 in cell 1,1
qty in cell 1,2
desc2 in row 2
desc3 in row 3
Regards,
Dinu