I have a report that needs to be limited by a company name. To do this I use the userid to fetch the Company name from a table of userids and the related company name.
The Company name is then used in an openurl statement to pass the criteria to the report. This works great and the user only sees the records that belong to their company.
The problem is the new global search field. This will return records that are not filtered by the Company name.
How can I filter records returned by the Global Search?
If not
Can I omit certain reports from the Global Search?
If not
Can I turn off the Global Search?