Al
05/07/2025, 6:32 PMPanel Type: Number
with Unit: Percent (0.0-1.0)
with the Formula: A/(A+B)
and the number value is pretty much always 100%.
The following recent example displays as 100%:
A/(A+B) where:
A = 3996357
B = 434
3996357 / (3996357+434) = 0.999891413
Is it possible to display 99.98% ?Vikrant Gupta
05/09/2025, 4:44 PM