Export Data Store Entity to Excel -Negative number quoted.

Certified Lead Developer

I have a column in database view of type decimal (20,2) and it can take both negative and positive number. Now on downloading excel doc via out-of-the box feature (Export Data Store Entity to Excel), all the number are being quoted inside single quotes but not the positive ones.

Any way to get rid of this?


  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Dhananjay Kumar
    we know in Appian after 9 digits it starts showing exponent

    Sorry, but this is nonsense! In this community, we discussed this so many times. Appian just uses a specific way to format such numbers when it needs to turn the internal numerical value into text to make it visible on screen.

    Please, stay with normal decimal types in the database!

    Then, your Excel will also be happy, as Excel uses a single apostrophe to indicate that the text in the cell shall be treated as text, but not as numbers.

Children