sorting method in databands
Posted: Mon Aug 09, 2010 3:17 am
Hi,
I am trying to get the data of a databand sorting by an element of type DATE (mm/dd/yyyy) but it seems that the sort method only work for text (and in this case,
it takes date as text too).
For example:
--> Obtained Result (mm/dd/yyyy):
01/06/2012
01/07/2013
03/02/2010
10/15/2011
12/16/2010
--> Expected Result (mm/dd/yyyy):
03/02/2010
12/16/2010
10/15/2011
01/06/2012
01/07/2013
Is there any way to get the sorting method that i need (sort the result by day, month and year) ?
Thanks in advance.
I am trying to get the data of a databand sorting by an element of type DATE (mm/dd/yyyy) but it seems that the sort method only work for text (and in this case,
it takes date as text too).
For example:
--> Obtained Result (mm/dd/yyyy):
01/06/2012
01/07/2013
03/02/2010
10/15/2011
12/16/2010
--> Expected Result (mm/dd/yyyy):
03/02/2010
12/16/2010
10/15/2011
01/06/2012
01/07/2013
Is there any way to get the sorting method that i need (sort the result by day, month and year) ?
Thanks in advance.