Hi, want to know if lb gadget can sort COLUMN1 and at same time COLUMN2 (dependig on COLUMN1).
I mean, having COL1=month and COL2=day in a lb, sort the list first by month (COL1) and then by day (COL2):
Month | Day ------+------ 1 | 2 1 | 8 2 | 10 2 | 20 ..Or do I have to "cook" the code for such purpose? TIA