<?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 Problems with proportional symbology and point data! in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87641#M1007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running ArcGIS 10.3 for Desktop, with an "Advanced" license type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I'm trying to do: &lt;/STRONG&gt;I am trying to display point data via proportional symbols based on a Square Footage attribute.&amp;nbsp; The square footage value is missing for some data points, while for others the value is so small it's impossible to see on the map.&amp;nbsp; I am trying to get it so it will display all values proportionally, except for NULL values and values less than about 10 square feet, both of which I would like to be displayed with normal points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How I'm Trying to Do it....:&amp;nbsp; &lt;/STRONG&gt;I am setting the feature class' symbology to Proportional (Properties -&amp;gt; Symbology -&amp;gt; Quantities -&amp;gt; Proportional Symbols), with &lt;STRONG&gt;Value: WeedArea,&lt;/STRONG&gt; &lt;STRONG&gt;Unit: Feet&lt;/STRONG&gt;, and &lt;STRONG&gt;Data Represents: Area&lt;/STRONG&gt;.&amp;nbsp; To get the points with small and/or null values for WeedArea to display as normal points instead of proportional symbols, I use the "Exclude..." option which is in that same Proportional Symbols settings page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Exclude option basically just opens a query builder.&amp;nbsp; I have "Show symbol for excluded data" selected on the "Legend" tab, and in the "Query" tab, I am using the expression &lt;STRONG&gt;WeedArea IS NULL OR WeedArea &amp;lt; 10.&lt;/STRONG&gt;&amp;nbsp; Clicking the "Verify" button says everything is good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&amp;nbsp; &lt;/STRONG&gt;It isn't working how I'd expect. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp; If I use the above expression, it displays everything that matches the exclude query as normal point features (which is what I want).&amp;nbsp; &lt;STRONG&gt;However, it also then hides all the points that should be displayed by proportional symbols (i.e., everything that did NOT match the exclude query).&amp;nbsp; This is a problem!&amp;nbsp; Why is it doing this?????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - If I instead just do a single conditional and don't have any "OR" statement (e.g., I type only "WeedArea IS NULL" or instead only "WeedArea &amp;lt; 10") then it works correctly - it displays the data as expected with proportional symbols for everything that &lt;STRONG&gt;doesn't&lt;/STRONG&gt; match the Exclude statement, and normal point symbols for everything that &lt;STRONG&gt;DOES&lt;/STRONG&gt; match the exclude statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would REALLY appreciate any help with this.&amp;nbsp; Is this not possible with ArcMAP?&amp;nbsp; Is it a bug?&amp;nbsp; Is there something I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 22:56:49 GMT</pubDate>
    <dc:creator>TimMiller</dc:creator>
    <dc:date>2015-07-31T22:56:49Z</dc:date>
    <item>
      <title>Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87641#M1007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running ArcGIS 10.3 for Desktop, with an "Advanced" license type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I'm trying to do: &lt;/STRONG&gt;I am trying to display point data via proportional symbols based on a Square Footage attribute.&amp;nbsp; The square footage value is missing for some data points, while for others the value is so small it's impossible to see on the map.&amp;nbsp; I am trying to get it so it will display all values proportionally, except for NULL values and values less than about 10 square feet, both of which I would like to be displayed with normal points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How I'm Trying to Do it....:&amp;nbsp; &lt;/STRONG&gt;I am setting the feature class' symbology to Proportional (Properties -&amp;gt; Symbology -&amp;gt; Quantities -&amp;gt; Proportional Symbols), with &lt;STRONG&gt;Value: WeedArea,&lt;/STRONG&gt; &lt;STRONG&gt;Unit: Feet&lt;/STRONG&gt;, and &lt;STRONG&gt;Data Represents: Area&lt;/STRONG&gt;.&amp;nbsp; To get the points with small and/or null values for WeedArea to display as normal points instead of proportional symbols, I use the "Exclude..." option which is in that same Proportional Symbols settings page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Exclude option basically just opens a query builder.&amp;nbsp; I have "Show symbol for excluded data" selected on the "Legend" tab, and in the "Query" tab, I am using the expression &lt;STRONG&gt;WeedArea IS NULL OR WeedArea &amp;lt; 10.&lt;/STRONG&gt;&amp;nbsp; Clicking the "Verify" button says everything is good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&amp;nbsp; &lt;/STRONG&gt;It isn't working how I'd expect. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp; If I use the above expression, it displays everything that matches the exclude query as normal point features (which is what I want).&amp;nbsp; &lt;STRONG&gt;However, it also then hides all the points that should be displayed by proportional symbols (i.e., everything that did NOT match the exclude query).&amp;nbsp; This is a problem!&amp;nbsp; Why is it doing this?????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - If I instead just do a single conditional and don't have any "OR" statement (e.g., I type only "WeedArea IS NULL" or instead only "WeedArea &amp;lt; 10") then it works correctly - it displays the data as expected with proportional symbols for everything that &lt;STRONG&gt;doesn't&lt;/STRONG&gt; match the Exclude statement, and normal point symbols for everything that &lt;STRONG&gt;DOES&lt;/STRONG&gt; match the exclude statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would REALLY appreciate any help with this.&amp;nbsp; Is this not possible with ArcMAP?&amp;nbsp; Is it a bug?&amp;nbsp; Is there something I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 22:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87641#M1007</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-07-31T22:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87642#M1008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;I tried reproducing the issue. This is what I observed.&lt;/P&gt;&lt;P&gt;When you set "Data Represents" option to &lt;STRONG&gt;area&lt;/STRONG&gt;, the value was applied to the size of the symbol area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120309_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The symbols are too small to observe at a smaller scale. I could see it once I zoom into one of the points.&lt;/P&gt;&lt;P&gt;If not necessary, try to use the default unit (unknown) for representing proportional symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 22:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87642#M1008</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-08-02T22:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87643#M1009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for experimenting Jayanta!&amp;nbsp; Unfortunately this isn't the issue for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I mentioned, when I use only one conditional, the symbols show up just fine, accurately representing area.&amp;nbsp; The problem only arises when I use 2 conditional statements.&amp;nbsp; The issue affects all points, including those with very large areas (e.g, 40,000 square feet) and the points to not appear when I zoom way in or out, so I do not believe that the symbols simply being too small to see is the issue.&amp;nbsp; Also, unfortunately in this case it is important for us for the symbols to represent area rather than generic units so switching that is not an option for us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 19:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87643#M1009</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-08-03T19:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87644#M1010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify, Jayanta, when you tried to reproduce, did you have a two parted conditional statement similar to mine?&amp;nbsp; E.g., "&lt;STRONG&gt;WeedArea IS NULL OR WeedArea &amp;lt; 10."&amp;nbsp; &lt;/STRONG&gt;And it worked for you? (apart from some of the symbols being too small to see)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 19:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87644#M1010</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-08-03T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87645#M1011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not make another field called label, and set it equal to your existing field, then use a selection to find all values less than 10 sq ft and use field calculator to make them NULL just for the purposes of labelling?&amp;nbsp; That way you only need one statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 19:11:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87645#M1011</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-08-03T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87646#M1012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm that's not a bad work around.&amp;nbsp; I was hoping that maybe something was askew and that sort of thing could be avoided, however.&amp;nbsp; We have a lot of data in our attribute table and that's just one more thing which I would &lt;EM&gt;prefer &lt;/EM&gt;to avoid.&amp;nbsp; But thanks for the idea!&amp;nbsp; If we can't figure out anything else we may go that route.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 22:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87646#M1012</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-08-03T22:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87647#M1013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! I used a similar statement and it worked without any fuss (the size of many points just got too small to see). I zoomed to one point to a scale of 1000. Then applied the condition on symbology. I could see the point which had a value of more than 10.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87647#M1013</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-08-04T05:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87648#M1014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, new bit of information.&amp;nbsp; &lt;STRONG&gt;It appears to be a bug in ArcMap 10.3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I save this map as an ArcMap &lt;STRONG&gt;10.2 &lt;/STRONG&gt;document (instead of normal 10.3) and then open the map on a computer that only has ArcMap 10.2 installed, everything displays correctly in Arc v10.2. If I go back to the computer with ArcMap v&lt;STRONG&gt;10.3&lt;/STRONG&gt; and try both the 10.2 and the 10.3 versions of the map document, the display problem is there again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have 10.3 and not 10.3.1, so I wonder if this is a bug that was fixed in v10.3.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jayanta&lt;/STRONG&gt;, precisely which version of Arc did you test this on?&amp;nbsp; 10.3.1?&amp;nbsp; 10.3?&amp;nbsp; 10.2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 17:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87648#M1014</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-08-04T17:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87649#M1015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, it could be a bug then. I did it in ArcGIS 10.1 SP1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 19:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87649#M1015</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-08-04T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with proportional symbology and point data!</title>
      <link>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87650#M1016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After communicating directly with ESRI, I have confirmed that this was an unknown bug and it has been logged as such for fixing.&amp;nbsp; Hopefully the next version of Arc will have the fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 20:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/problems-with-proportional-symbology-and-point/m-p/87650#M1016</guid>
      <dc:creator>TimMiller</dc:creator>
      <dc:date>2015-08-05T20:55:35Z</dc:date>
    </item>
  </channel>
</rss>

