Qlik Sense.
An application loads data using Qvc.ImportModel call. Previously model was exported by another ("Transform") application. At the first time data loaded successfully. But starting from the second attempt to execute load script the following error appears:
"... The control statement is not correctly matched with its corresponding start statement...".
I found that error disappears after adding the following code after Qvc.ImportModel call:
Set _qvctemp.TableName = ;
Set _qvctemp.FieldNames = ;
Qlik Sense.
An application loads data using Qvc.ImportModel call. Previously model was exported by another ("Transform") application. At the first time data loaded successfully. But starting from the second attempt to execute load script the following error appears:
"... The control statement is not correctly matched with its corresponding start statement...".
I found that error disappears after adding the following code after Qvc.ImportModel call:
Set _qvctemp.TableName = ;
Set _qvctemp.FieldNames = ;