B
Bill
Hi, my data looks like this:
iss_id fld_title icf_value
1327 Next Actions Review with team and close ticket
1327 Co-Assignment -1
1327 Classification 8
1327 Target Completion Date 2007-01-21
1327 Follow-Up Date --
I would like to transpose it so that iss_id is the key and each fld_title
becomes its own field header:
iss_id Next Actions Co-Assignment Classification Target Completion
Date Follow-Up Date Next Actions
1327 Review with team and close ticket -1 8 2007-01-21 -- Follow up with
Datatel
iss_id fld_title icf_value
1327 Next Actions Review with team and close ticket
1327 Co-Assignment -1
1327 Classification 8
1327 Target Completion Date 2007-01-21
1327 Follow-Up Date --
I would like to transpose it so that iss_id is the key and each fld_title
becomes its own field header:
iss_id Next Actions Co-Assignment Classification Target Completion
Date Follow-Up Date Next Actions
1327 Review with team and close ticket -1 8 2007-01-21 -- Follow up with
Datatel