UPDATED 03/17/2016 - Attached file 3providers.txt. This file is, in fact, a zip file containing both the wid file and the excel. Rename from 3providers.txt to 3providers.zip. This example was done in 4.1 SP5
Hi,
I´ve just find a way to use 3 Data Providers which are "compatible" 2 by 2. The idea came from this post Merging 3 queries using 2 merged dimensions.
In this post, I´ll use three Data providers in an Excel file.
The first one that I´ll name Invoices has 2 fields an ID of the invoice and the date of the invoice
id
|
date
|
---|---|
1
|
1/1/16
|
2
|
10/2/16
|
customer name
|
invoice Id
|
parts no
|
---|---|---|
Maria Cecilia Goulart
|
3
|
C
|
Nadia Stella
|
2
|
B
|
Roger Plank
|
1
|
A
|
item
|
parts no
|
price
|
qtd
|
---|---|---|---|
111
|
A
|
3
|
4
|
111
|
B
|
3
|
2
|
222
|
A
|
3
|
4
|
333
|
A
|
4
|
5
|
444
|
B
|
7
|
1
|
555
|
C
|
2
|
4
|
666
|
C
|
8
|
4
|
777
|
C
|
1
|
5
|
Invoice Id
|
item
|
prts_det
|
cust_det
|
price
|
date_det
|
---|---|---|---|---|---|
1
|
111
|
A
|
Roger Plank
|
3
|
1/1/16
|
1
|
222
|
A
|
Roger Plank
|
3
|
1/1/16
|
1
|
333
|
A
|
Roger Plank
|
4
|
1/1/16
|
2
|
111
|
B
|
Nadia Stella
|
3
|
10/2/16
|
2
|
444
|
B
|
Nadia Stella
|
7
|
10/2/16
|
3
|
555
|
C
|
Maria Cecilia Goulart
|
2
| |
3
|
666
|
C
|
Maria Cecilia Goulart
|
8
| |
3
|
777
|
C
|
Maria Cecilia Goulart
|
1
|
I´m working on a wid file to show the final result,
Regards,
Rogerio