Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Help with Formatting a Dataset

Hello,

I am working on formatting the below sample dataset:

IDKeyValue
123StatusActive
123CountryUSA
456StatusInactive
456CountryCanada

 

This is what I want the table to look like:

IDStatusCountry
123ActiveUSA
456InactiveCanada

 

I have tried using Pivot Column on the Key column from fig.1 and this is what I get:

IDStatusCountry
123Activenull
123nullUSA
456Inactivenull
456nullCanada

 

I think im close and im probably missing a pretty easy step, but any help would be greatly appreciated!

3 Replies