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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load an Excel tag name as a filed name

Hi,

I have a .xlsx file whith several tags.

I am able to load each one calling each one like this:

FROM

(ooxml, embedded labels, table is SbBPP);

But I would like to load all the tags addíng a field which would be the tag name.

In the exemple above would be adding a field called Tagname = SbBPP

Give me a tip please.

Thanks

12 Replies
Not applicable
Author

Luis,

Not sure what you really need. But you can see my sample qvw for load each tab. Basically, each tab need have same structure.

Hope it help.

Thanks.

brunobertels
Master
Master

Hi

See my post here https://community.qlik.com/message/895596#895596

This May help you

It's using an odbc conection to get all the sheet name as a table then use this to add à dimension with the sheet name

Hope it Will help you

Bruno

Not applicable
Author

You are right, Jonathan wrote almost the fittest solution even though I did not write the question correctly.

Thank you very much Hans.