Selecting Table Information

Clicking CNAV Tools, Table Tool provides you with access to raw CNAV data as stored in table form.  To view (and possibly subsequently manipulate) the data within a specific CNAV table, select the table from the provided drop-down list and click Select Table.

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 table-name

FROM column-name1, column-name2, etc.

WHERE conditions listed apply.

On the initial Table Tool screen, you input the SELECT table-name portion of this command when you selected the target table 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 CNAV table 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.

Display and modify data on screen: Use this option to display the results on the screen for immediate review and/or modification.

Save as Microsoft Excel ™ spreadsheet: Use this option to output the results directly into a Microsoft Excel spreadsheet file. If you browser is currently configured for Excel, the file will immediately be opened for use.

Save as CSV formatted file: Use this option to output the results in comma-separated value form for manipulation within another program (such as a data base).

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

 

Usage Example:  

To return the actual name of a CNAV user for whom you know only the member ID, use the Table Tool as follows:

  1. Select MEMBER as the table from the drop-down list.

  2. Click Select Table.

  3. Control-click to select CNAV_MEMBER_ID and DISPLAY_NAME as the FROM columns.

  4. At Enter WHERE clause, enter the following text:

CNAV_MEMBER_ID=id-number

e.g. CNAV_MEMBER_ID=1145699

  1. Accept the default output destination (on screen).

  2. Click Select Columns.