Hi, thanks for the reply.
It is actually an array field as Progress supports array field.. it is a character field with an extent of 10. Was able to figure how Crystal handles the field. Crystal actually reads the field as a comma separated string. Used Split and Left function to get the array element i want. Now, my problem is the report is very slow (probably because of the string manipulation involved).
My questions now are:
1. Any idea how to improve performance on this kinds of report?
2. I am using 2 databases and when i display my SQL query using show sql query, it only displays the part on the 1st database not the complete sql query.
3. any way of writing SQL statement and pasting it somewhere in Crystal to use as sql of the report?
Thanks.