Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
stats101
Partner - Contributor III
Partner - Contributor III

Creating an extension connect to a data source

Hi,

Wondering whether it would be possible to write a Qlikview extension to connect to a REST Web service? I'm aware there are already plugins which support this, but we're needing to send multiple queries, and implement some logic around session handling.

Thanks,

4 Replies
Clever_Anjos
Employee
Employee

You want an extension (client side) or a connector (server side)?

Both are possible and easy (extension easier than connector)

Clever_Anjos
Employee
Employee

One example of extensions that POSTs data to a Webservice

SQL Writeback from QlikView extension object.

stats101
Partner - Contributor III
Partner - Contributor III
Author

I think we'll need a server side extension. So it would be Data>Publsiher>Server>Desktop.

Clever_Anjos
Employee
Employee

Please check that extension I´ve linked, could be an starting point

I could write this kind of extension, if you´re not familiar with this feature