Skip to main content
Announcements
Happy New Year! Cheers to another year of collaboration, connections and success.
cancel
Showing results for 
Search instead for 
Did you mean: 
muhammedraleen
Partner - Creator
Partner - Creator

Qlik Sense Desktop - URL Link to New Sheet With Selections

Hi All,

I created Demo APP, in that I have two sheets, one sheet all student details. In next sheet, in the straight table I have student ID column, I have enabled representation as Link.

Now, when I click on one student id, it should go to student details sheet and get that clicked student ID should be filtered.

How can I achieve this? Urgent requirement, client requesting, even order cancellation level.

2 Replies
Qrishna
Master
Master

When you select a value from a table on one sheet, the entire app is filtered out with value that you selcted unless there some special scenarios like Set expressions/alt states in tables that wont be affected. But to navigate to the a different shhet once value is selected then i strongly believe you need to have some extension.

check the one below:

GitHub - stefanwalther/sense-navigation: Sheet Navigation + Actions for Qlik Sense.

muhammedraleen
Partner - Creator
Partner - Creator
Author

Hi @Qrishna ,

The above extension fulfills my requirement as well, thank you for that. On top of it, I have did some alternative work where I added a straight table, and added student ID field, and change it to as Links. On click of a student ID, the required sheet will be opened with student ID filtered in a new tab. Gap I need to fill here is to open it in the same tab ?