Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to combine QVW files in one application?
Say:
QVW1 : contains two sheets
QVW2 : contains one sheet
QVW3 : contains one sheet
QVWCombine : should contains all sheets from QVW1, QVW2 and QVW3.
My concerns is how can I do it? each QVW may have the same variables declared or fieldnames.
Hope there a solution for this.
Thanks and regards,
~skip
Hi,
Upto two file you can acheive by using Binary load.Can you attach your source qvw's?
-Jai
Hi Skip,
if you want to replace your 3 single applications with one application, just copy your QVW1, add two empty sheets, open QVW2 press CTRL+A, then CTRL+C and paste it to your empty sheet in QVW1. Same with QVW3.
Then test your application, have a look at your dimensions and expressions if they are correct.
If your QVW2+3 contain other data (but same fields) as QVW1, then you have to modify your loading script, too.
regards,
Edgar