Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

CROSS TABLE

HI,

What is the way to create cross table?

i tried to make 3 columns: ID_NUMBER, NAME, MONTH.

4 Replies
MK_QSL
MVP
MVP

Use below in script.

TableName:

CrossTable(Month, DATA, 2)

LOAD ID_NUMBER,

     NAME,

     Jan,

     Feb,

     Mar,

     Apr,

     May,

     Jun,

     Jul,

     Aug,

     Sep,

     Oct,

     Nov,

     Dec

FROM ..... your table path...

Not applicable
Author

Works good. thank you.

Can you guide me step by step how to do it using Wizards?


MK_QSL
MVP
MVP

Go to the Script Editor..

Click on Table Files

Select File from appropriate location.

Now you can see Table, Header Size, Lables... Make sure you have embedded labels selected

Click Next Next (i.e. Two Times)

You will get screen from where you have to select Cross Table

Write Now Qualifier Fields.. for you 2 (i.e. ID_NUMBER and NAME)   

Attribute Filed ... for you is Month

Data Field ... for you is Data or sale or value whatever you want to given name

OK

FINISH

OK

RELOAD

Josh_Good
Employee
Employee

Here is a video that walk you through how to load cross tables

Loading Cross Tables