Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Thanks Marcus. I have been having a google around and not found anything so was pretty sure it wasn't possible
Just take a closer look on my set analysis suggestion because IMO it often provides a better usability as the additionally selection-actions.
- Marcus
Thanks Marcus. I will take a look