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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add spreadsheet

Hi

I have a app where the connection for data is to a SQL db.

Within the app i need one tab which shows data from an excel spreadsheet.

How can i do this?

Thanks

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Load that excel table individually  to the data model like

Ex:-

LOAD

     Country,

     City,

     Total

FROM

[Mapping table.xlsx]

(ooxml, embedded labels, table is Sheet1);

View solution in original post

3 Replies
maleksafa
Specialist
Specialist

what do you mean excatly? because you can load an excel spreadsheet into qlikview very easily and then add a flag when loading from excel that this is coming from excel, and in your tab filter on the excel flag.

Not applicable
Author

so I have a QVW where all the data is from a SQL db.  I have a requirement to display the output of a excel file in one tab

its_anandrjs
Champion III
Champion III

Load that excel table individually  to the data model like

Ex:-

LOAD

     Country,

     City,

     Total

FROM

[Mapping table.xlsx]

(ooxml, embedded labels, table is Sheet1);