Señores y señoras, gracias de antemano.
tengo un campo en un report, que es codigo de linea.
ahora mismo ordena por la descripcion de la linea,pero necesito que ordene por el codigo.
no tengo ni idea de crustal.
os pego la formula del campo por el cual quiero ordenar, por si se os ocurre alguna manera de hacerlo.
MUCHAS GRACIAS !!!
hileprintingrecords;
if {ch_ac.TIPACPREST} = "LINEAF" and {CH_LD.CODLDTIPO} = "P" and {CH_LD.CODLDSTIPO} = "F" then // Perfiles
// {CH_LD.DESLDPERF} + ' ' + {CH_LD.CODLDELEM}
""
Else If {ch_ac.TIPACPREST} = "LINEAF" and {CH_LD.CODLDTIPO} = "P" Then //Solamente Prestaciones
{CH_LD.CODLDELEM}
// If Length(Trim({CH_LD.CODLDOMS})) < 5 Then
//
// {CH_LD.CODLDOMS} + Space(6 - Length(Trim({CH_LD.CODLDOMS}))) + ' - ' + Trim({CH_LD.CODLDELEM})
//
// else
// {CH_LD.CODLDOMS} + Space(6 - Length(Trim({CH_LD.CODLDOMS}))) + ' - ' + Trim({CH_LD.CODLDELEM})
else
// {CH_LD.CODLDOMS} + ' ' + {CH_LD.CODLDELEM};
"";