Hey
If you have a field with the field type of Boolean in your Data Collection and then connect that using a Dataset. It will show Yes for true values and No for false values. Can this be changed somewhere or do I have to code this to change it to local language?
#table #boolean
Andreas, it cannot be changed, you have to code, building up a new array. If you have a multi-language situation, you can replace the boolean value with an image of a checked/unchecked box, that works for all languages and is less work.
@andreas-kviby Oh, and another thing I found with the table: empty strings are displayed with the word “Null”. So before you write to the dataset, add a blank space to every string to prevent it, using setFieldValue, that was the quickest way for me.