Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
alwinsch
Creator
Creator

Partial reload - Load inline (parameters)

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.

1 Solution

Accepted Solutions
alwinsch
Creator
Creator
Author

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.

View solution in original post

2 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Can you post a sample code or qvw?

alwinsch
Creator
Creator
Author

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.