Hello Team,
One of our customer was using the export capabilities of SmartGWT and was relying so much on how the data was formatted in the exported file. They had VARCHAR2 fields having only numeric values. Mostly used as ID fields say Customer ID, Carrier ID etc
Issue is before we had an upgrade in 2018, these numeric fields were coming formatted as General fields on which they can apply some anaysis right away. But after the upgrade, the same fields are now coming with a warning "Number formatted as Text".
Is it possible to get it formatted as in the earlier versions?
Note: We already tried by passing DSRequest.setExportNumbersAsFormattedString(false) associated with ListGrid.exportData(). But result was same.
Thanks
One of our customer was using the export capabilities of SmartGWT and was relying so much on how the data was formatted in the exported file. They had VARCHAR2 fields having only numeric values. Mostly used as ID fields say Customer ID, Carrier ID etc
Issue is before we had an upgrade in 2018, these numeric fields were coming formatted as General fields on which they can apply some anaysis right away. But after the upgrade, the same fields are now coming with a warning "Number formatted as Text".
Is it possible to get it formatted as in the earlier versions?
Note: We already tried by passing DSRequest.setExportNumbersAsFormattedString(false) associated with ListGrid.exportData(). But result was same.
Thanks
Comment