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

How to make QV save to multi location ?

Hi All

I have below script set the path directory :-

SET vQVDPath = 'C:\Users\Paul Yeo\Dropbox\5 QV_Final\QVD_PY\';

when i use below , it will save to only above folder :-

store GL_TABLE into $(vQVDPath)GL_TABLE.qvd (qvd);

My question is how to make it save to another directory like below  ?

C:\Users\Paul Yeo\Dropbox\5 QV_Final\QVD_FULL\

instead of just the one folder .

Any idea ?

Paul

1 Solution

Accepted Solutions
vivek_niti
Partner - Creator
Partner - Creator

Hi paul,

you need to write a separate store command if you want to store the QVD at different location.

STORE GL_TABLE INTO <path1>;

STORE GL_TABLE INTO <path2>;

Vivek

View solution in original post

2 Replies
vivek_niti
Partner - Creator
Partner - Creator

Hi paul,

you need to write a separate store command if you want to store the QVD at different location.

STORE GL_TABLE INTO <path1>;

STORE GL_TABLE INTO <path2>;

Vivek

Not applicable
Author

Hi Sir

Ya thank for give me the idea.

Paul Yeo

+6593261804

Skype paulyeo_thai