Hi,
Below are data from the table.
Campaign Code, Campaign Field, Campaign Field Description
1954, Field1, Mobile
1954, Field2, Email
1954, Field3, Name
2005, Field1, Website
2005, Field2, Mobile
I want to display the field "Campaign Field Description" as Column header when a particular Campaign Code.
for e.g. if I want to show "Campaign Field Description" for Campaign Code 1954 then the output should be as
1954 Mobile Email Name
How can this be done. I tried using Pivot but wasn't successful.
TIA,
Raj
Below are data from the table.
Campaign Code, Campaign Field, Campaign Field Description
1954, Field1, Mobile
1954, Field2, Email
1954, Field3, Name
2005, Field1, Website
2005, Field2, Mobile
I want to display the field "Campaign Field Description" as Column header when a particular Campaign Code.
for e.g. if I want to show "Campaign Field Description" for Campaign Code 1954 then the output should be as
1954 Mobile Email Name
How can this be done. I tried using Pivot but wasn't successful.
TIA,
Raj