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

Send data out of Qlikview

Has anyone used Qlikview to make certain selections, and then have that set of data call a web service with the selected products, for example?

I want to let my users filter using Qlikview to come down to a small set of products. Then I would ideally want them to press a button in the model, which would POST the "visible/active" productIDs to an outside web app... maybe opening a browser window to get something done to just those productIDs.

I'm not sure if I'm explaining it correctly, and I don't know what to search for to find out if it has been done already - sorry.

2 Replies
agomes1971
Specialist II
Specialist II

Hi,

maybe studying this will give you some hints in how to do it...

QlikView Version 11 SDK

Regards

André Gomes

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

On button or text object, you can add action like "open url" (on "External" Action Type) and you can generate your URL like : 'http:\\myweb\index.htm?idProduct=' & getFieldSelection(idProduct) .

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!