if(GetSelectedCount(PursuitsName)='1' and GetSelectedCount(BU_Round)='0', {<LastRoundYN={'Yes'}>}BU_Round, if(GetSelectedCount(PursuitsName)='1', aggr(max(BU_Round),PursuitsName),''))
it is showing the BU_Round when i have selected one PursuitsName but no BU_Round. When I additional select a BU_Round the Value of the BU_Round is not shown.
I tried without aggr and without max but both didn't solve the problem. Any idea what I can check?