I am trying to say here if
{INMAST.Commoditykey} ="S" then font colour is blue but if
{INMAST.Commoditykey} ="RM or JS or LA or FD" then font colour is green
All other text is black
Please see formula below they problem is within the Else if {INMAST.Commoditykey} ="RM,JS,LA,FD" then color (0,145,27)
can you please tell me how to format the RM or JS or LA or FD part
THANKS
FORMULA HERE
if {INMAST.Commoditykey} ="S" then color(0, 0, 255)
ELSE if {@Available} <{INLOC.Minimumstockqty}
then color(250,0,0)
Else if {INMAST.Commoditykey} ="RM,JS,LA,FD" then color (0,145,27)
else color(0,0,0)
{INMAST.Commoditykey} ="S" then font colour is blue but if
{INMAST.Commoditykey} ="RM or JS or LA or FD" then font colour is green
All other text is black
Please see formula below they problem is within the Else if {INMAST.Commoditykey} ="RM,JS,LA,FD" then color (0,145,27)
can you please tell me how to format the RM or JS or LA or FD part
THANKS
FORMULA HERE
if {INMAST.Commoditykey} ="S" then color(0, 0, 255)
ELSE if {@Available} <{INLOC.Minimumstockqty}
then color(250,0,0)
Else if {INMAST.Commoditykey} ="RM,JS,LA,FD" then color (0,145,27)
else color(0,0,0)