Grouped + Percent
Posted: Mon May 09, 2011 2:16 am
Hi there 
I have a DataBand with data like this:
I want them to be grouped (I use a GroupHeader above the DataBand) -> works perfect. Looks like this:
But now i want the Bought Column to sum each duplicate and an adittional column which shows the percentage like this:
Is there a way in Reports.NET to do this?
Regards,
StimFan :biggrin:

I have a DataBand with data like this:
Code: Select all
Nr. Name Bought
1 ABC 2
1 ABC 8
1 ABC 4
2 DEF 2
2 DEF 7
Code: Select all
1 ABC 2
2 DEF 2
Code: Select all
Nr. Name Total Percent
1 ABC 14 60,8
2 DEF 9 39,2
Regards,
StimFan :biggrin: