Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

Open URl with varriable info

hi all,

I am trying to build a url with dynamic field names..

www.test.com/[Field1]/document123/sample.pdf

the issue is the 123 is a variable name and the document name "Sample is variable as well.. and i don't have control of them ..

I am in a need to do the url in a way like

www.test.com/[Field1]/document*/*.pdf

and it will open all documents related to [field 1]

Let me know if this is doable...

Best,

Alec

5 Replies
Bill_Britt
Former Employee
Former Employee

Hi Badr,

Take a look at this and see if it will help you.

AJAX and URL parameters

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
alec1982
Specialist II
Specialist II
Author

hi Bill,

I looked at it earlier but it doesn't help as the values are defined in list boxes but in my case I don't have an idea what the document variable or the document name will be..

Bill_Britt
Former Employee
Former Employee

Hi,

Yea, not sure how you would do it with the data.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
jonas_rezende
Specialist
Specialist

Hi, alec1982‌.

See if qvw attached help.

Use your creativite for put in app.

Hope this helps!

alec1982
Specialist II
Specialist II
Author

thank you Jonas. this is the same as my url where i have the field name. the issue is we dont know what will replace the * in my url here

www.test.com/[Field1]/document*/*.pdf