Display virtual column tye Yes/No in form

H friends,

     In my form ,I would like to dispaly a virtual column type Yes/No in my form.

How to do so?

 

Best regards,

 

0 3 131
  • UX
3 REPLIES 3

Once you add a Virtual Column, you can use it in views and actions just like any table column.   The Virtual Column will show automatically in the Form view if it has the default list of ALL columns.  If you have customized the Form view, then you simply need to add the Virtual Column to the list of Form columns.

NOTE:  Others in the past have tried to use a Virtual Column as a way for a user to select Yes/No to drive activity on the Form View.  The idea being that the value does not need to be saved.  If this was your intention you will need to find another solution or insert a table column for this purpose.  Virtual Columns are NOT user editable.  A Virtual Column MUST have an App Formula inserted to set and/or change the column value.  


   If have well understood  ,in my case I have to insert a physical column to be able to set it and change other columns values.

Best regards,

That is correct.  The reason being is that virtual column values reside in the client side storage (browser or phone) or cache.  It does not get saved on the server.  If other form values depend on the virtual column, imagine what would happen if the users clear their cache.