Hi all, I am uploading data for a boolean value as true or false into table. When I see table, its a check box for this column. When I see this in data grid, its displaying as Yes/No. I want to display the value same as I upload i.e. true/false. Please suggest. I am not able to search in the Mendix portal for similar posts as new UI Mendix has changed, scroll is not working. Please help
asked
Nirmal Kumar Moodbidri Thilakraj
1 answers
1
Hi,
You cannot dispaly values as true/false in a datagrid. The only way is to have an Enumeration saying True/False and at the time of import you can add a parser microflow to select the correct boolean value as enumeration.