Does anyone know what the expression is to take the YEAR only from the current date in SSRS BIDS 2008. I need this as I have a table grouped on multiple years and I want to FILL the current year in green and leave the rest white.
I am going to use the following expresssion (minus the current year part)
=iif(Fields!Date_year.Value=”_____“,”SeaGreen”,”White”)
Can anyone help me with this?
My solution: