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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating a Cross table in Qlikview

Hope someone can help me with this...

I want to create a crosstable in qlikview showing me forecasted sales per month and per customer:

JanFebMar
Customer ASalesSalesSales
Customer BSalesSalesSales
Customer CSalesSalesSales

I have a table looking roughly like this

Load*

Customer

Planned_Invoice_date

Month(Invoice_date) as Month

net_amount

Is there an easy way to get the sales displayed in a crosstable such as the one above?

1 Solution

Accepted Solutions
nilo_pontes
Partner - Creator
Partner - Creator

Hi Henrik,

I guess your answer is a pivot table.

Take a look at the attached file, please.

Regards,

Nilo

View solution in original post

4 Replies
nilo_pontes
Partner - Creator
Partner - Creator

Hi Henrik,

I guess your answer is a pivot table.

Take a look at the attached file, please.

Regards,

Nilo

MK_QSL
MVP
MVP

CrossTable(Month, Sales)

LOAD Customer,

     Jan,

     Feb,

     Mar

FROM TABLENAMEandLOCATION

Not applicable
Author

Thanks,

I tried the pivot table before but didn't get the "crosstable expansion" that your exampled showed.

Now I tried it again and by pulling on the sides of the columns I got the crosstable effect and it works the way I want it to.

Is there a way to do get this effect in the chart set-up wizard directly or do I always have to create the chart first and then drag and pull on the columns?

nilo_pontes
Partner - Creator
Partner - Creator

Henrik, I think this is the only way to do it.