Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Link in a table

In any pivot or or straight table: If we click the numbers against any dimensions, that should lead to the root data.

I need to link the No.(inside the pivot) to other QV object (like table, another pivot) which will pop out on clicking the respective no.

Any Ideas.?

Regards

1 Solution

Accepted Solutions
sivarajs
Specialist II
Specialist II

Use condition in object that you want to hide

Chart properties-->layout--> Show Conditional

If(getselectedcount(fieldname)=1,1,0)

View solution in original post

4 Replies
sivarajs
Specialist II
Specialist II

Use condition in object that you want to hide

Chart properties-->layout--> Show Conditional

If(getselectedcount(fieldname)=1,1,0)

Not applicable
Author

Thank You. But the number in the link is an expression I use in the Chart. This value has to be my link

sivarajs
Specialist II
Specialist II

Can you explain in detail i dint get you

Not applicable
Author

Sorry.. It is the correct answer... thank you