Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
How to give link in Straight table values if I click a value in Straight table it need to move to next sheet.
Hi
Do you mean just click anywhere in the Straight Table to go the next sheet or something more specific ?
Best Regards, Bill
Hi Bill,
No in a Straight table We will be displaying values on that value Click
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
You want like the attached one?
Regards.
Siva
Hi Siva ,
Can U Explain how it Works..\\
Use the triggers, and change the sheet id as your FieldValues. Then You can simply use =Fields.
PFA.
Regards.
siva
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.