Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Triggers in qlik sense

Is there a way to activate next sheet by clicking on a button in qlik sense?

10 Replies
CK_tan
Former Employee
Former Employee

Hi Utkarsh,

You can use the text object (with URL) as a work around with the current version of Qlik Sense, it will open a new browser tab with the specified sheet.

If you are running the desktop version, you can go to http://localhost:4848/hub to access it in browser.

Hope it helps.

Cheers,

CK Tan

Qlik

manuele_silvest
Partner - Contributor III
Partner - Contributor III

Hello Utkarsh,

I found this solution in qlik branch:

Sense Navigation + Actions visualization extension for Qlik Sense

Regards,

Manuele

reddy-s
Master II
Master II

Hi Utkarsh,

Yes its totally possible. And you have more control over what you can do with sense as you can build your own triggers using extesnions. You can either use a text object or build an extension button to navigate between sheets which work like triggers.

Thanks,

Sangram Reddy.

reddy-s
Master II
Master II

Hi,

Also, check this link. I have built an extension for it. Hope this helps:

How to get Drop Down menu values from the Sheets

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi sangram,

Is there a way to activate next sheet by clicking a value in table ?

reddy-s
Master II
Master II

Hi Perumal,

Yes totally possible, but you will have to go with an extension to achieve this.

You have a javascript  method in the extension API app.nextSheet() which will help you navigate to the next sheet.

Thanks,

Sangram.

Anonymous
Not applicable
Author

You could use a KPI object, I use them as clickable links in my menus.

under data >expression you put the text you want it to show

Capture7.PNG

Under appearance you pick the sheet you want it to link to

Capture8.PNG

and you will get a button that can be clicked on

Capture9.PNG

Anonymous
Not applicable
Author

With the URL option just be aware that if you migrate your applications from one server to another the URL will need to be updated. Obviously not an issue on the desktop version but if you are using it in an enterprise setting with different servers for dev and prod you will need to update it. I have suggested an alternative below as well.

Cheers

Bella

vijetas42
Specialist
Specialist

Hi

can we implement below scenario,

I have one straight table where i have code and value as column if user selects any project code from table and in the back end each code is associated with flag (Programme / Project) if code is of program then it will take user to program sheet or if code is for project then it will take user to project sheet.

means navigation to sheets depending upon flag..