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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error on link <url> with & symbol

Dear all,

I have a problem creating a link <url> on Graphic - Simple table.

I'm creating that link dinamically. For Expample '<url>http://www.website.com/page.html?s=1&....'

When I do a click on QV, It' redirects me to

http://www.website.com/page.html?s=1%26

QV replaces & symbol to %26.

Has anyone any idea how to solve it?

Best regards

12 Replies
Anonymous
Not applicable
Author

Jason,

I reported it in January 2011, and thay opened this bug.  Not fixed yet?

Anyway, I'm using URL without that '#' at the end, and it works fine.

I suspect that the '&' problem is related to the same bug.

johnpaul
Partner - Creator
Partner - Creator

Just as Jason said, my server needs a '#', but it is getting a %23 resulting in an error.

johnpaul
Partner - Creator
Partner - Creator

Ok, so here is my crappy work around:

using a button the # works OK. So I need to have a variable which is set which builds the url.

Then when the user selects the unique record ID they can click on the button.

At least it works and is better than the alternative, which is to cut and paste.