Hi Manoj,
Lets take this as example for the better explanation of my issue:
IF ($ProcurementMethod = 'PO/SO' AND ($Source_Costing_SPK = $Source_MRPController))
this code works absolutely fine as long as there is no NULL values in $Source_Costing_SPK or $Source_MRPController columns.
Ex: When $Source_Costing_SPK = US91 AND $Source_MRPController = NULL
Per the example it should fail right, because those two column values are not same.
I know there is a way but I lack a programming expertise.If you can help me that would be great.
thanks in advance.