cancel
Showing results for 
Search instead for 
Did you mean: 

how to display 7 values of single field in row wise.

Former Member
0 Kudos

hi,

how to display 7 values of single field in row wise.

thankx in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

sorry , I have to display different values of same field in a table as row wise (when i am binding the node to table it is displaying the field in colum wise)

Thanx

Former Member
0 Kudos

hi ,

u can dispaly the values column wise only

just change the layout of each UI to either row head data or matrix head data

if u r dispalying it thru the table , values wud appear column wise

u can do it row wise , as pointed earlier in the previous reply

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can even do in the following way.

1 Place ur UI element in tranparent container with Layout as MatrixLayout and Layout Data as Matrix Head Data

2 The first UI , which contains the first value as Matirx Head Data ,.

3 Others as Matrix Data

Regards,

Priya

Former Member
0 Kudos

hi ,

do it like this :

1 Place ur UI element in tranparent container with Layout as Row Data and Layout Data as Row Head Data

2 Ur first UI , which contains the first value as Row Head Data ,

3 Others as Row Data

u can do it with Matrix Data as well

if u want to give space , u can use HORIZONTAL GUTTER and set its width to medium / large / Xlarge

also there is a UI element "INVISIBLE ELEMENT" ,

1 u can use this UI element to provide space between ur other UI elements in the view

2 u can insert a text element as well , and in the Text property of the element press ALT + 0160.

u can give the space bw UIs as desired.

regards,

amit