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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
tchovanec
Creator II
Creator II

Pass Parameters Through URL with Spaces

I am trying to do some document chaining between Qlikview documents. I get it to work great when I am using a string or numeric values with no spaces. When I try to pass values with spaces it is not working. Below is an example of the URL that is not working.

Here is how I am building the URL

'http://l1pnchwedw02/QvAJAXZfc/opendoc.htm?document=Immunizations/Immunizations.qvw&host=QVS@l1pnchwe...,' & '(' & CONCAT(DISTINCT ISLAND_DEPT.DEPT_EDW_DESC,'|') & ')'

This is the URL that is created and it is not working.

http://l1pnchwedw02/QvAJAXZfc/opendoc.htm?document=Immunizations/Immunizations.qvw&host=QVS@l1pnchwe...)

I get things like this to work fine

http://l1pnchwedw02/QvAJAXZfc/opendoc.htm?document=Immunizations/Immunizations.qvw&host=QVS@l1pnchwe...)

Any ideas why this is not working? Any assistance would be greatly appreciated.

1 Reply
Not applicable

Hi Thomas,

I believe you may have worked it by now

But using quotes when there are spaces, is a work around

("User 1"|"User 2")

Kind Regards

Kulbir