issue about opendocument.jsp lsS

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


daodao945 :cn: (BOB member since 2009-08-13)

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?


Nick Daniels :uk: (BOB member since 2002-08-15)

Are you sure it should be lsS and not lsM?


Damocles :uk: (BOB member since 2006-10-05)

I just give one of my prompts the value.And I know if all prompts get value,they disappear.


daodao945 :cn: (BOB member since 2009-08-13)

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 …


akk_006 (BOB member since 2006-10-10)

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


daodao945 :cn: (BOB member since 2009-08-13)

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.


Nick Daniels :uk: (BOB member since 2002-08-15)

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 …


akk_006 (BOB member since 2006-10-10)

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.


tmarion :us: (BOB member since 2002-08-20)