'Displaying Ratio on Multi-Row Card
The goal is to display a ratio on a multi-row card. I am aware that the multi-row card can only display numbers but looking for advice on how to make this work. I tried to convert both the entire ratio + portions of the ratio into number using VALUE but it is not formatting the correct way. Any advice on how to display a ratio on Multi-Row Card as a number will be greatly appreciated.
Current Syntax (notice screenshot below as the ratio is reflected in BLUE >>> the goal is to reflect the ratio as a number in black like the other numbers)
VALUE( FORMAT([Overdue Lifecycle Count], "0,0" ) ) & " / " & VALUE( FORMAT( [Pattern Count], "0,0" ) )
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
