percentOk
Returns the percentage ratio of successful attempts to total attempts. This function returns 100.0 when the denominator is 0.
percentOK(numerator,denominator)
Expression | Result |
---|---|
percentOK(10,100) |
10 |
percentOk
Returns the percentage ratio of successful attempts to total attempts. This function returns 100.0 when the denominator is 0.
percentOK(numerator,denominator)
Expression | Result |
---|---|
percentOK(10,100) |
10 |