junction123
MIS
Hi
I am using CE 9.0 and Sybase 12.x. I am using the following formula to get the value "SCBX" when certain columns data values are NULL. The result is showing TRUE if the condition is not satisfied. How do I get to show the actual value?
IF {CR_allocfair.xshares}=0
and {CR_allocfair.mincost}=0
and {CR_allocfair.maxcost}=0
THEN {CR_allocfair.tgx}= "SCBX"
ELSE
{CR_allocfair.tgx} = ({CR_allocfair.tgx})
is showing:
Symbol Buy/Sell TradeGroup
WYE SELL True
when it should show
Symbol Buy/Sell TradeGroup
WYE SELL MM
Thanks!
junction123
I am using CE 9.0 and Sybase 12.x. I am using the following formula to get the value "SCBX" when certain columns data values are NULL. The result is showing TRUE if the condition is not satisfied. How do I get to show the actual value?
IF {CR_allocfair.xshares}=0
and {CR_allocfair.mincost}=0
and {CR_allocfair.maxcost}=0
THEN {CR_allocfair.tgx}= "SCBX"
ELSE
{CR_allocfair.tgx} = ({CR_allocfair.tgx})
is showing:
Symbol Buy/Sell TradeGroup
WYE SELL True
when it should show
Symbol Buy/Sell TradeGroup
WYE SELL MM
Thanks!
junction123