Upper Case Should Be in Number Abbreviate

It has been bothering several of us, everytime we see a lower case "k" or "m" as abbreviate of a big number.  Please change it to upper case.

Best Answer

  • rahul93
    rahul93 Contributor
    Answer ✓

    @Huawrote:

    It has been bothering several of us, everytime we see a lower case "k" or "m" as abbreviate of a big number.  Please change it to upper case.



    One way to do it would be to concatenate the value and putting the 'M' in the Concat function. 

    Example : Concat('$ ', `total_value`, 'M')

Answers

  • Is anyone able to help out with this request?

  • Maxamillioo
    Maxamillioo Domo Employee

    Hi there,

    Thanks for reaching out, and thank you for the idea! If you would like to submit enhancement requests to the product, there are two ways to best do that. The first is to head over to https://dojo.domo.com/t5/Ideas-Exchange/idb-p/Ideas and submit your idea there. The second is to submit your idea via the "Feedback" portal in your instance. To access this, click on your grid icon in the top right of your DOMO instance, and then select "Feedback" from the drop down.

     

    Thank you!

    Maxwell Isley

    Technical Advisor 

    Maxwell

    Dojo User
    **Say "Thanks" by clicking the "heart" in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
  • rahul93
    rahul93 Contributor
    Answer ✓

    @Huawrote:

    It has been bothering several of us, everytime we see a lower case "k" or "m" as abbreviate of a big number.  Please change it to upper case.



    One way to do it would be to concatenate the value and putting the 'M' in the Concat function. 

    Example : Concat('$ ', `total_value`, 'M')

This discussion has been closed.