Editing Complex Views
Learn how to edit complex views, including how to add fields to your complex view and additional considerations like permissions, complex comparisons, and more.
You can edit views that you created or if you're in the view's user group. To make changes to your personal view, find it in the views drop-down list, and click the Edit button beside the view.
When you open the views, 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 that can't be edited by the point-and-click method. Click OK for the Advanced Search Tool to change your SQL to a form it can edit. This erases 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. To keep the custom SQL, click Cancel.
Add Fields to a Complex View
To add fields to a view that already has custom SQL, follow this procedure to use the point-and-click method to select fields and keep your custom SQL.
- Go to the page with the view you want to edit.
- In the views drop-down list, open the All Records view.
- Select the fields you want to add.
- Click the SQL Layout tab.
- Copy the SQL in the Field List section.
- Close the view and click Proceed. You don't need to save.
- Switch to your view and click Edit.
- Click Edit.
- Click Cancel when you get the "System was not able to parse and recognize..." message.
- Switch to SQL Layout tab.
- Paste in the fields. Be sure to add a comma before the first field you paste so there is one between each field.
- Click Save Query.
Additional Considerations
Permissions and Fields
To add a field from a related table, a user must have at least read access to that page. If they can only see the record ID, adjust the user's rights. For more information, see View Permissions.