Row Filter Syntax

Before you create or edit row filters, enable the Database Schema Column Names option on the View menu to make sure that you use the right column names. Every column in the Ultrasound database has a friendly column name and a verbose column name. By default, Ultrasound shows a shortened "friendly" column name to make columns easier to read. In some cases a single friendly column name might be used for columns that have different verbose column names. For this reason, you cannot use friendly names when creating row filters; you need to know the verbose column names instead.

It is also helpful to review the description of the underlying view on which the filter will be implemented. You do this on the Advanced tab by clicking the desired view on the left side of the screen and then clicking the Details button. The View Details dialog box shows the SQL query (on which the view is based) and the available columns.

When you create or edit row filters in Ultrasound, the syntax you use is similar to the WHERE clause in ADO.NET and SQL. Some example search conditions include:

The following list contains some sample filters:

Note