Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting by date descending
Message
From
30/03/2001 12:42:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/03/2001 12:33:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00490370
Message ID:
00490372
Views:
12
>What’s the best way to index by descending date? I need to sort by cRoadName+cMilePost+dDate.
>
>Example:
>
>
(Name)  Airport Road
>(milepost)          1.234        03/30/2001
>                    1.234        03/30/2000
>                    1.234        03/23/1999
>                    2.345        03/30/2001
>                    2.345        03/30/2000
>                    2.345        03/23/1999
>
etc.....
>
>Thanks

Jim,
Actually you sort on Roadname and milepost ascending but date descending, right ?

Then how about :

index on RoadName+transform(MilePost)+padl({^9999/12/31}-dDate,7,'0') tag ..
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform