I have a Subtotal that is Group by A Group A header and I need the value of Subtotal Group by B and place the value in the Group A header. Is that possible? Please advise. Thanks. BTW I am using Crystal v.8
Could you explain a bit more? Are these two levels of group? Or two successive groups?
A consistent rule in Crystal is that you can't pass data 'upstream'. Dodges are possible, like subreports that collect necessary data, though subrepoirts eat up a lot of machine time.
for example ,I have a subtotal Group by Customer and Customer BB can have multiple invoices(the second is Group by invoices) like has 3 invoices with the same invoice# 1111 with a subtotal of $150 and another 2 invoices with the same invoice# 2222 with the subtotal of $200. There the subtotal for a Customer BB is $350 and I like the report to look this way in the group by Customer
I have a problem with my grand total. The distinctcount(id) works fine but when I sum(totalamount), (id), the grand total sums in the duplicate records. How do I fix this?
You should have started a new thread. Try using a running total (using the expert) in which you select {table.amount}, sum, evaluate on change of field {table.id}, reset never. This assumes you have sorted by {table.id} or that you have inserted a group on {table.id}.
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.