=IIf(Fields!TarifeTipiNo.Value = 265, "Saturday", IIf(Fields!TarifeTipiNo.Value = 266, "Monday", IIf(Fields!TarifeTipiNo.Value = 267, "Wednesday")))
I am trying to write expression into a cell in my report [rdlc file] but I just couldn't achieve this. If the cell is equal to 265 then Saturday should display or if it is equals to 266 then "Monday" should show up. Can someone help me out with it please?