Creating a static filter using includes
Suppose that you want to create a filtered
typelist that displays zone codes that are in use only in Canada and
not any other country. One way to create the filter is to use an Includes
filter on the ZoneType
typelist.
In this example, you want the typelist to display only the following:
- fsa
- province
The following table shows the typecodes in the ZoneType typelist:
ZoneType typecode |
Associated typelist |
Associated typecode |
Include in filter |
|---|---|---|---|
city |
Country |
CA (Canada) US (United Stated) |
|
county |
Country |
US |
|
fsa |
Country |
CA |
• |
postalcode |
Country |
AU CA DE |
|
province |
Country |
CA |
• |
state |
Country |
AU DE US |
|
zip |
Country |
US |
To create an includes filter
- Open the typelist that you want to filter in the Guidewire Studio™ Typelists editor.
- In the selector next to Add
, click Include Into
Filter. - In the Typecodes list, select fsa and province.
- Click Next.
- On the New Filter tab, in the Name and Description text boxes, type CAOnlyFilter.
- Click Finish.

