I have a bar series chart with a date range.
I want to colour the area behind the bars based on the value on the x-axis. So if date year is e.g. 2012 then make it lightgreen etc.
=iif(format(Fields!StartDate.Value,
"yyyy") = 2012,"lightblue","lightgreen")It all stays the same regardless if the year is 2012 or 2013.
Please help
Thanks