Hello everyone,
I'm new to QlikSense and currently working on an application with this data table :
The first two columns productLabel and componentLabel represents label number of bins before and after processes :
During an operation, we consume a componentLabel to generate a productLabel.
Let's imagine a case with a data table as following :
Product Label | Component Label | ... |
---|
0002 | 0001 | ... |
0004 | 0003 | ... |
0005 | 0004 | ... |
0006 | 0002 | ... |
0007 | 0006 | ... |
Is it possible to get in QlikSense (When selecting "0002") the following table ?
Product | Component |
---|
0002 | 0001 |
0006 | 0002 |
0007 | 0006 |
Thanks by advance,
Axel Galliot