Saving View

To save a specific view in spreadsheet form, do the following:

  1. Select CNAV Tools, Table Tool.

  2. Use the provided drop-down list to select the view you wish to save.

  3. Click Save View as Spreadsheet. CNAV displays the Table/View Information screen.

  4. At the top of the Table/View Information screen, select the desired output file format. Your choices are Microsoft Excel spreadsheet format or comma-separated value (CSV) format.

  5. Use the additional fields on this screen to enter a SELECT statement specifying the data you wish to save into the output file.  Taken together, the initial Table Tool screen and the resulting Table/View Information screen allow you to specify a standard SELECT statement having the form:

SELECT view-name

FROM column-name1, column-name2, etc.

WHERE conditions listed apply.

On the initial Table Tool screen, you input the SELECT view-name portion of this command when you selected the target view from the provided drop-down list.  To complete the rest of the command, enter the following information:

NOTE:  

Saving the WHERE clause has effect only for the duration of this Table Tool session. You cannot use this option to save a WHERE clause that you wish to reuse on a continuing basis.  For example, if you wish to dump the data in a specific view each month, you cannot save the WHERE clause here to re-execute next month.  In these cases, we suggest that you devise an internal policy for recording and saving the required SELECT statement to be re-input as needed.

  1. After entering all required information, click Select Columns to execute the completed SELECT statement.