Hi,
why am I not having "Amt" appended with the word "Right" here? I am getting confused.
inner join output -
| Name | Message | Amount | Process | Right_Name | Right_Message | Amt | Right_Amt | Result |
| Louis | Cate 2- | 5 | process|Cate 2 | | | | | Data 1 Unmatched in Data 2 |
| Louis | Cate1 | 4 | process|Cate1 | | | | | Data 1 Unmatched in Data 2 |
| Steve | cate5 | 10 | process|Cate5 | | | | | Data 1 Unmatched in Data 2 |
| Irene | cate6 | 15 | process|Cate6 | | | | | Data 1 Unmatched in Data 2 |
| Alan | cate1- | 7 | process|cate1 | | | | | Data 1 Unmatched in Data 2 |
| Tom | cate2 | 9 | process|cate2 | | | | | Data 1 Unmatched in Data 2 |
| | | | | Louis | Cate2 | | 1 | Data 2 Unmatched in Data 1 |
| | | | | Alan | cate1 | | 2 | Data 2 Unmatched in Data 1 |
| | | | | Ren | cate2 | | 2 | Data 2 Unmatched in Data 1 |
im trying to make this output more readable. It doesnt really make sense for there to be a "amt" + 'right_amt'?
From the inner join output I do have right_name and right_process, but just "amt" ?
please help!