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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem loading excelfiles data correct

Hey, I am having some trouble loading this Excelfile in a good manner into Qlikview, the problem is I would like to have CategoryName as a table soo that i can link the data to whatever category they exists in. How could this be solved?

3 Replies
VishalWaghole
Specialist II
Specialist II

Hi Bjorn,

You can achive your task by using CrossTable Concept.

- Regards,

Vishal Waghole

Anonymous
Not applicable
Author

Bjorn

You will probably need to do 2 passes

  1. Load the other required in a second table
  2. Load the Category Dimension into a second  table

But you will need to have a suitable field of name in both tables for them to link.

The 2nd pass could either be from the xls, or from the the first resident table.

Best regards,     Bill

Not applicable
Author

Hi Bjon,

Please find the below script,

CrossTable(Catogrey, Data, 2)

LOAD Year,

     DivisionName,

     [Baby Clothes],

     [Children's Clothes],

     [Men's Clothes],

     [Men's Footwear],

     Sportswear,

     Swimwear,

     [Women's Clothes],

     [Women's Footwear]

FROM

<Your Path Name > \SummaryReport.xls]     /*table is $(vSheet));*/

(biff, embedded labels, table is [2010$]);