Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamic end date web connector

Hello everybody,

I'm currently designing applications with data coming from the data web connectors but you always need to specify a specific end date. I would like to have a dynamic time range in which the web connector always retrieves the most recent data.

Anybody an idea how to do this?

Thanks in advance,

Sam

10 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Try copying and pasting the URL into the browser on the Qlik server, you may get more feedback there.

To ensure you get the URL you are trying in Sense add a line;

let vURL = 'http://localhost:5555/data?connectorID=FacebookInsightsConnector&table=page_fans&pageId=XXXXXXX&star...';

You can then find the variable vURL in the Sense UI and copy and paste the content into a browser.