How to store and show 7 digit after decimal using number(decimal) data type

Certified Associate Developer

Hi All,

I need to show and store 7 digits after decimal and before decimal its 'n' number and the data type is number(decimal) how I can do that? 

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to suyogk0001

    Appian uses double precision floating-point decimal numbers to store your decimal numeric values. Always and in all places!

    When Appian displays that value to you, on screen, in a text form, it rounds it to two decimals by default. To change that, you can use the text() function which then returns text.

    If you want to modify the underlying data value, use round().