Hello,
I have searched through the forums and either not found a solution that solves my problem, or was unable to get it to function how I wanted.
I have a set of data that looks like this:
Item# Item edition date last updated date
123 12/1/2010 6/1/2011
123 11/1/2010 2/1/2011
123 2/2/2010 3/1/2010
555 6/30/2011 7/5/2011
555 4/1/2011 5/1/2011
666 1/1/2010 12/31/2010
666 10/1/2009 12/31/2009
I would like to group the data by the Item#, which I can do, but then I want the groups sorted by the last updated date only, which I cant do. The SQL I use to get the data performs the grouping and sorting correctly, but its not reflected when I bind it. I am using AdvancedDatabinding as well.
Any suggestions/help?
I have searched through the forums and either not found a solution that solves my problem, or was unable to get it to function how I wanted.
I have a set of data that looks like this:
Item# Item edition date last updated date
123 12/1/2010 6/1/2011
123 11/1/2010 2/1/2011
123 2/2/2010 3/1/2010
555 6/30/2011 7/5/2011
555 4/1/2011 5/1/2011
666 1/1/2010 12/31/2010
666 10/1/2009 12/31/2009
I would like to group the data by the Item#, which I can do, but then I want the groups sorted by the last updated date only, which I cant do. The SQL I use to get the data performs the grouping and sorting correctly, but its not reflected when I bind it. I am using AdvancedDatabinding as well.
Any suggestions/help?