I have two columns in my function which are Actual_Forecast and Month. On my reports I have a column for each month Jan, Feb, Mar etc.....
I would like to add an expression in the January (and the other columns) header to show if the month is actual or forecast, Jan = Actual, Dec = Forecast.
So if the field = Jan then show what is in the Actual_Forecast
I've tried a number of things but expressions and SSRS is still very new to me.
I thought it would be something like =Fields!date_month_name.Value = "October", = Fields!actual_forecast.Value