That seems to be the issue.
mlmcc
Main Topics
Browse All TopicsHello,
I am trying to get a dynamic parameter to work for my reports. Here are my steps, along with what I am seeing.
1. Create new Parameter
2. Choose 'Type' = String
3. Choose 'List of Values' = Dynamic
4. Click 'New' radio button (Existing option is greyed out)
5. Click 'Click here to add item' in 'Value' field.
(None) is dislpayed.
I am running version 11.5.10.1263
Any ideas as to why I am given no field options in the 'Value' section?
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.
It's because you're using a Universe as the primary data source for your report. Universes, SQL Commands and Stored Procedures are all executed prior to other Crystal Reports functions, like parameters. Generally speaking, if you want to use parameters with those objects, you need to build them into the object themselves, not in Crystal Reports. In your case, that means you won't be able to use Dynamic and/or Dynamic Cascading Parameters against the existing data source. Furthermore, any parameters you do create in Crystal Reports won't be passed to the database for processing. Instead, every possible value from the Universe and it's underlying SQL will be returned across the network where it will then be filtered out by the client after the fact.
At a high level, I recommend not using Universes for Crystal reporting unless the Unverse has 100% of what you need for data filtering already built into it. If you need to apply any other filters, you'd be better served with a different data source in most situations.
~Kurt
I haven't read the full article but I think it addresses your issue
http://www.sdn.sap.com/irj
mlmcc
This is probably a better document, since it pertains specifically to parameters (I found the link in your document, thanks mlmcc):
http://www.sdn.sap.com/irj
At a high level, the document says:
1) The parameters have to be based on Universe LoV prompts
2) You need to configure the prompt in the Universe Designer to refresh with every use. The prompt should be available within the parameter panel or field explorer when you connect to the Universe. You shouldn't have to create it in Crystal Reports.
~Kurt
Business Accounts
Answer for Membership
by: bdreed35Posted on 2009-09-17 at 19:32:47ID: 25362605
Do you have a datasource already set up in the report? The value field list is linked to the fields that come back in your datasource.