Grouping problem?

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
mshimonek
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

Grouping problem?

Post by mshimonek » Fri Feb 14, 2003 4:50 pm

I think this is probably a simple matter but I can^t figure out what I am doing wrong. I have two tables to hold independence information for my acct. firm. The first, Data, contains employee information, relatives that work for clients, clients you have the authority to sign documents for, etc. The second table contains a list of loans that our employees have with clients. ____Example:____Data:__[ssn][Relative][Signature]____Loans:__[ssn][Client][Collateral]____Each employee will have one data record and may have any number of loan records. I am trying to write a report that will display ssn, relative information, all loan information, then signature information. I have tried creating a view that links the tables using ssn then grouping on ssn and loans within r&r but I only see the first loan. Any help you can provide will be much apreciated.__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Grouping problem?

Post by kfleming » Fri Feb 14, 2003 5:03 pm

Make sure that the loan info is placed on a record band on the report layout.____Kathleen__R&R Support

rickwjohnson
Posts: 49
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Grouping problem?

Post by rickwjohnson » Fri Feb 14, 2003 6:35 pm

I would also make sure (it is easy to overlook) that it is a 1 to many scan, not 1-1.__Rick Johnson__

mshimonek
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: Grouping problem?

Post by mshimonek » Mon Feb 17, 2003 11:03 am

I am grouping on ssn and loans. My loan information is on the loans band line. I only see one loan per employee. ____My resulting view contains multiple records for those individuals with multiple loans. Is this what is meant by one-two-many scan?__

mshimonek
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

====> RE: Grouping problem?

Post by mshimonek » Mon Feb 17, 2003 1:46 pm

I was grouping on lender. This was causing problems with employees who have multiple loans with the same lender. Creating a unique LoanID field and grouping on that solved the problem. Is it necessary for a field to always be unique for R&R to be able to group on it?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=====> RE: Grouping problem?

Post by kfleming » Mon Feb 17, 2003 2:54 pm

A group break will print any time the value in that field changes.__So what matters is how the records are sorted to determine when a group break will occur.__So records in order__A__A__B__B__will have two group breaks but records__A__B__A__B__will have four group breaks.______Kathleen__R&R Support

Post Reply