Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are trying to load data from our ERP system into Qlik Sense App
As part of the load routine / script following syntax is added
We are using Rob wonderlich QlikView components as part of the routine (GitHub - RobWunderlich/Qlikview-Components: A library for common Qlikview Scripting tasks)..
CALL Qvc.Log('>>> Incremental Load of AP Invoices All with inserts & updates');
// Calling parameters are Tablename, UpdateColumn, QVD_PrimaryKey.CALL Qvc.IncrementalSetup ('XX_AP_INVOICES_ALL', 'IH_LAST_UPDATE_DATE', 'INVOICE_ID');
------------- The error received is as seen below (red text)
Please suggest if what needs to be done to correct the script/load
Regards,
Sandeep