Hi Experts,
I have parameter which has five values. Here I'm able to select the values individually and able to pull the details. Now I want “All” added to the listing to enable getting them all at one time. For now the prompt is static. Let me know how to include "All" in the parameter.
Thanks in advance,
Samrat Muddasani
Hi Samrat,
Since it's a Static prompt, you can go ahead and add the 'All' value in the prompt's values.
Once that is done, go ahead and modify the record selection formula to:
{?Prompt_Name} = 'All' or {?Prompt_Name} = {Database_field}
-Abhilash
Hi Samrat,
You can check this link, might be helpful.
Steps to insert "ALL" as a value in Object LOV to select all values in WebI prompt
Regards,
Rishabh
Add a comment