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: 
Hallaien
Contributor II
Contributor II

How to create Incremental load using Qlik Webconnector?

 

Hi all, 

How can I add date parameters to make the load incremental? 

[http://Host/data?connectorID=jira&table=Worklog&issueIdOrKey=$(vKey)&appID= ]

Labels (1)
1 Reply
rubenmarin1

Hi, is this for the Jira connector? I don't have access now but I can tell what I remember on how I did it.

In the connector there is a helper to select data, from there you can see text boxes to set values for createdAfter, modifiedAfter or something like that, setting some test values and creating the script you will get the needed syntax.

Then you only need to change this values with variables to make this dates dynamic. I think the format for dates was DD-MM-YYYY but I'm not sure.