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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
rarora12
Creator
Creator

Qlikview chart expression - Link (URL) is duplicating parameters - why?

Hi All,

I have an expression in a chart when clicked as hyperlink goes to another application (non Qlik) , web application

Expression is as follows:

=[NUMBER]&'<url>http://'&vDomain&'/Intake/IntakeClass.aspx?personid="'&[PERSON_ID]&'"&id="'&[ID]&'"&number="'&[NUMBER]

The link goes to the application but STRANGELY it duplicates the parameters when the URL is created as follows:

http://case:81/Login.aspx?ReturnUrl=%2Intake%2fIntakeClass.aspx%3fpersonid%3d%22630249%22%26id%3d%22...

So you see how the person id and and the number and id are all duplicated listed twice!!

This causes the link  not to work - if i use a simple link like google with parameters - it works just fine

Any thoughts or ideas??

The link has been modified to redact information but the idea is presented with details..

Thanks in advance for the responses

Rick

Labels (1)
1 Reply
rubenmarin

Hi, maybe it's caused because the last double quotes aren't closed:
&number="'&[NUMBER]&'"'

I suposse that [NUMBER] doesn't have all that text as part of field value, isn't?