I want to have a generic report that allows filtering of a dataitem for certain users and prevents filtering on that dataitem for other users. Can this be done or do I have to use a customised request form and never display the ReqFilterFields tab ?
Thanks
0
Comments
Allow Filter Report is a new field in Setup.
Usually Reports suppose to print the filters so that way you can see what filters the user has setup.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I want to have a report that will allow some users to enter filter values for a dataitem but not allow other users to enter filter values (at run time) for a dataitem.
So for a user is of a certain type I want to be able to force the filters into the report by using SETTABLEVIEW and then prevent the filter tab from displaying (or being modified). But if the user is of a different type I would like to force the filters into the report again by using SETTABLEVIEW but allow this user to override the filters by giving them access to the filter tab for the dataitem.
I dont think I am going to be able to do this on the same report. ie I think that you can only control whether the filter tab for the dataitem is to be displayed or not at time of design and that this cannot be changed dynamically when the report is run.
At this point I am heading towards using a request screen.
Thanks
In the OnOpenForm, you can write some code to decide to show a control or not.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!