I'm wondering if what I'm looking for is even possible in Crystal. I created a parameter list that displays a distinct dynamic list of values on a parameter drop-down list when users refresh a report. For example 'Red', 'Blue', 'White'. The values that are displayed in the list is a distinct list of values that actually exist in the database field that I would like to filter for in my results.
The above is working fine for me. What I was wondering however is if it was possible to alter my list and still achieve the same results.
For example instead of displaying a distinct list of values from a database field ('Red', 'Blue', 'White') I would like to display ('R', 'B', 'W') but retrieve the actual values ('Red', 'Blue', 'White') from the database.
Is this possible in Crystal?
Thanks,
DB
The above is working fine for me. What I was wondering however is if it was possible to alter my list and still achieve the same results.
For example instead of displaying a distinct list of values from a database field ('Red', 'Blue', 'White') I would like to display ('R', 'B', 'W') but retrieve the actual values ('Red', 'Blue', 'White') from the database.
Is this possible in Crystal?
Thanks,
DB