I have a ktr in which i have filtered certain unnecessary columns after mapping (Joining) 5 tables with a common column name.
Hence the end of the KTR consists of certain columns that have passed some STEPS like row filter, etc.
Now I want the OUTPUT arising to be Mapped with a single (NEW And not previously mapped) table having NO similar columns (With the arising o/p), and generate a few columns that this new table has, ALONGWITH the generated o/p.
How do i go about it?
Hence the end of the KTR consists of certain columns that have passed some STEPS like row filter, etc.
Now I want the OUTPUT arising to be Mapped with a single (NEW And not previously mapped) table having NO similar columns (With the arising o/p), and generate a few columns that this new table has, ALONGWITH the generated o/p.
How do i go about it?