How rule can be " Atleast one must be passed either legal_name or trading_name and it should not be null"
IIF(ISNULL(LEGAL_NAME OR TRADING_NAME),'FAIL','PASS'),'PASS')
this is not working.
How rule can be " Atleast one must be passed either legal_name or trading_name and it should not be null"
IIF(ISNULL(LEGAL_NAME OR TRADING_NAME),'FAIL','PASS'),'PASS')
this is not working.