Previous  Next          Contents  Index  Navigation  Glossary  Library

Defining Non-Default Columns

You can use one of three methods to alter your PSI column setup during implementation to better suit your company's needs:

Attention: If you make any changes in the PSI Columns window, you must save your changes and choose Generate View before the Project Status window will reflect your changes. You do not have to generate a view if you have changed only your client extension.

If PSI determines that a column value is blank (Definition field in the PSI Columns window left blank) or a NULL value (PSI unable to process SQL expression), the Project Status window will display a zero (for numeric column types) or leave the field blank (for text columns). To leave the value field blank for a numeric column, you must enter TO_NUMBER(null) in the Definition field in the PSI Columns window.

Column Setup Window

You can accomplish the first two methods by using the PSI Columns window (choose Setup, Project Status Columns from the Navigator). These are not only simpler than the third option; they will also give better performance results.

Regardless of which method you choose to change your PSI column configuration, you enter column prompts in the PSI Column window. The Project Status window always reads column prompts from the view generated by this window.

Using Lists of Values

Using the first method, you select from 120 column definitions in the list of values for the column definition you want to change. Oracle Projects displays a list of values for either text or numeric column definitions, depending on the column type of the active field. Numeric column definitions are preceded by one of the following letters:

Attention: When you have made and saved your changes, choose Generate View to ensure that the appropriate project status folder (project, task, or resource) will reflect your changes.

Using SQL Expressions

The second method involves selecting a column definition from the list of values in the PSI Columns window, then modifying it with SQL expressions, as described in the examples below.

Example 1: Hours Percentage Complete

The definition of the Hours Percentage Complete column, one of the default PSI columns provided with Oracle Projects, is:

The formula divides ITD labor hours by the total budgeted labor hours to obtain the percent complete. If total budgeted labor hours equal zero, zero is returned as the result. Following is an explanation of each element of this definition:

Example 2: Over Budget

The Over Budget column, another default PSI column provided with Oracle Projects displays an asterisk if the project is more than 10% over its budget, and is blank otherwise. The definition for the column is:

This definition contains some additional elements:

Currency Formatting in Project, Task, and Resource Windows

You can use the Project Status Column Setup window to mark selected column definitions as currency amounts. Columns marked as currency amounts are displayed in Project Status Inquiry according to the functional currency format.

   To mark columns as currency amounts:


         Previous  Next          Contents  Index  Navigation  Glossary  Library