Hello World. I'm having errors when using the MB Tool for Basket Analysis. My workflow is attached.
order_number is my transaction key (unique), and sub_class_num is my item key (1 or more for a given transaction).
When I attempt to use the first option "One item per record with a transaction key", I get the error "No Valid Fields were Selected".
I attempt to use the second option "One transaction per record with all in a single field". I first concatenate my data using a "|" separator. I do not receive an error, but the results are nonsensical: My left/right columns are single digit numbers, rather than the expected 8 digits of my sub_class_num field. Also, the MB Rules Report has Most Frequent Counts that are in the hundreds of thousands, when my dataset is only composed of 50,000 rows.
(first option)

(second option with nonsensical sub class num pairings)

Thanks for your help.