Dear Users,
I have created a BEx formula:
(( KF1 > 0 ) OR ( KF2 > 0 )) * 1 + (( KF1 == 0 ) AND ( KF2 == 0)) * 0.
There is no decimal or scaling factor set for this formula.
The result in web execution shows out put as 1 or a 0.
However i use this query to output in AL11. And there i see the output strange as 0.000000000000000E+00 or 1.00000000000000E+00
I want a single digit character output. Not sure why it behaves like this for file output or AL11.
Any suggestions?
I tried with CKF as well but its the same
Regards
Syed