Crazycritter1
Technical User
I have a report that is supposed to report the occurance of multiple balances on one record - for instance:
Mr. Smith has a bank account with a main account number, which is being used to pull the record. Next, from within that record, Mr. Smith has 2 savings accounts and 3 loan accounts, each with their own balance.
My output on the record is supposed to look like this:
12345 Mr. Smith Saving1 $100.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
Saving2 $200.00
However, What I am getting, is when the Saving2 entry is displayed, the report then goes ahead and DUPLICATES the entries for loan1,2, and 3.... so I end up with:
12345 Mr. Smith Saving1 $100.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
Saving2 $200.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
There is suppression in use that is successfully working for the name, AND for the saving1 and saving2 fields and balances - because each would fill in the blank space with duplicate information. But my loans won't suppress the same way.
Is there a way to have the suppression for the loan information be conditional to only print on the occurance of the saving1 data? Every account will have a saving1, but the saving2 data does not occur with each record...
Thanks once again -you all are great!
Mr. Smith has a bank account with a main account number, which is being used to pull the record. Next, from within that record, Mr. Smith has 2 savings accounts and 3 loan accounts, each with their own balance.
My output on the record is supposed to look like this:
12345 Mr. Smith Saving1 $100.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
Saving2 $200.00
However, What I am getting, is when the Saving2 entry is displayed, the report then goes ahead and DUPLICATES the entries for loan1,2, and 3.... so I end up with:
12345 Mr. Smith Saving1 $100.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
Saving2 $200.00 Loan1 $100.00
Loan2 $200.00
Loan3 $300.00
There is suppression in use that is successfully working for the name, AND for the saving1 and saving2 fields and balances - because each would fill in the blank space with duplicate information. But my loans won't suppress the same way.
Is there a way to have the suppression for the loan information be conditional to only print on the occurance of the saving1 data? Every account will have a saving1, but the saving2 data does not occur with each record...
Thanks once again -you all are great!