I have two data providers and are linked with id.
Say A has 1,2,3,4,5 as codes and B has 2,3
then how can i retrieve only data for 1,4,5. Its kind of outer join
nikhilp_shah (BOB member since 2008-03-20)
I have two data providers and are linked with id.
Say A has 1,2,3,4,5 as codes and B has 2,3
then how can i retrieve only data for 1,4,5. Its kind of outer join
nikhilp_shah (BOB member since 2008-03-20)
Place a filter on a non-linked object from B as follows … = IsNull()
Dwayne Hoffpauir (BOB member since 2002-09-19)