Hi,
I have two data providers.
I want to achieve 'not exists' functionality between them.
For ex :-
If i have two database tables A(C1,C2,C3),B(C2,C3).
Consider the following SQL query :
select * from A where not exists
(select * from B where B.C2=A.C2 and B.C3=A.C3)
I have two...
Hi,
I have two data providers in a report(say DP1 & DP2).
DP1 & DP2 go against two different universes.
Can i access data from the above data providers in a VBA procedure? I want to manipulate data from DP1 & DP2 before producing the final report.
Can i sequence my report like this :-...
Scenario
********
I have data from two different data providers which are from two different universes.
The data in the two providers looks something like below :-
Please note that the columns are separated by pipes(|).
Data provider 1(DP1)
====================
ActNum | RepCd| StCde1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.