The limit is 1000 and it is controlled by a registry key.
Here is a link to the solution
https://www.sdn.sap.com/ir
mlmcc
Main Topics
Browse All TopicsI am using Crystal Reports 10 to maintain a report that will run on Crystal Enterprise 10.
I have created a parameter called "team_member". I am using "Browse table" (an Oracle table) and "Browse Field" to fill the default list of parameter values, which is normally a pretty straighforward task. The problem is that the default list is NOT picking up every distinct
team_member from the table. I ran a query in Oracle and the number of distinct
team_members is 1,500. However, the default parameter list only contains 519 team_members.
One factor that may be causing this is that the table I am pulling from is a service
table, where there are many service records for each team_member. Could the fact
that this is not a table of unique team_members, but rather a table of multiple service
records for each team_member be throwing off the Crystal mechanism that fills the
default list? Also, this is a very dynamic table----not static---where records are being
added every second.
Thanks for your help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The limit is 1000 and it is controlled by a registry key.
Here is a link to the solution
https://www.sdn.sap.com/ir
mlmcc
mlmcc-
Thanks for that link. That's exactly the kind of information I was seeking. However, this report
will need to be published on Crystal Enterprise 10. Would that mean that I would somehow
need to add a REGISTRY KEY to the REGISTRY on the server where Crystal Enterprise has
been installed?
Thanks.
Rayshin
Business Accounts
Answer for Membership
by: frodomanPosted on 2009-02-06 at 14:35:09ID: 23574949
It shouldn't matter that your table is dynamic - it'll be at the time you run the query that the data gets grabbed. I suspect it is more likely that you're running into a limit on the number of records that can be handled.
I don't know if the limit is 519 (doubtful as that would be an odd limit) but it may be that since there's multiple records you're only getting the distinct values from the first X number of records.
I would try creating a table with the distinct values and try browsing that and see if you get all of your values.