Listof Values Selection and Custom Entry of Values

Hi,
I have a request from the user where the user can select the list of values from the database and as well as enter the own value for the prompt.

Is it possible to show Dynamic list of values and also having an option of entering the own value for the prompt?

I have tried but not able to do it and is there any workaround please let me know.

Thanks


s7jyothi (BOB member since 2008-09-07)

We can only have one prompt type at a time. We cant combine both. The work around I was thinking might sound a bit odd :slight_smile:

Create two parameters. one is dynamic (where you will have LOVs), one is static, with the same logic and make them both optional. So if user wants to select values from the list, he/she would select first parameter and leave the 2nd one blank. In the same way user can enter their own values in 2nd parameter and leave the first one blank.


anil.ganga1 :us: (BOB member since 2007-07-04)