I am trying to create a report which sorts stock transactions by date. The problem is that the database has a single row of fields which tracks both "buy" and "sell" information for each stock certificate. I need to separate the sides of the transactions, so that the buy portion is displayed separate from the sell portion. My problem is Crystal sees the 2 sides of a transaction as a single record.
What I want is something like this:
[buydate] [certno] [selldate] [certno]
9/10/99 CertNo111
9/11/99 CertNo112
10/12/00 CertNo111
10/13/00 CertNo112
What I get now is:
9/10/99 CertNo111
10/12/00 CertNo111
9/11/99 CertNo112
10/13/00 CertNo112
I cant't get them to NOT appear on the same detail line (or an associated detail a and detail b) even when I create a different alias for the table for each side of the transaction to try to get them to read as separate records. I hope my explanation of the problem makes sense. I am using Crystal 8.0 and am working from a data dictionary I created. Any ideas?
Thanks!
What I want is something like this:
[buydate] [certno] [selldate] [certno]
9/10/99 CertNo111
9/11/99 CertNo112
10/12/00 CertNo111
10/13/00 CertNo112
What I get now is:
9/10/99 CertNo111
10/12/00 CertNo111
9/11/99 CertNo112
10/13/00 CertNo112
I cant't get them to NOT appear on the same detail line (or an associated detail a and detail b) even when I create a different alias for the table for each side of the transaction to try to get them to read as separate records. I hope my explanation of the problem makes sense. I am using Crystal 8.0 and am working from a data dictionary I created. Any ideas?
Thanks!