Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
Master
Master

loading multiple tables data from single excel sheet tab

Hi,

i am having 1 excel sheet tab which contain 5 to 6 tables, how to load all  these tables data in qlikview.

Regards

..........

7 Replies
Chanty4u
MVP
MVP

anat
Master
Master
Author

i gone through all the possible links in qlikview community but there is  no correct logic to load multiple tables from single  tab.

anat
Master
Master
Author

hi sunny,thanks for your response , but what i want is ,i want to load multiple tables data from single excel sheet tab.

Anonymous
Not applicable

You'll probably need to use the Transformation Wizard and create a seperate load for each table.

I have done the first one for you :

LOAD name,

    id,

    salary

FROM

sample.xlsx

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

Remove(Row, Pos(Top, 10)),

Remove(Row, Pos(Top, 9)),

Remove(Row, Pos(Top, 8)),

Remove(Row, Pos(Top, 7)),

Remove(Row, Pos(Top, 6))

));


However problems may well arise if the exact format of the spreadsheet changes.

stabben23
Partner - Master
Partner - Master

Use the wizard to transform Your document. You need to use it for every New table you want to load from Your Excel tab.

trdandamudi
Master II
Master II

I think wizard (Transformation) step should help you in this regard.