I want to display only the matching records from 2 data providers.
Query 1:
DIM_1, DIM_2,DIM_3,MEASURE_1
Query 2:
DIM_1, DIM_4,DIM_5,MEASURE_2
I've merged DIM_1 for both the data providers.
Query 1 Output for merged dimension:
1
2
3
4
5
Query 2 Output for merged dimension:
1
2
3
6
7
Expected Output:
1
2
3
Hope, i've conveyed myself.
Kindly let me know your thoughts/ideas helping me out.