Following is my expression in Visibility for Tablix
=IIF(InStr(UCASE(First(Fields!UR_Country.Value, "UserDetails")),"INDIA")<>0,False,True)
I see its working fine in Visual Studio , But same when deployed to Dynamic 365 CE , its not working.
Has anyone else faced this issue before? What am I doing wrong here?
UPDATE : Further investigation revealed that the Country value is being fetched when ran report in Visual Studio but same report not fetching Country value which is in System User record.