'callback':autosum_float is rounding the results

(2 posts) (1 voice)

Tags:

No tags yet.

  1. SteveD, Member

    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}"

  2. SteveD, Member

    Ignore me, I know what I did wrong :)

    Note To Self RTFM !!!!!!!


Reply

You must log in to post.