Add and configure Views

Adding a View

To add a new
View
, navigate to the
iSheets admin
page in
Module Settings
and select
Manage Views
from the
More actions
menu.
In the
Manage Views
screen, select
Add View
.
Cloning a View
As of March 2023, you can copy an existing view In the
Manage Views
screen. Select
More actions
for the view to copy and select
Clone view
.
Enter a name for the new view and select
Save
:
A copy of the view is added to the
Manage views
screen.
Click the name of the new view and follow the instructions in Edit Views.

Configuring a View

Multiple configurable options are available in the
Add View
screen:
Name
Enter a
View name
, which must be unique in that iSheet.
Columns
Select one or more columns from the available
Available columns
to include in a view, by clicking to highlight them and using the arrows to move the fields into the
Selected columns
list. The
Selected Columns
list will be visible when viewing the table in the iSheets module. Use the
Shift
and
Ctrl
keys to select multiple fields to be moved. The double arrows will allow you to move all Columns between the two lists.
You can rearrange the columns listed in the
Selected columns
list to define the order in which the columns display in the view. Select one or more columns in the list and use the
up
and
down
arrows to change their order.
You can also enable inline editing in the Columns section. Any compatible columns added will automatically have inline editing enabled by default. However, you also need to enable inline editing on the View. When viewing the list of iSheets click on
More Actions
and then choose
Manage Views
. In the
Columns
section set
Enable inline editing
to
Yes
.
Mandatory/required columns
As a view can unintentionally hide a mandatory/required column, please ensure the view contains all mandatory/required columns.
In the
Available columns
list, and the
Manage views
window, a
Required column
note indicates that a view is missing one or more mandatory columns:
Sort
You may set a default sort order for each view.
The default sort for the view can be set on any column, subject to the column type limitations listed below, in ascending or descending order. For every new view created, the default sort is from the oldest to the newest, based on item creation date.
Up to two columns can be defined to determine the default sort order. The first column sort will apply first, then the second column sort will apply.
The following column types cannot be used to sort a view:
  • Multiple line text
  • Image
  • Join
  • Calculation
  • Auto-increment
  • Lookup, if the lookup source column type is multiple line text, calculation or auto-increment. Other lookup source column types may be used for sorting.
Filter
Filters can be added to views to determine which iSheet items should be displayed. For example, if an iSheet tracks litigation matters in various jurisdictions in the United States, a "New York" view could be created to display just cases filed in New York.
View filters are similar in their configuration to column conditions:
To create a filter condition, select a column from the first drop-down menu, select a comparison operator, enter a value to be used for the comparison and then select
Add
.
Filter conditions
As with column conditions, the comparison operators available are based on the type of column used for filtering.
Text-based column types, which include
Single line text
,
Multiple line text
,
Choice
and
Lookup
(where the lookup source column is one of these text-based column types), may use these comparison operators:
  • is equal to
  • is not equal to
  • begins with
  • contains
User lookup
column types (including
Created by
and
Modified by
) use the same comparison operators as text-based column types, and can be compared against any single user selected from:
  • the radio button picklist
  • any ad hoc text, or
  • the logged-in user, by selecting
    Me
    .
The list of users available in the pick list will depend upon the scope defined in the user lookup column configuration. If the user lookup pick list is limited to "All Site Users", the list of site users may be selected in the filter for that column.
You may select
Other
to enter text to match.
Numeric column types, which include
Number
,
Calculation
and
Lookup
(where the lookup source column is one of these numeric column types), may use these comparison operators:
  • is equal to
  • is not equal to
  • is greater than
  • is less than
  • is greater than or equal to
  • is less than or equal to
The comparison value can be any numeric value.
Date column types, which include
Date and time
(including
Created date
and
Modified date
) and
Lookup
(where the lookup source column is a date and time column type), may also use the comparison operators for numeric column types. Date column types can be compared against the current date using
Today
, a range of days before or after
Today
, or against a fixed date.
For example, you could create a 'Recently modified' view to display items modified in the last 7 days by adding the following filter: Modified date is greater than or equal to Today-7 days
Multiple filters may be added and combined using AND and OR operators. If more than two filters are included with a combination of AND and OR operators, be mindful of the order of the filter conditions. See the article on Configuring column conditions for more information.
Columns need not be included in the view to be used for filtering.
Note that the following column types cannot be used to filter a view:
  • Hyperlink
  • Image
  • Attachment
  • File link
  • Folder link
  • iSheet link
  • Join
  • Auto-increment
  • Lookup, if the lookup source column type is auto increment. Other lookup source column types may be used for filtering.
Once you have completed all configurations on the view, click the
Save
button to save the view. All configurations available in the
Edit view
page may be subsequently changed if needed.

Related content