I am using the BIDS extension in Visual Studio 2008 to build Reports for Dynamics CRM 2011 On-Premise. I am using FetchXML based reports. I have the following problem : I have a table with 4 columns. One of this columns is filled out with the Starting Date of the appointment Entity in CRM. The date is in the format of : "dd/MM/yyyy hh:mm". I need to sort all the table data based on this column in the ascending order. I tried every type of sorting with FormatDateTime, Format, Sorting the whole table or sorting the Group of data, but I can't get them to sort correctly because only the first value is considered, only days....
This means that it considers as a previous date for example 01/04/2013 instead of 06/12/2012 because the first value "01" is lower then "06".
Can anyone help me to find the exact function to use to sort this table correctly ?