Using the data below, how can I create a variable without collapsing (or during a collapse) that produces a string variable of all values of -categ- within a given id-time grouping?
Code:
input byte(id time categ) 1 1 4 1 1 7 1 2 3 1 2 4 2 1 13 2 1 3 2 1 5 2 2 4 2 2 1 end
Comment