Skip to main content

Hi Community,

I have a report which is expected to be run via a button on a view of the project - the button (which is a custom URL field) passes in the Project name to an action which generates the report - see bottom of this email for how this works.

My problem is that occasionally, the more enthusiastic users try editing the filters on the report so generated to see the data in a different way. Unfortunately, if they remove the filter, running the report via the button causes an error as their instance of the report is not expecting the field which is passed in. 

As an Admin, is there any way to reset the filters on user’s instance of a report remotely? Alternatively, is there any way to prevent users editing the filters on a report?

Thanks

Julian

 

For information, the URL button code is:

HyperLink(GetCustomActionUrl("Project Resource Profile Report", GetRuntimeParameter(currentObject())), "Run") 

Be the first to reply!

Reply