Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Oracle Incremental Load using Qlikview

Hi,

I modified the attached QlikView document to suit our project.  The Incremental qvd file gets generated successfully during the first run but on rerunning to capture the changes, the script fails at the below point -

IF $(QVD_EXISTS) THEN

    // Create the PK for the incremental rows

    RIGHT JOIN ($(datatable)) LOAD DISTINCT

        pyid,

    pxcreatedatetime,

    pxupdatedatetime,

    pystatuswork,

    $(PKexp) as PK

    RESIDENT $(datatable)

    ;

I am not sure why we need a right join here.  Please assist.

Thanks,

Sudha.

0 Replies