cancel
Showing results for 
Search instead for 
Did you mean: 

Persistent/ Not_Persistent option for @Prompt

Former Member
0 Kudos

We have one requirement w.r.t to Prompt values to be selected for WEBI report.

1. User logs in and select prompt values to execute report. If user traverse thru some reports and then come back to execute same report in same session, then prompt values selected in previous run should remain intact.

2. However if user logs out and close the session and relogin, then prompt values selected in previous run should NOT remain intact.

I used Persistent option to fulfill both requirements, However 2nd requiement is not working. That means even if user logs off the session, prompt values remains intact.

Can anyone please help to understand whether 2nd requirement is feasible or not. PS: We are using BOXI-R3.

Thanks !
Madhav

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185138
Participant
0 Kudos

Hi Madhav,

This can be achieved in Crystal report by promptonrefresh property of opendoc.

Create a hyperlink of the report in InfoView and provide the opendoc url of the report.

http://<servername>:<port>/BOE/CrystalReports/viewrpt.cwr?id=1152&promptOnRefresh=0

Check out topic 4.3.6

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_cr_url_reporting_en.pdf

However I have not tried that property for Webi.

Check if it works.

former_member182521
Active Contributor
0 Kudos

Have you tried Refresh On Open setting?

Former Member
0 Kudos

Hi Madhav,

I am not sure if this is achievable as the parameters and binary , wither keep last values selected or not , there cannot be an condition of logging out or rerunning the report in same session, It doesn't matter for the report, it will always fetch the last value selected for the report execution and the report was saved with that.

Thanks,

Avinash