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 in salesforce

Hi,

Could anyone tell me how to implement incremental load in salesforce?

$(varTableName)_SQL:

SQL Select *

FROM $(varTableName)

WHERE LastModifiedBy >=$(vLastExecTime) and LastModifiedBy < $(vExecTime);   //***************************Change the "LastModifiedDate" to the name of the field for the last modified data time stamp in your tables.

The following error occurred:

There is no open data connection. Missing or failed "CONNECT" statement.

               

thanks!

0 Replies