Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I just created my first qvd file with partial reload.
But only thing is:
when I Concatenate to the qvd file, my load inline parameters don't work.
So the first time, my qvd file loads perfectly, together with the inline load parameters.
When i add a file to the load statement (partial reload) my records are added perfectly,
but they are not matched against the inline load parameters.
how can i do a partial reload and match then new records against my left inline load.
Kind regards,
A.
Thanks for the help, but it is no longer needed,
because i created some variables and uses some if statements with the load script
to fix my problem.
The firste time i load the qvd file,
set var = 1 and loop through inline loads
the second time
when there are changes/new files
set var = 2 and loop through inline loads,
concatenate the new_table with qvd file at the end.
and if there is no new file and reload starts...
set var = 0 then the inline loads, won't work... nothing happens.
But thanks anyway.
A.
Can you post a sample code or qvw?
Thanks for the help, but it is no longer needed,
because i created some variables and uses some if statements with the load script
to fix my problem.
The firste time i load the qvd file,
set var = 1 and loop through inline loads
the second time
when there are changes/new files
set var = 2 and loop through inline loads,
concatenate the new_table with qvd file at the end.
and if there is no new file and reload starts...
set var = 0 then the inline loads, won't work... nothing happens.
But thanks anyway.
A.