User-830595639 posted
Hi Jassu,
I think this is possible only if you are using SQL 2008R2. In this version we have a lookup function using which you can achieve it.
1. You need to create a dataset where you have define the color for each of the possible groups.
2. Then you can write a expression in the background color of the row using Lookup function whcih will return you the color name based on the groupname.
But I am wondering if you can have a dataset which will having the probable group name and color, because might be in future the groups increased.
I hope it will help you.