Object Browser Filters - new filter confusion

Babo

Member³
Hello,
I'm on latest 8 version.
I want to create an additional filter in the "Object Browser Filters " with the following functionality:
1. Filter should display only invalid objects for the user selected above ( the filter).

Here is an example:
1. connect as abc_user@db1
2. pull the list of all users in the db1 by clicking in the object browser (first drop down) and select user EFD_user there.
3. Now - just for this user i want to see all invalid objects.

Please advise
 
In 8.0 this is not possible. You cannot refer to the selected user from the where clause of the filter. In 9.0 we have added a :browser_user variable that can be used in the where clause.
 
Back
Top