Skip to Content
0
Former Member
Nov 02, 2012 at 03:12 PM

Bex If and Else is not working

24 Views

Hi Gurus,

I have CKF with Formula to write if and else condition but it is giving error.

Requirement.

if qty < 0 then 0 else qty

In CKF

(zopsales < 0 ) * 0 + ndiv0 ( zopsales )

But it is giving error.

Thanks

Ganesh Reddy.