Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complex Index expression
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Complex Index expression
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01359216
Message ID:
01359216
Views:
84
Hi,

I'm trying to create an index with the balance in descending order (first by time, then by balance). I can not figure this out.

I tried this expression, but it's not working and I don't see why
index on IIF(cStatus='PAYMENT ARRANGEMENT BROKEN','0','1') + DTOS(TTOD(tScheduleTime)) + ;
*PADL(99999999999999 - yBalance,14,'0') tag tSchedule FOR !DELETED()
Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform