Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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 ?