Dollar functions returns $N/A for the value having more than 10 digits

Hi All,

 i have a dollar function inside the value feature of TextField, this works fine if the Value is less than 10 digits, if it is more than 10 , the Dollar functions returns $N/A

how can i overcome this

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • The main way this may affect other things is through the database. If you have a database table that is referenced with this CDT, then you would also have to update the table to use a decimal instead of integer. Once your CDT is updated though, all other design objects in Appian will update to use the updated version.

    And even though changes in the database are unfortunate, I think they are necessary in this case. Any integer > 2^31 -1 will always return infinity, so you can't really use it anywhere if it is defined as an integer.

Children
No Data