﻿<?xml version="1.0"?>
<?xml-stylesheet href="../../../../base/tutorial/stylesheets/bullet.xsl" type="text/xsl"?>
<TutorialPage totalThisLesson="7" baseDir="../../../../base" topicInt = "4" singleTopic="1">
	<Topic><![CDATA[Creating Filtered Lists]]></Topic>
	<Intro><![CDATA[A filter has three components: field, condition, and value. For example, to create a filtered list of account records with a Chicago billing address:
]]></Intro>
	<Text stepNum="01"><![CDATA[Set the field to Billing City, the condition to Equal to, and the value to Chicago. ]]></Text>
	<Text stepNum="02"><![CDATA[Add more filter criteria to expand or further limit the records that appear on the list.]]></Text>
	<Text stepNum="03"><![CDATA[Use the Lookup icon to view and select picklist values or to get help with formatting values for other types of fields.]]></Text>
	<Text stepNum="04"><![CDATA[Do not use commas in your numerical filter values if the condition you choose starts with "Contains...", because the filter values are comma-separated values. In this case, it will search for four values instead of two, and the query won't work.]]></Text>
	
</TutorialPage>
