I'm trying to create a Credit Application in Crystal Reports and show the debts of users. The database is ODBC on a AS400 and the data for this information is in rows tied to a Sequence {LWDEBT.CDSEQ}.
For instance:
Seq 1 = {CDTYPE} {CDDESC} {CDCRED} {CDBAL}...
Seq 2 = {CDTYPE} {CDDESC} {CDCRED} {CDBAL}...
Seq 3 = {CDTYPE} {CDDESC} {CDCRED} {CDBAL}...
Seq 4 = {CDTYPE} {CDDESC} {CDCRED} {CDBAL}...
Seq 5 = {CDTYPE} {CDDESC} {CDCRED} {CDBAL}...
Whenever I add {CDTYPE} to a report, it will only show the first row (sequence). How do I display another row like the 2nd or 3rd for {CDTYPE} using a Formula field.
I know Insert/ Cross-Tab works but I do not want that format. Can you please help?