Forum Discussion
Anonymous
5 years agoNot applicable
KPI visualization doesn't work correct
Hello Community !
I have a problem with one KPI visualizations. When I put measure:
measure1 = IF(ISBLANK(variable_x/variable_y),0,variable_x/variable_y)
to Indicator field the result is always 0
but for
measure 1 = variable_x/variable_y
it works fine.
Can someone tell me what is wrong ?
3 Replies
- amitchandakSuper User
Anonymous , Try like
divide(variable_x,variable_y,0)
- AnonymousNot applicable
It doesn't answer my question but will help thx !
- amitchandakSuper User
Anonymous , Actually need to check with data. variable_x/variable_y always blank is strange.
if would need data to check.