hi,
im new to crystal, so i need help on this.
im using progress v9 database and crystal 9.
i need to write a report with a parameter on an array field.. any ideas? thanks.
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.