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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show all data with filter

I have two tables. I need to click in table B and not filter the table records A. But when I click on the table A I need to filter the fields of the table b.

Table ATable B
producttype aqtd avalue bproducttype bqtd bvalue b
1AA10101XX540
2BB2208YY450
3BB3303WW230
4CC4405WW370

For example, click in B type  WW, this is result;

Table ATable B
producttype aqtd avalue bproducttype bqtd bvalue b
1AA10103WW230
2BB2204WW370
3BB330

4CC440

when click in A type AA, this is result;

Table ATable B
producttype aqtd avalue bproducttype bqtd bvalue b
1AA10101XX540

thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi tiger,

I managed to make it work. following sample...

Thanks,

View solution in original post

4 Replies
sujeetsingh
Master III
Master III

Hi,

See you cant create this functionality just by using Alternate state .

Here you can have two B tables in which one will have no selection associtaion well the other will have

sujeetsingh
Master III
Master III

Silva can you post a sample

Not applicable
Author

Hi Tiger,

  When I click on the type WW is right, but when I click on the AA I wish that filtered products in both tables. Showing only the product 1.

  sample attached.

Not applicable
Author

Hi tiger,

I managed to make it work. following sample...

Thanks,