Hello, I am trying to get the M&A deals based on few criteria among which one important one is the acquiror nation. I cannot find that criteria in the deal screener from where I normally create the formula. Setting TR.MnAAcquirorNation for the desired country in the TR function in excel directly does not work either.
This is more or less the formula I am using but I want a way to fitler the deals based on Acquiror Countries also.
TR("SCREEN(U(IN(DEALS)/*UNV:DEALSMNA*/), BETWEEN(TR.MnAAnnDate,20180101,20181231)/*dt:Date*/, TR.MnADealValue(Scale=6)>=1, CURN=USD)","TR.MnASDCDealNumber;TR.MnAAnnDate;TR.MnADealValue(Scale=6)","CH=Fd")
Thank you