You need to sign in to do that
Don't have an account?
Antonino_Cupi
analytics:reportChart in Visualforce Page Report Read Only
Hi All,
I have a Visualforce Page that show a report that I created in my org through the tag "analytics:reportChart". Every user that click on the report on my VF Page can redirect to the link of the report, how can I set the report as read only for every user?
Thanks,
Antonino
I have a Visualforce Page that show a report that I created in my org through the tag "analytics:reportChart". Every user that click on the report on my VF Page can redirect to the link of the report, how can I set the report as read only for every user?
Thanks,
Antonino
You can easily set read only to your "analytics:reportChart" by using steps below:-
just add div element to your analytics report chart attribute and apply css to it
in css set "pointer-events: none;" and That it !!!
now you will see all your report chart as read only :)
For more info read down code below:- It is working as expected :)
Please let us know if this will help you.
Thanks,
Parag Bhatt
All Answers
When you hover over the folder name in the Reports tab, you will see a thumb tack (pin) enabled just to the right of the folder. Click the pin and select Share, then choose 'Viewer" level of access for any individual User, Public Group or Role that needs read only access to the folder.
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
Best Regards
Sandhya
thank you for reply! I already knew this setting, I would like to know if there is some trick to automatically extend the "view" level to all profiles and users.
You can easily set read only to your "analytics:reportChart" by using steps below:-
just add div element to your analytics report chart attribute and apply css to it
in css set "pointer-events: none;" and That it !!!
now you will see all your report chart as read only :)
For more info read down code below:- It is working as expected :)
Please let us know if this will help you.
Thanks,
Parag Bhatt