cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable the prompt when Auto refresh

Former Member
0 Kudos

Dear All,

I made a JSP page to open the webi report, and add a Auto Refresh function.

and the webi report has prompt, so the prompt always show up when refresh.

Is there a way to ignore the prompt when report auto refresh? just refresh with last selected values....

thanks & regards,

warrick.

Accepted Solutions (0)

Answers (3)

Answers (3)

kamalessh
Explorer
0 Kudos

Hi Warrick,

Did you try by checking the "Keep last values selected" in the prompt properties during the creation of prompt in the query panel ?

Thanks,

Kamalessh.

Former Member
0 Kudos

Hi Kamalessh,

yes, I checked the option "Keep last values selected", but still prompt...

regards,

warrick.

kamalessh
Explorer
0 Kudos

Hi Warrick,

     Normally by checking the "Keep last values selected" option report will refresh without asking for the prompts again using java SDK. If it didn't work out for you then try the following solution.

How to set the WebI prompt values for a Webi report in a publication and then schedule the publication using the Java Enterprise and ReportEngine SDK


Link : http://service-notes.com/1680502.htm

Some part of the code in the above solution may help you.

Thanks,

Kamalessh.

Former Member
0 Kudos

Is anyone can help on this problem?????

Former Member
0 Kudos

Can you let us know the product version of BusinessObjects(with Patches if any).

Also how are you opening a report from your jsp page? Are you constructing open document urls within the page or are you using ReportEngine/Restful webservice sdks?

Thanks,

Prithvi

Former Member
0 Kudos

Hi,

thanks for your response.

BO Version: BO 4.0 SP4 patch 10

I'm opening the report with openDocument....

regards,

warrick