Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nazaninslp
Contributor III
Contributor III

pop up Table when press other table's items in qlikview

Dears

I have a table that shows my selling titles with revenue, but some of my selling titles have other name, I want to show when the users press on one of the items of table , the other table popes up and show the other name with revenue.

is it possible?

table 1: 

Dimension : selling_title                              Expression: Sum(Revenue)

table 2:

Dimension : Service_Name                              Expression: Sum(Revenue)

 

sell.PNG

Somthing Like following pic:

2.PNG

Labels (2)
1 Solution

Accepted Solutions
Shubham_Deshmukh
Specialist
Specialist

Hi @nazaninslp ,

Create same table as your first table, just put below condition Layout tab -> Show - > Conditional in second table object,

=if(getselectedcount(selling_title) >= 1,1,0)

asas.png

- Shubham

View solution in original post

3 Replies
Shubham_Deshmukh
Specialist
Specialist

Hi @nazaninslp ,

Create same table as your first table, just put below condition Layout tab -> Show - > Conditional in second table object,

=if(getselectedcount(selling_title) >= 1,1,0)

asas.png

- Shubham

nazaninslp
Contributor III
Contributor III
Author

Thank youuuuuuuuuuuuuuuu Dear
Shubham_Deshmukh
Specialist
Specialist

Happy to help !!