Skip to main content
June 13, 2022
Solved

Number in scientific notion

  • June 13, 2022
  • 5 replies
  • 0 views

Hi,

I have a column id(decimal) on the screen it is Appian displaying as 4.495757e+08

I have tried tostring() and text(id, "0*")

Could anyone please tell how can we handle values like this.

    Best answer by agamb0001

    You could use fixed function to display decimals with long decimal places.

    [View:https://docs.appian.com/suite/help/22.1/fnc_text_fixed.html]

    5 replies

    agamb0001
    agamb0001Answer
    June 13, 2022

    You could use fixed function to display decimals with long decimal places.

    [View:https://docs.appian.com/suite/help/22.1/fnc_text_fixed.html]

    June 13, 2022

    Thank you [mention:d8b421a354554ef089fa196070da6bf2:e9ed411860ed4f2ba0265705b8793d05]

    As a best practice, what data type should be given to hold long numbers like text or decimal and then format using fixed function on screen.

    stefanhelzle0001
    Brainy
    June 13, 2022

    I think that numbers should be stored as numbers with the exception of too large numbers will not fit the Appian data types.