Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to write sql in crystal report to order by record?
Message
De
19/04/2011 21:18:29
 
 
À
19/04/2011 00:09:46
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01507784
Message ID:
01507863
Vues:
55
Try This
SELECT  quodtl.*, CONVERT(int, linenum) as iLineNum
FROM    quodtl
ORDER BY  iLineNum
>Hi, all
> i have a difficult problem......Can i wirte sql in crystal report to order by record?
>i know crystal reports plus-in Record Sort Expert function , but can' t use sql ....
>Because, i want to order by linenum , but this struct is char(4), i want change to integer to sort ......
>How can i do , please
>
>
>SELECT  *
>FROM      quodtl
>ORDER BY CONVERT(int, linenum)
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform