Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview Server Reload

Hey,

I need to reload file twice because at the first time he reset my table and at the second time he reload the data from source,

i didn't find a way to reload same file again i need that model.qvw will be loaded 2 times

Any idea guys ?

Capture.JPG

4 Replies
Clever_Anjos
Employee
Employee

Maybe you can split your logic into two qvw.

First reset your tables and second reloading your data

Anonymous
Not applicable
Author

Hey i use this script

IF vClear=1 THEN

    set vClear=0;

    exit script;

ELSE

  set vClear=1;     

ENDIF

The problem is when i reload same file different name

E.g Model_Pre and then Model

the variable get reset and its not working

Clever_Anjos
Employee
Employee

Of course you need to rethink your logic

engishfaque
Specialist III
Specialist III

Dear David,

I would suggest you to write down 2 Sub Routines. One for, Table/Variable Reset and Second for Reload the data from Data Source.

Kind regards,

Ishfaque Ahmed