Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

import excel file

hi every one

i want to import cell reference excel  file to qlikview  in which whenever i try to change the header of that specific cell  or add another column and then update qlikview file, the new one be updated. for example  i have this table in excel file:

  the old one:

    product Id                 Unit

     100                          xxx

      200                         hhh

then i want to change excel file into:

   product/material id         unit         quantity

    100                              xxx          5555

     200                             hhh          1111

     300                             hhh           7777

after i update qlikview i want to the new excel table be replaced. has everyone can help me?

1 Solution

Accepted Solutions
rahulpawarb
Specialist III
Specialist III

Hello Ali,

As per my primary analysis, you don't want to change the Qlikview script though you changed the source excel file. Post reload you should get the all changed data. If this is it then please change the source table structure to below:

  

Product IdFieldValue
100unitxxx
100quantity5555
200unithhh
200quantity1111
300unithhh
300quantity7777

If you want to change the header of any field then please do the same within Qlikview script.

Hope this will be helpful

Regards!

Rahul

View solution in original post

4 Replies
beck_bakytbek
Master
Master

Hi Ali,

look at this: http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/

i am sure that resolves your solutions

beck

rahulpawarb
Specialist III
Specialist III

Hello Ali,

As per my primary analysis, you don't want to change the Qlikview script though you changed the source excel file. Post reload you should get the all changed data. If this is it then please change the source table structure to below:

  

Product IdFieldValue
100unitxxx
100quantity5555
200unithhh
200quantity1111
300unithhh
300quantity7777

If you want to change the header of any field then please do the same within Qlikview script.

Hope this will be helpful

Regards!

Rahul

Anonymous
Not applicable
Author

hi Rahul

it was so helpful, thank you.

rahulpawarb
Specialist III
Specialist III

Cheers,

Rahul