Hello Experts
I have a Date parameter and another year parameter
my requirement is if the date is selected after april than year value should set as 01 or 02
i have used below expression which is working fine
IIf(Month(Parameters!From_Date.Value)>=4,"02","01")
but when you change the date the value of the year parameter is not clearing it is taking 1st value only
please help






