Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
salurkar
Contributor
Contributor

qliksense CALL qvc.log error

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)

XX_AP_SUPPLIERS << XX_AP_SUPPLIERS
Lines fetched: 100
1:09:07 TT
XX_AP_VENDOR_BANK_DETAILS << XX_AP_VENDOR_BANK_DETAILS
Lines fetched: 0
undefined: CALL >>>>>>Qvc.Log<<<<<<('>>> Incremental Load of AP Invoices All with inserts & updates')

Please suggest if what needs to be done to correct the script/load

Regards,

Sandeep

0 Replies