I have a report like below.
I have only one parameter in the Report i.e Year.
If the user choose an year, I need to display the data for the selected Year & Previous year.
In the database level I am capturing the previous year and displaying the data for selected & Selected -1 year.
I am keeping the Year on the series fields. so the data looks like above Image.
But I need to display different colors for the p1 - 2013 & p1 - 2014.
I am choosing color from series properties. When I choose "Automatic" I am getting diff colors for each bar, But I was not able to choose my custom colors for each bar.
Is it possible to get different colors ?