Hello everyone,
when I display INTEGER data in a report, they are displayed correctly (with no decimal place), but when I display DECIMAL(2,0) data, they are displayed with 2 decimal places. For instance, 3 is displayed as 3,00.
As an admin, is it possible to tweak myDBR (without going into every report) so that it displays DECIMAL data according to their definition (0 decimal place for DECIMAL(x,0) data, 1 decimal place for DECIMAL(x,1), 2 decimal places for DECIMAL(x,3) and so on)?
Best regards.