Hi,
I'm trying to create report, where I am extracting data from two different sources. This data being extracted from both sources share the same item number value. So the structure is something like this:
ITEM | src1 Field 1 | src1 Field 2 | src2 Field 1 | src2 Field 2
11111 0 0 0 0
12121 8 8 8 8
13222 7 7 7 7
Essentially, what I want to do is extract data from both sources for the relevant fields for a specific ITEM.
Can someone suggest what I can do to achieve this?
EDIT:
Apologies, I haven't been able to seperate the values for each fields. Basically, Each src field has only on Integer value.
↧