- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 02:01 AM
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!
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 02:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 02:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 07:26 AM
Thanks Mohith! it worked.