Hi All,
I need to add a row to the existing table with the same values from another row
Thanks....
Hi @Raj008
Depending on the quantity of columns, you can just use a multirow. Or if it is long, you can simply sample the last column and add it back to the workflow.
Pedro.
Hi @Raj008 , to do this I think you can simply filter out the row with the values you want, and then use the Union to add this row to the existing table. Hopefully that's what you're looking, if not maybe add a sample of your data.
Thanks Mark
Hi pedrodrfaria,
My input is
Product Rate1 Rate2
Prime 1.2% 2.1%
I need the output as follows:
WPrime 1.2% 2.1%
Thanks for the help....
Hi @Raj008 - Here it is: