Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts!, I tell you what I'm trying to achieve with Qlik Sense without getting the expected results.
The issue is like this, suppose we have a Fact like the image on the left and a product dimension like the one on the right, what I need to get is to be able to make a graph where filtering a product, I report the other products that were purchased together.
For example, if I filtered by Water (ProdCode: 1) the graph should show me the quantities sold of the other products that were bought with that product (ProdCodes: 2,3,4).
In conclusion, the ProdCode4 is the one that is most purchased together with the ProdCode1.
It would be the typical example of BI where it is concluded that when you buy diapers you usually buy beer, but I can't get it with Qlik.
I try to made a duplicate Dimension of Product but I can't achieve.
Any idea of how I can try to achieve this is welcome and I thank you in advance.
You will need to use set analysis.
i created a basic app based on data shown in your picture.
expression used is Sum({<Invoice=p(Invoice),Desc=e(Desc)>}Count)
check attached picture hopefully this is close to what you need. check link for more details on p() and e()
https://community.qlik.com/t5/QlikView-App-Development/P-E-and-where-do-you-use-them/td-p/457847
You will need to use set analysis.
i created a basic app based on data shown in your picture.
expression used is Sum({<Invoice=p(Invoice),Desc=e(Desc)>}Count)
check attached picture hopefully this is close to what you need. check link for more details on p() and e()
https://community.qlik.com/t5/QlikView-App-Development/P-E-and-where-do-you-use-them/td-p/457847