Forum Discussion
united2win
Helper III
7 years agoHow to link two tables together?
Hi, Any help will be greatly appreciated. I have the following table: Client Service Required Country Status Company A VAT Registration DE Closed Company A VAT Registration ...
- 7 years ago
In the second table it seems like you need to split your second column on the dash. Then you are going to need to do something to get the resulting second column from that split into rows, something like an unpivot or pivot. ImkeF should be able to help.
v-piga-msft
Resident Rockstar
7 years agoHi united2win ,
If it is convenient, could you share your desired output so that we could understand your logic better?
Best Regards,
Cherry
- united2win7 years ago
Helper III
Hi all,
I'm using the unpivot function as per Greg's suggestion and it's working well. Now, I have encountered another issue where I have three coloumns and I need to combine the data into one coloumn for only countries. Any suggestions? I've attached a screenshot below.