I need to archive some webI reports with data for different time periods. I don’t want the users to be able to click the refresh button. But my problem is I don’t know how to disable the refresh button in the WebI reports. Help is appreciated!
I don’t believe you can disable this functionality without some custom scripting. However you can easily set the permissions to not allow them to use it. For example, when they do try to refresh the WEBI they will get an error stating that they do not have the appropriate permissions to refresh the data.
why don’t you save them as PDF ? That’s the easiest to save ‘permanent’ data.
I don’t think you want to disable refresh for users, since they can’t refresh any report…
Look, I’m working now on a WEBI development (BO 4.1) with a requirement to have an option button on the WEBI document report (not on the Input Controls side).
I’ve managed to easily do this requirement with the below code (as example):
" A
B"
on "Read as HTML " cell.
However I’m not able to capture the option selected value by the user on the WEBI side.
Can you help me on this topic? Can I kindly ask for your help/expertise on this subject?
After reading this forum, I truly think this should be possible if we use some JAVA script to fetch the option selected with some function like:
document.getElementById(‘RADIO’)
Is this possible? Is this the way? If yes, how do I include this code inside of the WEBI? In another HTML cell? How?
These are my doubts & questions.