I have a database field with 10 different values (e.g., document ID).
I want a dynamic parameter that will prompt the user to choose the desired document ID from a drop-
down list.
However, I only want to present the user with a subset of the available document ID's to choose from.
Each document ID is a unique name.
How would I do this?
Thank you.