Skip to content

Issue with using Qvc.ImportModel #96

Description

@AndrewGri

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 = ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions