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

Web file Connector Dynamic

Hello guys,

Is there any way to convert a dynamic URL connection?

URL.PNG

 

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

yes 

there is 

you create a static web connector but when you load it 

you use in the parameters (url is  'xXX') which overrides the url in the connector 

your script will look like this 

LOAD
*
FROM [lib://GA_QlikIL (sense_administrator)] //can be any web connector you previously defined 
(url is 'http://localhost:5555/data?connectorID=GoogleAdWordsConnector&table=Customers&appID=&loadAccessToken=9k8g3j7n3kj6',qvx);

 

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

yes 

there is 

you create a static web connector but when you load it 

you use in the parameters (url is  'xXX') which overrides the url in the connector 

your script will look like this 

LOAD
*
FROM [lib://GA_QlikIL (sense_administrator)] //can be any web connector you previously defined 
(url is 'http://localhost:5555/data?connectorID=GoogleAdWordsConnector&table=Customers&appID=&loadAccessToken=9k8g3j7n3kj6',qvx);

 

Rehan
Creator III
Creator III

I tried this but it doesnt work