Hi
I have a requirement to pas the all the parameters to the DB and in my prompt i have a default value as'All'.How can i pass the Default 'All'(If user selected any other i need to pass those parameter)
Thanks
Just make the prompt optional
Hi Bigchris,
I dont have the value All in DB,that is the static choice in prompt page
Thanks,
Venkat
Ahh...ok. In that case you want to alter your filter so that it ignores the 'All' option, something like:
[YourDataField] in ?Prompt? or ?Prompt? = 'All'