I have an inplace editable report where users can edit a value, the report also provides a sum value for these values. Using the function 'callback':autosum_float causes the total column to display as a rounded value rather than as it's true decimal value. Is there a way to ensure that the total value displays as a none rounded value?
Code Example
select 'dbr.editable', 'Composition', 'sp_DBR_change_chem_value', 'UID=[UID]', 'UDB=[UDB]', 'TSI=[TSI]', 'MatID=[MatID]', 'ChemID=[ChemID]', "options={'callback':autosum_float}"