Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re: smartform alignment

Former Member
0 Likes
452

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

2 REPLIES 2
Read only

Former Member
0 Likes
423

YOu may use the tables and each column, display the required data.

Read only

Former Member
0 Likes
423

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