Afternoon,
Hoping to find some answers here. I'm designing an app at the moment that I'd like to offer the end users some options via list boxes. The first list box I have currently allows the user to select the relevant fields(Columns) they wish to see and the second I've been trying to implement would allow them to select the fields they wish to group on. Desirably, the "groups" would then be separated by tab. For instance, lets say column, A = names, column B = Birth dates, and Column C = hometown. Once they utilize the first list box to choose these three fields, the second list box, in theory, would allow them to group on column c and the tabs would be broken out from this grouping so that in the hypothetical case above, everyone sharing the same hometown in column C would be in one tab, and so on.