Hi All,
The Nav feature to let the user add filter on any database field in the pages and reports are very helpful. But in certain cases, like some reports I have a requirement not to let the user add any more filters than 2-3 fields which makes sense per the requirement.
My question: Is there anyway we can restrict the users from adding filters.
Looking ahead for replies. Thanks in advance for your help.
0
Comments
http://www.epimatic.com
Any help is really appreciated.
in NAV there is a virtual table called Field so you can add it as variable, apply filter on TableNo and loop through fields to get FieldRef for each and check.
More information here
Igor