cancel
Showing results for 
Search instead for 
Did you mean: 

how to show multiple table relationship (ID) between the two tables in crystal report ?

0 Kudos

how to show data in report multiple table According to the relationship (ID) between the two tables sequentially in crystal report for visual studio 2012 ?

I want :

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to check you table joins to give you a one to many link and not a many to many.

Answers (1)

Answers (1)

Former Member
0 Kudos

Just use a left outer join from main to subtable on ID.

If data exists in subtable it will show and if not data will still be displayed from main table.

ian

0 Kudos

hi Ian Waterman when use a left outer join from main to subtable on ID after this the show me the problem is :

my problem :

show ID 20 in (main table) and show all ID from (sub-table)

And so on

show ID 21 in (main table) and show all ID from (sub-table)

And so on

show ID 22 in (main table) and show all ID from (sub-table) , How to solve ?

I want As shown in the picture of the question :

show ID 20 in (main table) and show all ID (20) only from (sub-table)

show ID 21 in (main table) only and don't show all ID from (sub-table)

show ID 22 in (main table) and show all ID (22) only from (sub-table)