So, I'm trying to display downtime in my modern dashboard using the following code:
--------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
which basically says if the down time is longer than 1-day (1440) mins divide it by 1440 and tack on 'days' however for some reason the TOSTRING function is adding lots of trailing zeros:

Using only ROUND() produces a result with no trailing zeros but then I am unable to add 'days'. This method however does not include the trailing zeros when performed on alerts for some reason. I've also tested using the MINUTEDIFF function which seems to have no effect.
-----------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------

If anyone has any advice, please let me know