Page 1 of 1

Indices CDX descendentes

Posted: Wed Feb 17, 2021 7:42 pm
by pedroluis
Hola gente !!!

Greo un indice con CDX:

use asientos
index on dtos(fecha) + str(numero,8) tag asi1

como hago para crear un índice inverso,
por ejemplo que el campo FECHA vaya de mayor a menor ?

por ejemplo:

index on DESCENDENTE(dtos(fecha)) + str(numero,8) tag asi1

Gracias !

Re: Indices CDX descendentes

Posted: Wed Feb 17, 2021 8:08 pm
by Armando
Pedro:

Un ejemplo

Code: Select all

        INDEX ON DESCEND(FIELD->HDR_FOL) TAG (cIdx2) TO (cAlias) FOR ! DELETED()
 
Saludos

Re: Indices CDX descendentes

Posted: Wed Feb 17, 2021 8:26 pm
by karinha