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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get the sheet names into a Field

Hi All,

I have a excel which contains 1000 sheets with different names, So i want to bring that excel sheet names into a field, How can i achive this one.

Thanks,

Chandan.

Labels (1)
3 Replies
Not applicable
Author

Hi Chandan,

One way of bringing the sheet name is;

For each a in 'SH1','SH2','SH3'

Load X, Y, Z, $(a) as SheetName from abc.xls (biff, embedded labels, table is $(a)$)

Next

Not applicable
Author

Hi,

One more option would be connecting Qlikview to excel via ODBC. Once you created a ODBC connection to excel then you can pull 'n' number of sheets from a excel with out specifying the sheet names any where in qlikview and you can get the name of the sheets as field information in qlikview.

For more details have a look at the below link.

http://qlikviewnotes.blogspot.com/2008/09/loading-multiple-excel-sheets.html

-Sridhar

Not applicable
Author

Hi Rajesh/Sridhar,

Thank you for your quick reply.Let me try and get back to You.

Thanks,

Chandan.