Hi
I have a flat files with many columns.(arnd 64)
Where first 10 columns will remain the same, remaining 54 columns have to be convertered into rows that goes into 13 columns.
the file we have is pivoted in 13*8 columns which i m trying to unpivot.
any help will be appreciated.
I tried using just 1 prinicpal column and 4 pivot columns.
its gived weird error like pivot key is not valid.
columns are something like this
RECORD-TYPE,NUMBER,SERVICENO,NAME,CODE,TOOTH-NO,PROVIDER-FEE,CODE,2PROVIDER-FEE,2TOOTH-NO,3CODE,3PROVIDER-FEE,3TOOTH-NO
thanks in advance