Dear all,
we have a formula Infor.Read.Value with a non-existing element. So the return value of the formula is #VALUE!
=INFOR.READ.VALUE("CPM_CPM";$F$3;"Value";J4;J5;J6;J7)
Unfortunately #VALUE! is not recognized as an error. In the past we used following formula, which doesn't work now.
=IFERROR(INFOR.READ.VALUE("CPM_CPM";$F$3;"Value";J4;J5;J6;J7);0) >> Result = #VALUE!
If we change the formula a little bit and multiplicate the result with 1, then it works.
=IFERROR(INFOR.READ.VALUE("CPM_CPM";$F$3;"Value";J4;J5;J6;J7)*1;0) >> Result = 0
Can we change any setting, so we do not have to adapt all formulas?
Kind regards,
Michael