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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Maximum length of URL to launch a web application

I have a button which launches a web app by passing in a list of AccountIDs that were selected in the document.

The problem I have is that if the URL goes over 250 characters I get an error 'Falied to launch'.

This is a URL that does work

http://myserver/cne/Default.aspx?opportunityid=ABWA-C3FFXI&accountids=ABWA-1FZ6N6,ABWA-1FZJQ0,ABWA-1...

This is a URL that doesn't work

http://myserver/cne/Default.aspx?opportunityid=ABWA-C3FFXI&accountids=ABWA-1FZ6N6,ABWA-1FZJQ0,ABWA-1...

If I copy and paste the longer URL direct into IE it works it's just launching it from QlikView that doesn't.

Is there a restriction? Is there a work around?

Any help would be much appreciated.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Which version of QV you are using? I tried using similar url (>250 characters) in a button in QV9 SR5 and this is working without any issues.

NOTE: I tried launching the page directly from QV developer.

Regards,

Haneesh

View solution in original post

3 Replies
Not applicable
Author

Hi,

Which version of QV you are using? I tried using similar url (>250 characters) in a button in QV9 SR5 and this is working without any issues.

NOTE: I tried launching the page directly from QV developer.

Regards,

Haneesh

Not applicable
Author

Hi,

I'm using QV9 SR1. I'm going to try SR5.

Debra

Not applicable
Author

Just downloaded and installed SR5 and it works fine now.

Thanks