New to SRS. Trying to determine how to do something I would do in Crystal with conditional running total.
Imagine in the tables an invoice with a header table and a detail table.
The Header table has a doc number and doc amount.
Te Detail table has each of the item numbers that we sold on the invoice.
When I join them, the joined rows each have:
doc number, item number, doc amount.
So the doc amount is repeated multiple times. I need to do a sum of the doc amount, summing each doc amount ONLY ONCE, not for every row.
Ideas? I hope I explained that well. Thanks in advance.
Imagine in the tables an invoice with a header table and a detail table.
The Header table has a doc number and doc amount.
Te Detail table has each of the item numbers that we sold on the invoice.
When I join them, the joined rows each have:
doc number, item number, doc amount.
So the doc amount is repeated multiple times. I need to do a sum of the doc amount, summing each doc amount ONLY ONCE, not for every row.
Ideas? I hope I explained that well. Thanks in advance.