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

-1= Execution failed error on script load

Hi all

I am loading this script which did not have any problem before and I get the following in the log:

LET vTableName = TableName(14)

STORE CriteoAnalysis INTO [lib://QlikSenseData/QVDs/MarketingApp/CriteoAnalysis.qvd] (qvd)

NEXT vCount

-1 =

Execution Failed

Execution finished.

The last batch  of script run is this:

FOR vCount = 0 to NoOfTables()-1

     LET vTableName = TableName($(vCount));

     STORE $(vTableName) INTO [lib://QlikSenseData/QVDs/MarketingApp/$(vTableName).qvd] (qvd);

NEXT vCount

I guess -1 refers to the vCount but I don't understand why it just doesn't stop as CriteoAnalysis is the last table apart from another table [autocalendar] that is appended to Dates (eg TransactionDate.autocalendar.Year)

Kind Regards

George

0 Replies