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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

link website into QV application

Hi All,

I wants to link websites in our application. Any idea or anybody have any example applications

8 Replies
suniljain
Master
Master

Dear Srividhya,

Yo can integrate Qlikview object in .ASPX with the help of qlikview webparts.

Regards

Sunil Jain

Not applicable
Author

hi srividya,

we can do it by using sub routine, which is in vb script. this routine called by macro action..

regards

A'run'

Not applicable
Author

Dear Sunil,

Really am blank in that concepts. Please provide me step by step.

Not applicable
Author

And please upload if you have any applications. I just tried it for own knowledge only. so, please upload small sample applications.

Not applicable
Author

this is the sample code in vb. put this code in a macro

const HOST = "http://localhost:1811/WebSite7/"
'dim URL
'URL = "Default.aspx?Field="&sXML
'Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
'xmlhttp.open "POST",HOST & URL , false
'call xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
'xmlhttp.send ""
'msgbox(xmlhttp.responseText)

Regards

A'run'

Not applicable
Author

Hi srividya,

Kindly refer this attached sample application.

Regards,

Sampath Kumar . G

Not applicable
Author

Thanks Arun

let me try

Not applicable
Author

Thanks alot Sampath. this is what i want