Magic ETL

Magic ETL

Change Number format in dynamic concat statement

I have create a concat statement to dynamically highlight a certain metric. Essentially it changes as the time period and other categories change.

The number is showing in the format in the above picture and I am hoping I could abbreviate in Billion or at least show the number in account format.

I would really appreciate some help with this.

Thank you!

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Best Answers

  • Contributor
    Answer ✓

    You could divide the number in the Beast Mode such that it is represented in millions or billions, then append in the concat a label like mil. or in billions.

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!

  • Coach
    Answer ✓

    using a CONCAT will make you number a string and will cause it to lose any formatting. You can do this via a beast mode. I’ve done write ups in the past on this depending on the format

    Full number:

    Domo IDEAs Conference - Beast Modes - Number Formatting

    Abbreviated version:

    Domo Idea Exchange - Beast Modes - Abbreviated Summary Number

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • Contributor
    Answer ✓

    You could divide the number in the Beast Mode such that it is represented in millions or billions, then append in the concat a label like mil. or in billions.

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!

  • Member

    I am going to implement this! I was hoping I wouldn't have to alter the ETL by adding a formula but I think that is the only way

  • Coach
    Answer ✓

    using a CONCAT will make you number a string and will cause it to lose any formatting. You can do this via a beast mode. I’ve done write ups in the past on this depending on the format

    Full number:

    Domo IDEAs Conference - Beast Modes - Number Formatting

    Abbreviated version:

    Domo Idea Exchange - Beast Modes - Abbreviated Summary Number

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In