What am I doing wrong?
if {@Balance} < 0 then red else black or
if {V_ORD_DTL_AVALIABILITY.PROMISE_DATE} < CurrentDate then red else black or
if {V_ORD_DTL_AVALIABILITY.PROMISE_DATE} <= CurrentDate + 7 then Blue else black
I am getting an error that a boolean is required before the 2nd "black"
tia
Gertie
if {@Balance} < 0 then red else black or
if {V_ORD_DTL_AVALIABILITY.PROMISE_DATE} < CurrentDate then red else black or
if {V_ORD_DTL_AVALIABILITY.PROMISE_DATE} <= CurrentDate + 7 then Blue else black
I am getting an error that a boolean is required before the 2nd "black"
tia
Gertie