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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
justin_morley
Creator
Creator

Automatically generated, predictable hyperlink to application selection state

Hi all,

Trawling threads in this forum about bookmarks, I'm beginning to suspect my requirement isn't possible.

I have an external tool, into which I want to include hyperlinks. These hyperlinks will take me to my QlikView application, but with a specific selection applied. Something like:

http://<qvserver>/<AccessPoint etc.>A1203

http://<qvserver>/<AccessPoint etc.>B1306

where the A1203 bit of the URL selects a given dimension say:

SelectionID

------------

A1201

A1202

A1203 <- This would be selected, and filtered on

B1301

B1302

Behaving like a restful service call for example.

I could probably set up bookmarks manually and provide a URL for each selection state, but this has to be automated, as it has to work without human intervention.

Is there anyway to generate bookmarks in script for each value in a given field for instance? The number of values in this field grows by ~300 every year.

Does anyone have any other suggestions to acheive the same thing?

Thanks in advance

Justin

1 Solution

Accepted Solutions
jerrysvensson
Partner - Specialist II
Partner - Specialist II

The first one is possible

Create a box with the ID = StartSelection (doesn't matter what name), with field SelectionID.

Then:

http://<qvserver>/<AccessPoint etc.>&select=StartSelection,A1203

View solution in original post

4 Replies
justin_morley
Creator
Creator
Author

Could anyone give me confirmation either way whether the above is possible?

Thanks,

Justin

jerrysvensson
Partner - Specialist II
Partner - Specialist II

The first one is possible

Create a box with the ID = StartSelection (doesn't matter what name), with field SelectionID.

Then:

http://<qvserver>/<AccessPoint etc.>&select=StartSelection,A1203

justin_morley
Creator
Creator
Author

Hi Jerry,

Thanks very much for the reply. If that worked it would be amazing! Trying it in my system doesn't seem to do anything. Is that syntax definitely right? Is it definitely a comma between field and value? Is it expecting an Object ID, Object title, or actual dimnsion name? None of these worked when I tried them.

I can't find any documentation for this anywhere either

Cheers,

Justin

justin_morley
Creator
Creator
Author

Actually, scratch my last mail, it works!!!! Thanks so much for this reply, this solves a massive problem for us and I'm very greatful for your support!

In answer to my own question above, the comma IS correct, and it accepts the object name