Hi All,
I am facing issue in using multiple joins. I have data coming in 3 streams
| Stream 1 | Stream 2 | Stream 3 |
| Reference | Reference | Reference |
| compcode | compcode | compcode |
| gstcode | gstcode | compname |
| Amount | Tax | ABN |
| compname | compname | |
| transdate | | |
I am using multiple join on Reference, compcode but not getting right results. What am i doing something wrong?
Let me know how can i give more info if needed.