Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Convert Row to column

Hi All,

I have excel file in below format

Date01-04-202001-05-202001-06-202001-07-202001-08-202001-09-2020
to Apply                    -                   -                   -                   -                   -        10,53,521
% apply60%60%60%60%60%60%
Applications000006,32,112
%  accepted40%40%40%40%40%40%
Enrollment                    -                   -                   -                   -                   -          2,52,845

 

Now I want to convert above format as below 

Dateto Apply% applyApplications%  acceptedEnrollment
 01-04-2020  -   60% 040%   -  
      
      

 

Please help me how I achieve this. Thanks in advance.

2 Solutions

Accepted Solutions
Anil_Babu_Samineni

This will work

LOAD *
FROM
[https://community.qlik.com/t5/New-to-QlikView/Convert-Row-to-column/m-p/1754612#M394000]
(html, codepage is 1252, embedded labels, table is @1, filters(
Rotate(left),
Rotate(right),
Transpose()
));

Pivot.png

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

Vegar
MVP
MVP

There is an wizard for this transformative when using the import wizard in QlikView. When using excel the final load will look similar to this.

LOAD *

FROM

[ExcelFile.xlsx](ooxml, embedded labels, table is Sheet1, filters(Transpose()));

View solution in original post

4 Replies
Anil_Babu_Samineni

This will work

LOAD *
FROM
[https://community.qlik.com/t5/New-to-QlikView/Convert-Row-to-column/m-p/1754612#M394000]
(html, codepage is 1252, embedded labels, table is @1, filters(
Rotate(left),
Rotate(right),
Transpose()
));

Pivot.png

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
soha1902
Creator
Creator
Author

I tried but its not working. I have these information in excel.

Anil_Babu_Samineni

Off course with Excel, It should work and While loading you can transpose option and see where it is not working?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Vegar
MVP
MVP

There is an wizard for this transformative when using the import wizard in QlikView. When using excel the final load will look similar to this.

LOAD *

FROM

[ExcelFile.xlsx](ooxml, embedded labels, table is Sheet1, filters(Transpose()));