Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Gurus,
I have a table that contains orders and items, and I want to create basket analysis tables using the attached Excel.
I tried this expression to get the Product and MBProduct count, but it only returns values if I select both Product and MBProduct:
Aggr(Count({1}DISTINCTIf(not Match(Product, MBProduct), Id)), Product)
I would like to have the result with the list of 5 columns and a list of all the product combinations with selection anything.
Thanks.