Hi Guys,
Can you please help getting malformed statement error.
Want to say if the item is flagged in a prior formula in the WF as a KBB_Item do a if / then statement I wrote it as below. But getting an error can someone please help?
IF [KBB_Item]= 'KBB_Item' THEN [KBB_Loop_Qty]-([CBL_Total_Dmd]+ [WO Required Quantity])<='0'
then 'Review_KBB_Loop' ELSE "OK"
ENDIF
