mrmookster
Programmer
I'm sure there is an easy answer to this but I can't figure it out.
Crystal v8.5, SQL Server 2000.
I have a report based on a group select
Sum ({@61-90}, {_SP_CR0009;1.CLIENT_CODE}) = 0 and
Sum ({@91-120}, {_SP_CR0009;1.CLIENT_CODE}) = 0 and
Sum ({@over 120}, {_SP_CR0009;1.CLIENT_CODE}) = 0
basically an aged debt report. Which is fine it does what I expect.
But the report totals total all the records not just those restricted by the group select? How can I get totals for the records based on the same criteria as the group select?
Thanks
Crystal v8.5, SQL Server 2000.
I have a report based on a group select
Sum ({@61-90}, {_SP_CR0009;1.CLIENT_CODE}) = 0 and
Sum ({@91-120}, {_SP_CR0009;1.CLIENT_CODE}) = 0 and
Sum ({@over 120}, {_SP_CR0009;1.CLIENT_CODE}) = 0
basically an aged debt report. Which is fine it does what I expect.
But the report totals total all the records not just those restricted by the group select? How can I get totals for the records based on the same criteria as the group select?
Thanks