Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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![]()
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