Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview QVD store problem

I am storing qvd with:

Store Table into [../App/Table.qvd](Qvd);

But it's not storing qvd

7 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

have you tried

Store Table into ..\App\Table.qvd (qvd);

Nicole-Smith

I don't think you need the (qvd):

Store Table into ../App/Table.qvd;

brijesh1991
Partner - Specialist
Partner - Specialist

There is some permission issue with the folder into which you are storing the file.

your store command is absolutely correct.

Just do one thing: Store Table into [../Table.qvd](Qvd);

And now check whether QVD is there in your parent directory!

Anonymous
Not applicable
Author

What errors (if any) do you receive when the script tries the store command?

santharubban
Creator III
Creator III

did you checked relative path?

Anonymous
Not applicable
Author

Hi,

I may be late in replying but did you happen to check if any "Directory" with path is written in the script anywhere in the tab where you are trying to store the qvd. It is one of the reasons the store command doesn't work properly. If so, try to remove the "Directory" function or remove the path after "into" in store statement and just give the field name, only if the paths are same. I hope this helps, because when I had the same problem the solution is this.

hcabrera
Contributor III
Contributor III

Hi,

The file executing the following statement must be at the same level directory QVD

STORE * from Budget into QVD \ budget.qvd;

I hope to be of help.

greetings,

Henry C.