Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Web Page Viewer Extension and sharing values in asp.net application.

I am loading a asp.net page using the Web Page Viewer Extension. This part is working fine. On my aspx page I am trying to get a value from my QlikView Application. I have tried the below code and it is getting an error.

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Dim QvDoc As QlikView.ActiveDocument

UploadStatusLabel3.Text = "QlikViewVariable=" QvDoc.GetVariable("FGC")

End Sub

3 Replies
Not applicable
Author

Hello

You are saying that webpageviewer extension is working. Does that work in Ajax mode. If so, Please let me know the process as the webpageviewer on my dashboard is not showing up after publishing it to the server.

Thanks

Brian_Munz
Employee
Employee

The extension needsto be installed on the server itself also.  This post should help:

http://community.qlik.com/message/121167#121167

Not applicable
Author

Hey Brian,

What is the process to install it on the server? Do I need to just run the .qar or place it in some specific folder.

Thanks