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: 
Anonymous
Not applicable

How to give link in Straight Table Values

Hi ,

How  to give link in Straight table values if I click a value in Straight table it need to move to next sheet.

7 Replies
Anonymous
Not applicable
Author

Hi

Do you mean just click anywhere in the Straight Table to go the next sheet or something more specific ?

Best Regards,     Bill

Anonymous
Not applicable
Author

Hi Bill,

No in a Straight table We will be displaying values on that value Click

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

You can put a URL in an expression, by changing the expression representation to 'Link' and having an expression like this: 'Follow Link<url>http : //www.destination.com/'.

If people are consuming this document in Access Point it should be possible to make that URL the URL of the QlikView document and pass the target sheet as a parameter.  The required URL will be something like:

http : //server/QvAjaxZfc/opendoc.htm?document=QVDoc.qvw&host=localhost&sheet=SH02

If this is not only being used in the browser then your best bet may be to have a transparent text box over the top of your straight table with a Layout action on it to change the sheet.  Make sure you set the layers correctly on the Layout tab of both text box and table.

Hope that helps,

Steve

Siva_Sankar
Master II
Master II

You want like the attached one?

Regards.

Siva

Not applicable
Author

Hi Siva ,

Can U Explain how it Works..\\

Siva_Sankar
Master II
Master II

Use the triggers, and change the sheet id as your FieldValues. Then You can simply use =Fields.

PFA.

Regards.

siva

sandeeps_hyd
Contributor II
Contributor II

Hi Steve,

Is it possible to redirect / activate another sheet object within the same sheet when a user clicks on a cell value ?

Please let me know.