Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we link from one object to other?
Suppose I have a straight table having columns 1.Standard 2. PASS 3. FAIL
Standard | PASS | FAIL |
1 | 20 | 30 |
2 | 30 | 20 |
3 | 25 | 25 |
4 | 50 | 0 |
5 | 24 | 26 |
6 | 40 | 10 |
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
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
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:
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.
Can we do it on Straight table?
Can we do it on Straight table?