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 ?
@NightSky , Try like
divide(variable_x,variable_y,0)
It doesn't answer my question but will help thx !
@NightSky , Actually need to check with data. variable_x/variable_y always blank is strange.
if would need data to check.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
390 | |
103 | |
65 | |
54 | |
49 |
User | Count |
---|---|
355 | |
123 | |
83 | |
68 | |
62 |