I have the following problem. I want to create a 3D-Graph that displays the time for a special transaction.
The table looks like this:
Datetime TransactionTime
13.05.2002 11:00:00 7.97
13.05.2002 13:00:00 6.56
13.05.2002 14:00:00 7.24
14.05.2002 12:00:00 8.65
One Axis should display the date, the other one the time and the third one the transactionTime. For this I use the formulas DateTimeToDate and DateTimeToTime.
When I use the options "on change of @DateTimeToDate" and "on change of @DateTimeToTime" it sorts first by the date and then by time. The sort order of the time is then 11:00, 13:00, 14:00, 12:00. But I want the 12:00 at the right place (between 11:00 and 13:00). Any ideas for that?
Thank you in advance!
The table looks like this:
Datetime TransactionTime
13.05.2002 11:00:00 7.97
13.05.2002 13:00:00 6.56
13.05.2002 14:00:00 7.24
14.05.2002 12:00:00 8.65
One Axis should display the date, the other one the time and the third one the transactionTime. For this I use the formulas DateTimeToDate and DateTimeToTime.
When I use the options "on change of @DateTimeToDate" and "on change of @DateTimeToTime" it sorts first by the date and then by time. The sort order of the time is then 11:00, 13:00, 14:00, 12:00. But I want the 12:00 at the right place (between 11:00 and 13:00). Any ideas for that?
Thank you in advance!