cancel
Showing results for 
Search instead for 
Did you mean: 

How to separate the Particular field in next line ?

Former Member
0 Kudos

Hi,

i have multipule fields in one line but i want to separate the Particular field in next line how to do this ?

present output:

901 ab 3455 5667 2123 item1 100

902 ab 3455 5667 2123 item2 100

903 ab 3455 5667 2123 item3 100

in that i am taken item1 100 as string i want to new line from item1

experted output:

901 ab 3455 5667 2123

item1 100

902 ab 3455 5667 2123

item2 100

903 ab 3455 5667 2123

item3 100

plz any code for above example.

thanks & regards

sai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

tha question was answered by me

thank u for all

Former Member
0 Kudos

hi sai.......

give flow layout for your root container ui element and

the first item in the line should be row head data and the others as row data.

---regards,

alex b justin

Former Member
0 Kudos

Hi Sai,

make the layout of your root container as matrix layout

then make item1 as matrix head data.

inset one transparent ui just after first 100. then make this transparent ui as matrix head data.

then make 902 as matrix head data

inset one transparent ui just after second 100. then make this transparent ui as matrix head data.

repeat the same for next set too.

You can also do the same with row layout for root element.

Regards

Sarath