I have a SUMFormula that does a SUM(@OtherFormula1) + SUM(@OtherFormula2). I want to do a Group Sort using the SUMFormula, but it's not listed in the Group Sort Expert for my group.
How can I sort on this thing? CR XI, SQL Server 2005.
Create a formula like this for the detail section:
{@OtherFormula1} + {@OtherFormula2}
Then insert a sum on it at the group level. Group sort should now be available on the sum of this new formula. You must have inserted a summary in order to activate the group sort feature.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.