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?

Best Answer

  • DavidChurchman
    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.

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

    Please accept the answer if it solved your problem.

Answers

  • DavidChurchman
    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.

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

    Please accept the answer if it solved your problem.