Your Knowledge Base is moving on 3/25/24! Our new Help Center provides all the articles you know and love (plus so much more) in a one-stop shop. Ask your SPoC for details!

Personal Views

 

You can create Personal Views using the Views (Advanced Search) window or by going to System Setup > Page Views.

Using Views (Advanced Search)

Create a New Personal View

Advanced Search always creates Personal Views or Shared Views. You can also edit these Views by selecting the View and clicking the Views/Advanced Search button.

1. Add/Edit a View (Advanced Search). Determine the page you want your View to be on, click the Views drop-down list, then click New/Copy View.

2. Enter a Title for your View. This is the name that will display in the Views drop-down list.

3. Select Fields. Add the fields you want in your View by double-clicking or dragging and dropping them in the Views window. Fields with the document icon are in the table associated with your Page. The folder icons represent relationships to other tables. Expanding these allows you to add fields from other tables, up to 6 levels.  Columns of your View will appear in the order in which they descend in the Views window.  To reorder columns simply drag and drop into the desired location. 

4. Add Filters. Views are required to have a filter, which is some criteria that limit the resulting list. To create filters, set comparisons and Search values on the fields you have selected. See SQL Comparisons for more details.

5. Save your View. Click Save and your View shows up in the Views drop-down menu. You can edit it by clicking Edit on your View.

Editing, Copying, or Deleting a Personal View

To make changes to your Personal View, select it from the list and click the funnel icon.

Editing Complex Views

When launching the Views/Advanced Search Tool, you may receive the following message:

System was not able to parse and recognize some of the expressions in the field list and filter clause! Do you want to continue?

This means you have SQL in your View which cannot be edited by the point-and-click method.

  • If you click OK, the Views/Advanced Search Tool changes your SQL to a form it can edit. This is undesirable if you want to retain any custom SQL written for the View. Use this option If you don't need the custom SQL and want to edit the View using point-and-click.
  • Click Cancel if you want to retain the custom SQL.
Adding Fields to a Complex View

To add fields to a View that already has custom SQL, you can follow this procedure to use the point-and-click method to select fields and still retain your custom SQL:

Get the Fields to Add

  1. Open the Views/Advanced Search Tool from All Records.
  2. Pick fields you want to add.
  3. Switch to SQL Layout.
  4. Copy the Field List SQL.
  5. Close the Views/Advanced Search Tool (no need to save).

Add the Fields to Your Complex View

  1. Switch to your View.
  2. Open the Views/Advanced Search Tool.
  3. Click Cancel when you get the "System was not able to parse and recognize..." message.
  4. Switch to SQL Layout.
  5. Paste in the fields. (Be sure to add a comma before the first field you paste so there is one between each field.)
Copying a Personal View
  1. Find the Page with the view you'd like to copy.
  2. Open the Views/Advanced Search Tool.
  3. Select the View you'd like to copy for the View drop-downmenu.
  4. Personal views will be marked with a star. To copy your view select Copy.
  5. Make your desired changes.
  6. Save.
Deleting a Personal View

You can delete a Personal View using the Views/Advanced Search Tool as long as there are no View Notifications attached. You can attempt to the delete the View and the system will show an error if View Notifications are attached.

To remove View notifications associated with the View, navigate to the “My Notifications” tab, located on the Home page. Select and remove any existing View Notifications for the View. 

  1. Remove Notifications.
  2. Select the View.
  3. Launch the Views/Advanced Search Tool.
  4. Click Delete.

Sharing Your View with Other Users

If you would like to share this with a User Group, select the group from the list. See User Groups for more information.

If you'd like the view to be available to all of your Users, check the System View box. Note: All of your Users will be able to access, but not edit, System Views. If a User edits a System View, a copy will be created, leaving the original View intact for all Users while allowing for additional customizations to the new View.

Additional Considerations

Permissions and Fields

In order to add a field from a related table, a user must have at least read access to that page. If only the record ID is visible, the user's rights must be adjusted. For more information, see View Permissions.

Complex Comparisons

Comparisons are always added to the Views/Advanced Search using the AND operator.

To attain the same functionality as an "OR" statement, use the "IN" option. First, look up the record IDs for the criteria that is appropriate. Then use the "IN" filter to add the appropriate record ID's to the field in the advanced view. For example, if you want to include two different Group Roles in your view, find the record IDs of the Group Roles you want to view by going to the Group Roles page and opening the record. Then go back to the page your view is on. Add the "Group Role ID" field and filter it using the "IN" option and include the two numbers separated by commas.

Using System Setup Area

If you have access to System Setup > Page Views, there are additional ways you can create, edit and manage Views. See also: Page View Fields.

Creating a Personal View From an Existing View

In the Page Views page, you can copy an existing View and make a personalized version:

  1. Go to System Setup > Page Views. 
  2. Find and open the View.
  3. Copy.
  4. Select Your User record in the drop-down.
  5. Optional: Rename as it may be helpful to personalize the title of this View.
  6. Optional: Add or change any fields you would like to in the View.

Example: An "Anniversary Next Month" view could be created by making a copy of the "Birthday Next Month" view and replacing the birthday field with the anniversary field. You should check the Field List, View Clause, and Order By for the field you're changing.