Hi,
I would like to have a "Count" in the group header and "Sum" in the footer PROGRAMMATICALLY. I managed to see the "Sum" in the footer using the Aggregate function but still the footertext is missing. And also "Count" in "Group Header" is missing...
I already checked the examples but could not find an appropriate answer for that. I think no one used them together programmatically!
What I need is something like;
VendorName (4) Total
-------------- -------
ModelName1 25
ModelName2 25
ModelName3 25
ModelName4 5
My Sum: 80
Footertext "My Sum" and Count "(4)" are missing in my code!!!
Thanks for your help in advance,
Ervin
I would like to have a "Count" in the group header and "Sum" in the footer PROGRAMMATICALLY. I managed to see the "Sum" in the footer using the Aggregate function but still the footertext is missing. And also "Count" in "Group Header" is missing...
I already checked the examples but could not find an appropriate answer for that. I think no one used them together programmatically!
What I need is something like;
VendorName (4) Total
-------------- -------
ModelName1 25
ModelName2 25
ModelName3 25
ModelName4 5
My Sum: 80
Footertext "My Sum" and Count "(4)" are missing in my code!!!
Thanks for your help in advance,
Ervin