Link to home
Start Free TrialLog in
Avatar of tmccrank
tmccrank

asked on

Crystal Reports One to many problem

I've got a Clients table, and an Address table, related One (Client) to Many (Address).

I want the report to show every client, but what it's doing is showing the same client as many times as there are addresses for them.

So if I've got Steve Smith, and he has 3 addresses, how can I get it to only show Steve Smith once and show the first address only instead of giving me the data 3 times?

Avatar of RickJ
RickJ

This is one way you can do it;
Have the customer details and address in the details section, (like you have now)
Create a group on the customer name/id whatever it is.
Move the customer details and address to the group header.
Then suppress the details section.
This should then show only the first address antry for each customer.
Avatar of Mike McCracken
Agree.
mlmcc
Avatar of tmccrank

ASKER

Any way of doing that but keeping the Address in the Details?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial