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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakk
Partner - Specialist III
Partner - Specialist III

Can we Pass Parameters through URL to get the Desired result

HI,

Can I pass a value through URL and get the desired result in my Qlikview application.

eg : I have report related to Customer Sales and I am accessing it through WEB using Qlikview Server. Can I pass the CustomerCode through URL so that I get the report based on that Customer

Labels (1)
7 Replies
Not applicable

Hi Deepak

I use the following inside a QlikView app to launch another QlikView, so I see no reason at all why it shouldn't work for you:

"qvp://visualmagic.ccstaging.com/innovation/Investment Performance (Innovation).QVW?parm_FundName=" & param1 & "&parm_ReportingDate=" & param2 & "&parm_ComparisonDate=" & param3 & "&parm_Deal=" & param4 & "&parm_Investment=" & param5 & "&parm_ReportGroup=" & param6 & "&parm_AccountName=" & param7 & "&parm_Company=" & param8


Obviously what I have in the called QlikView is a few variables as follows:

parm_FundName

parm_ReportingDate

etc

So when you launch the app, those variables will be holding the values you send them.

Good luck,

deepakk
Partner - Specialist III
Partner - Specialist III
Author

hi,

this doesnt work in case of qlikview aCCESS POINT

http://localhost/QvAJAXZfc/AccessPoint.aspx?vCustomerI=2030&open=&id=QVS@aedxbapp22%7CBusiness%20Int...

my url is similar to above one... can you please let me know how can i pass variable through this.

Not applicable

Try passing the parameter in QVP protocol not in HTTP;

QVP://localhost/SalesApplication.qvw?region=canada

Regards

Rajesh

deepakk
Partner - Specialist III
Partner - Specialist III
Author

HI Rajesh,

I have tried the same but it give an erro of document cal found. We have Community licenses and only 1 document 200 users...

Is there any way to work around on this.

Not applicable

Hi,

In same way i need to pass the values of variables , how to pass it ?

Ex: i tried below but not getting what i needs to change below line for variables

='http://localhost/QvAJAXZfc/opendoc.htm?document=Pass%20parameters%20in%20Web/'&vApp&'.qvw&host=QVS@s...'

Thanks in advance.

Not applicable

Not applicable

Hi,

What shell i do to accept de QVP protocol?

Thanks!