Note: This page uses Javascript. You are seeing this note because your browser either doesn't support Javascript or Javascript is turned off. To view this help system as it is meant to be viewed please use a Javascript enabled browser.
Define a Filter in Oracle That Displays All Documents Created Today
To define a filter in Oracle that displays all documents created today:
From a log window, click the Layout drop-down list and select Customize Layouts .
Open the Customize Layouts Dialog Box and click filter .
From the Filter Dialog Box , click Add to open the New Filter Dialog Box .
In the Title field, enter a title for the new filter.
Click Advanced Filter , and choose Yes in response to the prompt. The Filter Dialog Box (Advanced) will open.
Caution : You should only click Advanced Filter if you know and understand SQL syntax, which you will use to build and edit the filter manually. If you click Advanced Filter , and click Yes to confirm that you want to use an advanced filter, you will be unable to change back to the standard filter.
Enter the following in the Criteria field:
created_date >= trunc(sysdate)
Click Save and Return to Filter List .
Click Return to Menu .
The filter can now be used.