Hi All,
I like to change the expression of the index key
the table has 9 indexs
I check the first index like:
IF !(TAG(1)== 'BELEGNAME' AND KEY(1) == 'BELEGNAME')
INDEX ON ALLTRIM(UPPER(BELEGNAME)) TAG BELEGNAME
ENDIF
how to I change the key from:
'BELEGNAME' to ALLTRIM(UPPER(BELEGNAME))
TIA
Ron
I like to change the expression of the index key
the table has 9 indexs
I check the first index like:
IF !(TAG(1)== 'BELEGNAME' AND KEY(1) == 'BELEGNAME')
INDEX ON ALLTRIM(UPPER(BELEGNAME)) TAG BELEGNAME
ENDIF
how to I change the key from:
'BELEGNAME' to ALLTRIM(UPPER(BELEGNAME))
TIA
Ron