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

Incremental load issue

HI guys,

I have a script for incremental load.

NoConcatenate

        NameIncremental:

        LOAD

        $(AllColumnNames);

        SQL Select $(AllColumnNames) FROM $(vResTable)

        where $(vWhereClause);

Concatenate (NameIncremental)

            LOAD

            $(AllColumnNames)

            Resident Name

            where not Exists ($(vPrimaryKey));

The problem with is....

the last load statement loads only what is in NameIncremental and do not concatenate with Name resident.

What am i doing wrong here?

Regards,

Saurabh

0 Replies