Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Loading Data without Lib Path

I Want to know can we load the data without having this lib connection path.

For an example in qlikview when we will load the data it will come like
(

FROM

(ooxml, embedded labels, table is Categories);

)
But We see in Qliksense it will come like
(

FROM [lib://Downloads/Sales Multi Table.xlsx]

(ooxml, embedded labels, table is Categories);

)
so in this I want to know why this extra 'lib' is there and also is there any alternative of this 'lib' if we don't want to use it here or if we do some settings anywhere?
Please help me in that.
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Its a UNC path which is good to use. Folder data connections ‒ Qlik Sense

But you can also change that and make it work old way.For that you will have to change the setting to standard mode.

Editing engine ‒ Qlik Sense

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Its a UNC path which is good to use. Folder data connections ‒ Qlik Sense

But you can also change that and make it work old way.For that you will have to change the setting to standard mode.

Editing engine ‒ Qlik Sense

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thanks Kaushik.