Hi all,
Im sorry for my poor English.I hope you could understand my expression.
as we know,webi report’s prompt can get value via opendocument.jsp?&lsS.But after getting value,the prompt still appears on the page,and users can modify it.My version is R2.Is there any way to hide it after giving it the value?
PS:It is said this can be done in version 6.5.
Any input will be appreciated.
best regards,
daodao945
Provided your opendoc statement completes all the prompts with valid information, the user shouldn’t see the prompt. Have you missed one of the objects for which there is a prompt in the target report?
Even if the prompted text is different your prompts will not be accepted and again you will have the prompts screen appears in the report ( Ex: Enter Start Date: cannot be given as Enter start date : )…though minor sometimes we miss it …
take the following as an example:
I have three prompts in my report.the text are aaaa,bbbb and cccc.
I use &lsSaaaa=AAAA&lsSbbbb=BBBB.when I open the URL,the aaaa and bbbb prompts still appear on the page.I want it hidden or unmodified.Is there any way to get it?
Any input would be appreciated!
best regards,
daodao945
You have to complete them all via opendoc. If you don’t complete them all, they will all be displayed as part of the prompt window - even the ones you have completed. Thats how it works.
why dont you set the prompts for default values , if not provided any prompt from user …if three prompts are set at report level and user passes only two values …the third prompt should take default value what u set …
yes, that is how it works. All prompts must have a value. If you don’t provide a value for every prompt in your opendocument code then the dialog will appear.