Hi,I should start out by saying that I'm not sure if this is even possible but here goes, basically I need to format a number of records from:ID | Name | Type1 | A | T12 | B | T13 | C | T24 | D | T15 | E | T3
To:T1 | T2 | T3A | C | EB | NULL | NULLD | NULL | NULL
I've seen the crosstab code and read pretty much all the comments but the closest I can get is something like this:T1 | T2 | T3A | NULL | NULL B | NULL | NULLNULL| C | NULLD | NULL | NULLNULL| NULL | E
Has anyone got any ideas how I can transform the data like this and "jumping" the nulls?ThanksTim