Hi, I want to print the address information and country info in the text box(not tablix) when IsAccount field from Account dataset = 0=IIF(Sum(Fields!Isaccount.Value, "Account") = 0,First(Fields!Primary_Address.Value, "Account"), " , " , First(Fields!Country.Value, "Account"))This expression is only printing the address and not the country . It should display in the following format :Address,Country
↧