Difference between revisions of "List View"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 6: Line 6:
{{:About the List View}}
{{:About the List View}}


====More About Filtering ====
'''''Learn more:''''' [[List View#Working with a List View|Working with a List View]]
 
Some things to know:
* To apply a filter to a checkbox, use "<tt>1</tt>" for Yes/True and "<tt>0</tt>" for No/False values.
* Specify multiple values using the pipe "<tt><nowiki>|</nowiki></tt>" character. For example: <tt><nowiki>"State equals CA|NY|MN"</nowiki> </tt>
* Specify an empty numeric field using <tt>BLANK</tt>. For example: <tt>"Phone equals BLANK"</tt>
* Specify an empty string field using two single-quotes with nothing between them: (<tt><nowiki>''</nowiki></tt>)
 
:''Learn more:''[[Complex Expressions]]
 
{{Note|The filter is not saved with the view. For details on how to include a filter in a View and save it for future use, see [[Filters]].}}


===Working with a List View===
===Working with a List View===

Revision as of 00:37, 30 August 2011

Workspace > {object}

A List View displays a list of records. You can get to a List View by clicking any object in your application Workspace.

About the List View

In a List View, records are displayed in a grid, like a spreadsheet. The tabs in your case management application display cases and tasks, for example. But list views are also used for objects, reports, and many other platform components.

Application tabs like Cases and Tasks have a sidebar that lets you customize the view and create new ones. Administrative views, on the other hand, use the available space to show as much information as possible. For many of those views, the alphabetic filtering option makes it easier to find the record(s) you're looking for.

Common operations provided by all views include:

  • Click a column heading to sort the records on that column.
    (The column icon changes to show that it has been sorted.)
  • Click again to reverse the sort.
  • Type in a value and click the Magnifier icon MagnifierIcon.png to search for a record with that value. Click the down arrow to get a list of things you've searched on before.

Learn more: Working with a List View

Working with a List View

Sorting a List View

List Views can be sorted by clicking on a column heading. You can then choose between an Ascending and Descending sort.

Viewing and Editing Records

List Views for Objects contain these icons:

FolderIcon.png (folder icon) View the record shown in this row
PencilIcon.png (pencil icon) Edit the record shown in this row

Searching a List View

Use the Search bar at the top of the window select records whose contents contain the value you specify:

SearchBar.png

Inline Editing

Inline Editing of Rows in a List View

Printing Records

Print a View

Customizing a List View

You can choose the columns that are displayed in the list, and the order in which they appear. You can make different views that are available to users in different roles.

Learn more: Managing Views