Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
nachiket_shinde
Contributor III
Contributor III

Linking through objects

Hi All,

   Can we link from one object to other?

   Suppose I have a straight table having columns 1.Standard 2. PASS 3. FAIL

   

StandardPASSFAIL
12030
23020
32525
4500
52426
64010

If I click on 20 in PASS for standard 1 it should open another straight box below that to show details of those 20 students.

FirstName, LastName, Gender, Maths, Physics, History

Now if I click on any other value for any standard then opened straight table should be hidden and new table with detailed information should be opened.

How to achieve this?

Regards

5 Replies
Anil_Babu_Samineni

Hey, If you are expecting from Table Box. I hope this shouldn't work

Instead of that try AdHoc Reports

https://community.qlik.com/docs/DOC-5404

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

Its not possible from table box, properties also very limited on Table Box.

By using Triggers and AdHoc reporting you can sort it, try on straight tables for best practices.

Refferences:

Conditional Show based on Chart Selection

http://livingqlikview.blogspot.in/

Anonymous
Not applicable

You could use

     getposiblecount(Standard)

If you select a single value for Standard it will return the count as 1.

Thus you could use it for show/hide conditions on your tables.

nachiket_shinde
Contributor III
Contributor III
Author

Can we do it on Straight table?

nachiket_shinde
Contributor III
Contributor III
Author

Can we do it on Straight table?