Symptom
CR by default will not sort the report based on ASCII values.
Dificulty:
Intermediate – Expert
Workaround:
You need to create a formula with following code :
Â
ASC({tablename.fieldname})
Sort the report based on this field. Now, you can see that the report is sorted based on ASCII values.
Above steps will help to sort the report based on ASCII values.
Â
No related posts.