Hi I am using crysal reports version XI release 2.
I thought this is simple however i am unable to get the results...
I have two tables
MasterTrailerInfo
InvTrailerInfo
Fields fro each table is as below
MasterTrailerInfo.TrailerName
MasterTrailerInfo.TrailerCount
INvTrailerInfo.TrailerEasilName
INvTrailerInfo.TrailerEasilCount
Sample Date
MasterTrailerINfo
TrailerName TrailerCount
A 23
B 32
INvTrailerInfo
TrailerEasilName TrailerEasilCount
A 11
E1 22
I want to link these two tables so that i get the following result..
A 11
E1 22
B 0
I thought i can acheive this by full outer join however that is grayed out in my crystal reports..
Please help.
I thought this is simple however i am unable to get the results...
I have two tables
MasterTrailerInfo
InvTrailerInfo
Fields fro each table is as below
MasterTrailerInfo.TrailerName
MasterTrailerInfo.TrailerCount
INvTrailerInfo.TrailerEasilName
INvTrailerInfo.TrailerEasilCount
Sample Date
MasterTrailerINfo
TrailerName TrailerCount
A 23
B 32
INvTrailerInfo
TrailerEasilName TrailerEasilCount
A 11
E1 22
I want to link these two tables so that i get the following result..
A 11
E1 22
B 0
I thought i can acheive this by full outer join however that is grayed out in my crystal reports..
Please help.