• You need to qualify what Rank is, if its a field in a Data Set then you need to do something like the below.

    =IIF(Fields!Rank.Value =1,'Gold', IIF(Fields!Rank.Value =2, 'Silver', 'Bronze'))