On printable form - change the boolean value

Hi Community,

In printable, how can I change the value of boolean from true or false, display it on printable form as 'yes' or 'no' or check or uncheck

 

Like 0

Like

1 comments

Dear Fulgen,

You can do so by using macro: in list of fields setting you can set up each column (http://prntscr.com/n6qkdy).To change the form of a boolean value to checkbox use macros "ColumnName[#Boolean|CheckBox#]". For yes/no option use "ColumnName[#Boolean|Yes,No#]". This is how settings should look like: http://prntscr.com/n6qlil

Best regards,

Angela

Show all comments