Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
See enclosed. This would be the one way to do that. Hope this helps.
now you want to left join the fields you want to create one by one.newTable:LOAD distinct FORM_IDresident RawTable;
Etcetera... I think that should do it... Haven't tried it. GOod luck! /Fredrikleft join load FORM_ID, if(QUESTION = 'Placement', ANSWER) as Placement,resident RawTable;left join load FORM_ID, if(QUESTION = 'PlacementDate', ANSWER) as PlacementDate, resident RawTable;
See enclosed. This would be the one way to do that. Hope this helps.