<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Count  Within a Polygon Shown in Legend in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167687#M1834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking to have a count of my points but only within a polygon, not the current map extent. I still want to display all the points, but not have them counted in my legend. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 11:34:57 GMT</pubDate>
    <dc:creator>TiffanyBledsoe</dc:creator>
    <dc:date>2014-04-25T11:34:57Z</dc:date>
    <item>
      <title>Count  Within a Polygon Shown in Legend</title>
      <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167687#M1834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking to have a count of my points but only within a polygon, not the current map extent. I still want to display all the points, but not have them counted in my legend. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 11:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167687#M1834</guid>
      <dc:creator>TiffanyBledsoe</dc:creator>
      <dc:date>2014-04-25T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count  Within a Polygon Shown in Legend</title>
      <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167688#M1835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not quite clear what your goal is. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to get a count of points within polygons, perform a spatial join of the points to the polygon, and choose "Each point will be given a summary of .....and a count field showing how many points fall inside it."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167688#M1835</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2014-04-25T14:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count  Within a Polygon Shown in Legend</title>
      <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167689#M1836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have attached a screen shot of my map. Currently I have the show feature count in Legend Properties checked. This count is counting all the points in the map extent; so as I move throughout my area the count changes. I would like to have it automatically count just the points inside the pink area. I do understand that need be I can do as you suggested to get a count and then I could manually write in in the label section in layer properties symbology section, but I wanted to see if there was something that would automatically count this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167689#M1836</guid>
      <dc:creator>TiffanyBledsoe</dc:creator>
      <dc:date>2014-04-25T15:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count  Within a Polygon Shown in Legend</title>
      <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167690#M1837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Now I understand. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What if you used data driven pages, with the index layer set to the polygon features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Join your points to your polygon spatiallly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add the join output, and set the symbology to mach your original point layer, set a definition query (a page definition) so only features that match the DDP index layer feature are shown. Now you have a layer to use in the legend that is limited to features within the polygon, and because of the 2 versions of the point data, you still see points outside the polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:17:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167690#M1837</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2014-04-28T13:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count  Within a Polygon Shown in Legend</title>
      <link>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167691#M1838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I think that might work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 17:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/count-within-a-polygon-shown-in-legend/m-p/167691#M1838</guid>
      <dc:creator>TiffanyBledsoe</dc:creator>
      <dc:date>2014-04-29T17:15:26Z</dc:date>
    </item>
  </channel>
</rss>

