anthonygalea
IS-IT--Management
I use FPD version 2.6.
I have a file with a numeric field and a character field. I would like to index first on the numeric field and then on the character field. I am using the following:
index on 'numeric_field_name' + val(character_field_name) to 'xxx'
However, the records are not shown grouped on the first field and then ordered on the character field. What am I doing worng?
I have a file with a numeric field and a character field. I would like to index first on the numeric field and then on the character field. I am using the following:
index on 'numeric_field_name' + val(character_field_name) to 'xxx'
However, the records are not shown grouped on the first field and then ordered on the character field. What am I doing worng?