livingston
Programmer
Hello, I never used Crystal Reports before so please any suggestions are welcome. I'll try to make it as simple as possible.
I have a Sybase table where transaction IDs, and expense codes are kept. I have to create a report displaying the transaction ID's and expense code. For each transaction $25 dollars should be added to a corresponding expense code. I then have to show the totals for all expense codes. EXAMPLE: I have 5 transaction IDs and 3 expense codes.
Transaction ID Expense Code
1 A
2 B
3 A
4 B
5 C
So I have to desplay the total of $50 for A, $50 for B and
$25 for C.
Thanks
I have a Sybase table where transaction IDs, and expense codes are kept. I have to create a report displaying the transaction ID's and expense code. For each transaction $25 dollars should be added to a corresponding expense code. I then have to show the totals for all expense codes. EXAMPLE: I have 5 transaction IDs and 3 expense codes.
Transaction ID Expense Code
1 A
2 B
3 A
4 B
5 C
So I have to desplay the total of $50 for A, $50 for B and
$25 for C.
Thanks