Variables layout in variable set

Brijmohan
Tera Contributor

Is there any way to create some variables in two columns wide and some 1column wide in same variable set. 

For example if we have 10 variables in one variable set. I want 6 of them layout should be 2 columns wide, alternative side and 4 will 1 column wide. These all variables should be in same section (same variable set).

Please suggest on this. 

Thanks in advance!

1 ACCEPTED SOLUTION

Mohith Devatte
Tera Sage
Tera Sage

Hello ,

You can use container start , container split , container end types of variables in your variable set

create these three type variables and place container start before first variable where you want to start the slit and after the third variable put the container split and after the sixth variable put container end this will split your 6 variables in to two sections 

you can place these variables at different positions using order field .

You can follow same way for the other 4 variables create another three  container start , container split , container end and place it accordingly 

Please mark this a correct answer or helpful if it solves the issue

thanks

View solution in original post

2 REPLIES 2

Mohith Devatte
Tera Sage
Tera Sage

Hello ,

You can use container start , container split , container end types of variables in your variable set

create these three type variables and place container start before first variable where you want to start the slit and after the third variable put the container split and after the sixth variable put container end this will split your 6 variables in to two sections 

you can place these variables at different positions using order field .

You can follow same way for the other 4 variables create another three  container start , container split , container end and place it accordingly 

Please mark this a correct answer or helpful if it solves the issue

thanks

Thanks Mohith! it worked.