Hi,
I have been trying to create an array in Crystal Reports (XI).
I have a single table with a column containing codes.
All I want to do is create an array in Crystal to hold the codes contained in the table. There are approx 2000.
Can anyone tell me the code?
Best Regards
rpecan
Hello,
That's a large array and will affect performance. What is it you are trying to do? There should be an easier way to accomplish your goal than using an array. SQL in a Command Object is my first pick...
Thank you
Don
Add a comment