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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jamelmessaoud
Creator II
Creator II

Passing ListBox selections

Hi guys.

Has anyone ever been able to pass a selection from one filter pane to another using Qlik Sense?

I have data in two different tables which cannot be joined but I would like to somehow make the same selections from one filter pane to another.

Is this possible?

Thanks
J

Labels (2)
4 Replies
marcus_sommer

I'm not sure but I think that passing the selections isn't possible with the current native features of Sense (maybe some extensions provide this kind of functionality). But you could connect such non-associated tables within the expressions with set analysis, for example with something like:

sum({< Table1.Date = p(Table2.Date)>} Field)

- Marcus

jamelmessaoud
Creator II
Creator II
Author

Thanks Marcus.  I have been having  a google around and not found anything so was pretty sure it wasn't possible Smiley Sad

 

marcus_sommer

Just take a closer look on my set analysis suggestion because IMO it often provides a better usability as the additionally selection-actions.

- Marcus

jamelmessaoud
Creator II
Creator II
Author

Thanks Marcus.  I will take a look