I have this table
Name| 2001| 2002| 2003| 2004
Person1| 5|1|0 |1
Person2 |2|6| 1|1
Person3| 0|2|0 |1
Assuming all the year columns have interactive sorting implemented. Rows are grouped by Name while the columns are grouped by year. I want to sort the 2001 data using interactive sorting. I have tried implementing the interactive sort from the textbox properties. But it does not work.
Need help here
Thank you