Nested functions not working in Gauge
I am workgin with the Online Report Designer in BI Publisher Enterprise.
I want to display a gauge that shows a percentage. I built a formula for the gauge value in the built-in formula desinger (I cannot perform the calculation in the datasource as I want to support dynamic filtering).
The formula is a Division with the two parameters:
* Divident = summation(ValueA)
* Divisor = summation(ValueB)
(See attached image)
This works, but result is a value between 0 and 1, I want to have 0-100.
So I changed the formula to a double nested one: multiplication(100, division(summation(ValueA), summation(ValueB)). But now the result is