Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two data table not linked by any common dimension name.
In Qlik Sense, I have two straight table - Table1 and Table2. Is it possible to use Data Table A dimension 1 selected filter onto Data table B dimension 2?
For example, if I select 'Car' in my filter pane from Data Table A dimension 1, Table1 and Table2 will filter accordingly.
Both dimension data are the same (for eg, they all have fixed string like Car, Cat, Dog, Van) except the dimension name is different.
I can't associate both Data Tables due to other reasons.
You can use an alternate state to apply a selection from one table to another table that is not linked by a common dimension. Here’s how you can do it:
Hi,
If it is just a normal dimension, how can I add the P() to it?
Also my measure is a calculation like:
(Sum(A)
- Sum({$<ZZ= {'Car', 'Van'}>} A)
/ Sum(B)
How can I modify it?
Thank you.