Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi all create folder problem issue?

Hi all,

                      i  fetched the data from data base successfully, but i am trying to load the data into qvd is problem.

Error  i am getting connection not found . any solution for this?

Regards,

Mike

1 Solution

Accepted Solutions
reddy-s
Master II
Master II

Hi Mike,

Have you created a folder connection? If not you need to do it.

Once done use this syntax:

store [<Table>] into [lib://<Connection Name>/<FileName>.qvd];

Also if you are doing this on a server, make sure you have write access to the folder in which you are saving the qvd to.

View solution in original post

5 Replies
Anonymous
Not applicable
Author

you are posting the same thread again: how to load data into qvd in qliksense?

Did you check what I shared with you earlier??

Anonymous
Not applicable
Author

Not applicable
Author

Hi Balraj,

i created data connection using oledb but when i am store the data into qvd the error is coming .

The following error occurred:

Connection not found: qvd

The error occurred here:

Store Sales_DATA_SUMMARY into [lib://qvd/sales_DATA_SUMMARY.qvd](qvd)

Regards,

Mike

Anonymous
Not applicable
Author

maybe like this:

Store * from Sales_DATA_SUMMARY into 'lib://FolderConnection/Sales_DATA_SUMMARY.qvd';

reddy-s
Master II
Master II

Hi Mike,

Have you created a folder connection? If not you need to do it.

Once done use this syntax:

store [<Table>] into [lib://<Connection Name>/<FileName>.qvd];

Also if you are doing this on a server, make sure you have write access to the folder in which you are saving the qvd to.