- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 05:56 PM
Dear Experts
Please tell me about container variables.
I found the following statement on the above page.
”A container layout can be split into two or three columns using the container split variable. By default, the split is calculated at the 50% mark.”
How can I implement a 3 column field using container variables?
I have two columns, but I don't know how to implement three columns.
If you know how to implement it, please let me know.
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 06:38 PM
Hi @M_Tomy,
You have to place the variables under containers as follows -
Output -
Note - The 2 columns will work on only in Native UI/ Platform UI. In Service portal it will show only two columns.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 06:38 PM
Hi @M_Tomy,
You have to place the variables under containers as follows -
Output -
Note - The 2 columns will work on only in Native UI/ Platform UI. In Service portal it will show only two columns.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 09:20 PM
Mr. Sagar Pagar
Understood.
Thank you!