Skip to main content
Nintex Community Menu Bar

On a list view, how can I show check box control in read mode as check box?

  • January 21, 2019
  • 4 replies
  • 455 views

When a list view is in read mode, the column containing check box(es) will show them as normal text labeled "undefined".

I need to show them as check boxes, i.e. the same way they are shown when under edit mode.

How can I do this?

4 replies

  • January 21, 2019

Hi

Please specify what your checkbox values stores  in your database, make sure that the field holding your checkbox values in your database is not empty/null when calling the get list method hence you get the undefine warning.

 

Thanks

Thabang


  • Author
  • January 21, 2019

true false

I change to text box

 


Forum|alt.badge.img+16
  • January 21, 2019

  • Author
  • January 22, 2019

The above option is not like.
I display an empty list, the user selects the right one.

Then I save what he selected