Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transposing data matrix in Excel to table in QlikView

So I have an Excel spreadsheet that has a vertical dimension and horizontal dimension, with data values in the matrix cells. So it looks something like this:

              Quarter >>> Q1     Q2     Q3     Q4

Cost Type

vvvvvvvvvv              

OpEx                         $1M     $2M     $1M     $3M

CapEx                         $2M     $3M     $2M     $1M

How can I transform this table into something QlikView can use?

5 Replies
luciancotea
Specialist
Specialist

See CROSSTABLE in help.

Not applicable
Author

Hi. look this example.

Not applicable
Author

So what exactly did you do there? How did you get from your spreadsheet to the script?

CELAMBARASAN
Partner - Champion
Partner - Champion

Try with Cross Table

Might be like

Cross Table(Quarter, Cost)

Load

     CostType,

     Q1,

     Q2,

     Q3,

     Q4

FROM ExcelSource;

Hope it helps

Not applicable
Author

Sorry about my english....

First - Go to the Script and  the file in labels i set Embedded Labels, click on next

Second - Click on Enable Transformation Step

Third - Go to rotate Guide and click one time in the button "Right "

Reload the file