Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execution of Script Failed. Reload old data

Hello,

When i'm loading below code i'm getting this error message as Execution of Script Failed. Reload old data.

It is working fine for first reload but when qvd is updated or changed i'm getting that error.

Can anyone help me on this.

//***************Min and Max of IMM*************************

INPUTFIELD MinIMM,MaxIMM;

IMMGroup:

LOAD IMM,

     MinIMM,

     MaxIMM,

     MinIMM1,

     MaxIMM1

FROM

[..\2_QvdGenerator\QVD\Incremental\IMMGroup.qvd]

(qvd);

//***************Min and Max of Hydration*************************

INPUTFIELD MinHydration,MaxHydration;

HydrationGroup:

LOAD Hydration,

     MinHydration,

     MaxHydration,

     MinHydration1,

     MaxHydration1

FROM

[..\2_QvdGenerator\QVD\Incremental\HydrationGroup.qvd]

(qvd);


12 Replies
Not applicable
Author

Yea you are right it is working in ver 9.00 SR6.

I download this version but not in English language. B'coz i'm not able to find this version .exe in english. Can you help me where i can i get this version in engish.

BUT WHY IT IS NOT WORKING IN VERSION 10 OR 11.

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

U Change Interface  language others to English  in  User preferences

Regards

Perumal A

Not applicable
Author

ya i already did that.

BUT WHY IT IS NOT WORKING IN VERSION 10 OR 11.