Hi!
I have a DBAdvGrid connected to an AdvGridExxelIO.
The table contains some boolean fields (in the grid columns are set to "Checkboxfield" and in the Grid everything is fine).
When I export the grid, the boolean field values are exported as "False" and "True" in the Excel file.
Where can I change the output, e.g. to "1" and "0" or "x" and ""?
In OnCellFormat or OnExportCellFormat the vakue itself can't be changed as the parameter is a const.
Many thanks in advance and kind regards
Andreas