Hello bal,

Here are another two ways to solve this problem:

1) Choose an unused field in the Docket record (Comments? Managing office?) and enter an indicator on the record if you want the docket included in the View. Then you can just test the contents of the field in the record to include/exclude the record.

2) Use the "GetNamedItem()" function to see if the docket is contained in a separately maintained list of docket numbers. The structure of the list would be:
Code:

[NamedItems]
10-04="Y"
10-46="Y"
10-48="N"
40-04="Y"


and the function call would be:

GETNAMEDITEM(TRIM({Docket #})="Y")

You can easily create the named item file by exporting the list of dockets to Excel and creatin the two entries there - finally saving the list as a CSV file.
_________________________
Andrew Bates