Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My data look like below
Name | Mark | Pass |
Bala | 25 | NO |
Arun | 50 | YES |
Perumal | 39 | YES |
when I click perumal ,that takes to another qliksense page . this easy in qlikview . please help me to achieve this.
Thanks,
Regards,
Perumal A
Hi,
There is no concept of Triggers/Actions in Qliksense right now, may be in future they may introduce this option.
Regards,
Jagan.
Hi jagan ,
Thanks for your response. is there any way achieve this requirement .
Regards,
Perumal A
Check what I shared with you, helpful for you
Hi Balraj,
Thanks for sharing.
sure I will check it and let you know.
Regards,
Perumal A
Hi Perumal,
You will have to go with an extesnion and is totally possible.
Use the app.nextSheet() to navigate to the next sheet. Also you have this method app.sheet(id); which will help you navigate to any sheet in the app. Building the extesnion is the only constraint. If you have enough time you can go with this.
Thanks,
Sangram.
Hi sangram,
Thanks for your help. I created simple table extension ,but I am not able select any values in the table .I have attached sample extension . is possible to tell where I am doing mistake .
Regards,
Perumal A
Hi Perumal,
Make use of the <a> tag.
I your extension use the <a href="http://google.com"> Click me to navigate to google </a> in every row of your table.
Thanks,
Sangram.