Sowmya_Rayavara
7 years agoNew Contributor III
Best way to derive values in cross reference file
Hi,
I have a requirement where I need to derive a value from cross reference file.(* means any value)
Ex: Cross reference file data
A B C D
1 * 12 2222
2 a 22 1111
3 b * 2323
4 * 13 1315
4 c * 1332
Example Input file- Need to derive the D value from the cross reference file based on input values(A,B,C) combinations.
A B C
1 z 12
1 b 13
2 g 22
3 b 13
4 c 19
I’m using joins to derive the value from cross reference file. Is there any better option to do that?