Search found 3 matches
- Mon Sep 20, 2010 7:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot
- Replies: 5
- Views: 5748
- Sun Sep 19, 2010 9:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot
- Replies: 5
- Views: 5748
- Sun Sep 19, 2010 8:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot
- Replies: 5
- Views: 5748
Vertical Pivot
Hi All, I know there are tons of topic's on reverse pivoting but then i didn't get any clear understanding on the solution. Can any please help me out on my issue. Input : ID Name 1 John 1 Mike 2 Rita 2 Ray 1 Boy Output : ID Name1 Name2 Name3 Name4 1 JOHN MIKE BOY NULL 2 RITA RAY NULL NULL I guess t...