Hi,
I need to change the header logo based on a parameter value . I am using the expression below but it's not working when parameter value = "Cust1".
Use this image : fx
=IIF(Parameters!Parameter1.Value = "Cust1", "Cust1_Logo", "Cust2_Logo
Thanks,
PSB