Beast Mode

Beast Mode

How can I show the number in percentage in domo alerts email

I've set up alerts on the card where numbers are displayed as percentages in the visuals, but they appear as floating decimals in the alerts. is there a way to shown number in percentage use beast mode?

image.png image.png image.png

Best Answer

  • Answer ✓

    You could round and multiply by 100 in a beastmode. (Not sure how many digits after 0 is useful for you, but probably not more than 2)

    ROUND(BM DIFF * 100, 2)

    Then you could edit your notification message to put a % after the values in the email.

    image.png

    Please 💡/💖/👍/😊 this post if you read it and found it helpful.

    Please accept the answer if it solved your problem.

Answers

  • Answer ✓

    You could round and multiply by 100 in a beastmode. (Not sure how many digits after 0 is useful for you, but probably not more than 2)

    ROUND(BM DIFF * 100, 2)

    Then you could edit your notification message to put a % after the values in the email.

    image.png

    Please 💡/💖/👍/😊 this post if you read it and found it helpful.

    Please accept the answer if it solved your problem.

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