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

Store a table in QVD in Server

Hi Folks,

 

i got a Question, i am using the Qlik Sense Server and i am loading the table from SQL-Server,

but if i am trying to store the table in qvd, i have the error message: Connection not found.

i am using that way: Store myTable ino [lib://QVD/QVDFolder/myTable.qvd];

 

does anybody have any idea?

Thanks a lot

Beck 

Labels (1)
1 Solution

Accepted Solutions
pasi_lehtinen
Partner - Contributor III
Partner - Contributor III

Hi,

 

Make sure that you have the correct path. Also seems like QVD is a separate folder connection. Also you should use the following syntax:

Store 'myTable' into [lib://QVD/QVDFolder/myTable.qvd](qvd);

View solution in original post

2 Replies
pasi_lehtinen
Partner - Contributor III
Partner - Contributor III

Hi,

 

Make sure that you have the correct path. Also seems like QVD is a separate folder connection. Also you should use the following syntax:

Store 'myTable' into [lib://QVD/QVDFolder/myTable.qvd](qvd);

beck_bakytbek
Master
Master
Author

Thanks a lot for Help and Time