Hi All,
I am trying to use a not null in between of If statement in Formula.
I have 2 Columns with hold almost similar attributes and I want to have a function which will make sure any one of the 2 columns have some value while completing my condition.
In below formula Underlined are my 2 Cols & values are in ().
if IsNull([cf_cmc_MiFIDClassification]) AND
[mtob_TOB_STATUS] IN ("Not Started","In Progress") AND [gm_ramc_PrincipalMiFIDClassification] IN ("Professional","ECP","Non-MiFID","Retail","Not-Applicable") AND
[gm_ramc_AgentMiFIDClassification] IN ("Professional","ECP","Non-MiFID","Retail","Not-Applicable")
then "No Break" else "Break"
endif
Could you please help?
Thanks
Soumen