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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

Crosstable

I have a problem getting while using Crosstable .I Attached a Xl file which containing the data sample .Please give example how to use crosstable for this data

3 Replies
swuehl
MVP
MVP

I think you just need to transpose your table:

Directory;

LOAD [Date of sales],

     [Employee's last name],

     [Region of sales],

     [Number of sales]

FROM

Coomunity.xlsx

(ooxml, embedded labels, table is Sheet1, filters(

Remove(Col, Pos(Top, 1)),

Transpose()

));

polisetti
Creator II
Creator II
Author

Hi Swuehi ,

         Thank you for your Response ,I got the output ...But can we use crosstable in this scenario...

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, use the transpose function like swuehl said.


talk is cheap, supply exceeds demand