Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
maxime66
Creator
Creator

Qlikview - Load named table from excel file

Hi qlikers,

I would like to Load a named table from an excel file, is that possible ?

something like this (where "Table_sales" is the name of table in this excel file)

LOAD ,
Column1,
Column2
FROM
[C:\Users\Desktop\workbook.xlsx]
(ooxml, embedded labels, table is Sheet1\Table_sales);

3 Replies
Anil_Babu_Samineni

Check this https://community.qlik.com/t5/New-to-QlikView/loading-all-sheets-data-from-excel/td-p/673784

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
maxime66
Creator
Creator
Author

Thanks for the link Anil,

but my goal is to point a specific Table in a sheet

and not just rows and column in a sheet.

 

Brett_Bleess
Former Employee
Former Employee

I would recommend using the Wizard in the QlikView Script Editor to walk through the load from the Excel file, which should give you the correct connect to statement and script statements to pull just that data from the sheet in question, that should be the easiest way to go about this.  

The following Help link may be of some use on this one too:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/LoadData/how-to...

There is info regarding Named Areas in that link, just FYI.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.