You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = ;
The text was updated successfully, but these errors were encountered:
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 = ;
The text was updated successfully, but these errors were encountered: