Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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