Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execute/Run a qvw inside another qvw

Hi,

Is this possible?

Example:

qvdgenerator.qvw;

table1:

     load * from original_table.qvd (qvd);

     store table1 into qvd1.qvd;

workingfile.qvw:

original_table:

     load * from <other source table>

     store original_table into original_table.qvd;

drop table original_table;

     run the qvdgenerator at this line and should wait until finish before executing the following lines.

load * from qvd1.qvd (qvd);   ---- the qvd generated by qvdgenerator.qvw;

.....

qvdgenerator uses the qvd file generated by workingfile.qvw

then workingfile uses the qvd file generated by the qvdgenerator

note: can't combined the two qvw into one due to some reasons.

thanks for your help.

Labels (1)
2 Replies
gauravkhare
Creator II
Creator II

Hi Qlikering,

first of all nice name--Qlikering.. ok now answer to your query is that the thing you are trying to do won't work as the second qvd will overide the first qvd.. just try it out.. the only way for merging the two qvd's is by using a join.. as for now I' am not able to think of any other way trough which your task can be accomplished!  take care

Not applicable
Author

Hi, look this qvw, maybe can help you. I found it in this thread (http://community.qlik.com/message/7106#7106)

Hope this helps. Regards.

Luciano Muñoz