How to display 3 columns in a form?

SNnewbie2
Tera Expert

I'm trying to display 3 columns in a form. I used a container start as a divider but the layout is only 2 columns. I want to have 3 columns.

Capture56.PNG

I would like to have something like this:

Capture57.PNG

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Hi Claudia,



You need three containers



Container1 Start


Container2 Start


Variable1


Variable2


Contaner2 End


Container3 Start


Variable2


Container3 End


Container1 End.



Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

9 REPLIES 9

No. Thats not possible in ServiceNow.


You may need to create another set of variables for that and hide them, till the first set of variables are filled.



I have also seen people using HTML to do so as well. But with HTML, it is dificult to access values.



If your are fine with a limit on set of fields, I would suggest to create another 2-3 set of fields and use UI policy to display them



Please mark this response as correct or helpful if it assisted you with your question.

Thank you. I created one set of field. But How do I make it to display it after we fill out the previous field?


Hi Claudia,



Write a UI policy,



if variable 1 & 2 & 3 is not Empty



UI policy action - Display Variable4,Variable5,Variable6



Please mark this response as correct or helpful if it assisted you with your question.

Hi Sanjiv,

i tryed to get 3 columns - But they do not work (Orlando-Release).

Do you have any tricks or hints for me, why this is not working?

All container Starts are set to 2column, alter side

 

find_real_file.png

Poonam Mahamuni
Tera Contributor

How can we get the same layout of 3 columns on enhancement table form ?