Is that possible to do this basket analysis without changing data model
Hi,
I woudl like to do some basket analysis purely with frontend calculation. Now I am stuck and wonder if it's even possible to achieve it without changing data model.
In raw data, I have customer purchase history.
I can easily use set analysis to retrieve products purchased together with one specific selected product, by the same customer.
What I want is to generate a list of customer (and purchase history) who bought selected product but NOT TOP 1(eventually I want to do TOP N) basket product.