I have a parameter that displays a list of customer numbers for the user to choose. I would like the customer names (from a different table to be displayed next to them)
In the design environment the only way to get a live pick list is to use the select expert, and this is limited to one field at a time.
Since you are using parameters, the pick list (called default values) will be a static list saved with the parameter field. This list can have a description stored with each value, but this has to be created and saved with the parameter, usually hand entered. It can't be read from another table.
You can import a formatted text file as your default value list, but it will still be static.
You can also create a front end in VB that allows the user to pick from live values and then pass them to the parameter in Crystal.
EscapeUK: Are you using v8? This enables you to have a code AND a description for the picklist values in a parameter. I use back to back reports to build a semi-'dynamic'picklist with 2 columns this way David C. Monks
david.monks@chase-international.com
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.