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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating a hyperlink

Hi Community

I want to create a hyperlink on my dashboard. On clicking that link, it should take me to another tab in my qvw file. How to do this?

Smriti

1 Solution

Accepted Solutions
vardhancse
Specialist III
Specialist III

Hi,

Create one button/text object->Properties->Actions->Add<new>->Action Type->Layout->Activate Sheet->sheet ID

For every sheet there will be sheet id, in order to get that sheet properties->General<tab>Sheet ID

so that on clicking on the button we can navigate to another sheet as required

View solution in original post

9 Replies
Siva_Sankar
Master II
Master II

Smriti,

We call this feature as document chaining. Attached an example. in button or text box properties, select action tab, external -> open qlikview document. under document hardcode the path of the qlikview document.

jonathandienst
Partner - Champion III
Partner - Champion III

Document chaining opens another QVW.

If you want to navigate to another tab in the current document, you can add a Layout | Activate Sheet action to a text box or to a button. You can make the text box look like a hyperlink by formatting it to your requirement.

If you want to do this in a table, with hyperlinks in a column of the table, then I don't think that is possible. You can add true hyperlinks (links to other documents), but you cannot fire a row specific action.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Siva_Sankar
Master II
Master II

I have attached another example.

amit_saini
Master III
Master III

Smriti,

Like this???

Thanks,

AS

Not applicable
Author

HI Siva

This example has a qvw file. I am using a personal edition. So cannot open it. Can you send me the screenshots.

Regards

Smriti

Not applicable
Author

Hi Amit

I am using personal edition. So cannot open your qvw file. If possible, can you send me screenshots.

Regards

Smriti

Not applicable
Author

Siva

I am using qvw file.. How should I find out the path of that sheet in my document.I want to link the sheet to that dashboard.

vardhancse
Specialist III
Specialist III

Hi,

Create one button/text object->Properties->Actions->Add<new>->Action Type->Layout->Activate Sheet->sheet ID

For every sheet there will be sheet id, in order to get that sheet properties->General<tab>Sheet ID

so that on clicking on the button we can navigate to another sheet as required

Not applicable
Author

Thankyou so much Sasi. That was what I was looking for.