how to add a filter to user folder?

Hi,

I need to be able to list objects in

users->->Objects->Tables

folder with a '$' filter. In an essence I would like to add 'object_name not like '%$%'' to the sys.all_objects query that you are running. But it looks like this filter only works at the main table list.

Is there a workaround to accomplish this?

Thanks
Phani sikharam
 
The filters do indeed only work at the main level. You would have to create one or more user-defined folders for this filter.
 
Back
Top