Hi guys
quick question: is there any way to find out / break down products that have been in the s.products string at the same time?
e.g. s.products = "prod1,prod2,prod3";
or another time s.products = "prod2,prod3,prod4,prod1";
What I would like to know is which other products prod1 has been in the products string with and how often.
This seems to be an essential feature which I have not managed to find yet.
Best
Björn