Data grid replacing true/false value with Yes/No

0
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
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. 

Hope this helps!

answered