I have an express in a Sharptools rule that reults in hours in a decimal format. I’m trying to figure out how I can dispay that information in hours and minutes on a dashboard tile. Can anyone show me how I can do this?
You can convert it to a duration in milliseconds or a Unix timestamp in milliseconds, then use the date formatting functions.
If you share an example expression / output value, I might be able to provide more specific guidance.