If I have a list object
which groups a tablix
according to a country value in my dataset, is it possible to add my own custom combinations?
E.g. If I have UK, France, Germany, US, Japan boxes, and then one for EU which puts UK France and Germany in one group?
I can do this in SQL Server 2008
with grouping sets, but can a similar thing be done in SSRS?