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

storing into QVD with one sync in qvw

Hi,

I have an application with one sync between 2 tables of 9 fields and trying to store the first two tables into qvd separately.

My first table gets stored into qvd without any error. But when the next table loads it does not store to qvd and shows the message table not found with which I am trying to store.

Ex: Table A, Table B

A has 15 fields

B has 12 fields (9 fields common with Table A)

A Stores successfully into qvd

B table gets loaded but fails to store into qvd (error message: table not found). I am not dropping the table anywhere.

My question is if there is a sync in qvw then the qvd will work or not. (I dont want to have sync in my qvw. Will remove it though. But a kind of scenario i need to know with sync and qvd)

Any help is much appreciated.

Regards

Suraj Rao

13 Replies
prieper
Master II
Master II

STORE also requires a format-qualifyer:

Store Stock into C:\Users\sooraj.r\Desktop\Qlik\Stock.qvd (QVD);

Peter_Cammaert
Partner - Champion III
Partner - Champion III

AFAIK (QVD) is the default format when a file format option is missing.

prieper
Master II
Master II

@Peter: correct.

Does the original script have a semicolon at the end?

prieper
Master II
Master II

.... script works for me with the sample data (uncommenting STORE, adjustment to the directory, where to save and adding semicolon)