<?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 Coordinates of two different ids coincide VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Coordinates-of-two-different-ids-coincide-VA/m-p/552419#M12306</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the following issue on SAS Viya VA (8.1): Several IDs are depicted on a geo map based on their coordinates (geographic data items created based on custom coordinates). When I click on a bubble on the map, a table on the left of the map is filtered showing details for the IDs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in some cases, two or more IDs' coordinates coincide (which is expected, it is not an error in the source data), so I get one bubble on the map for those. I have the following two questions for this case:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; When I click on the bubble, the table is filtered but it shows data only for one of the IDs (the one with the MAX(measure). How can I change this so that it shows data for all IDs on the same coordinates?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In the same context, as I have used display rules on the map based on the measure, the color of the bubble is defined by the the ID with the MAX(measure). How can I change this so the colour changes based on the MIN(measure)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance for any help!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2019 11:18:51 GMT</pubDate>
    <dc:creator>annamerkou</dc:creator>
    <dc:date>2019-04-19T11:18:51Z</dc:date>
    <item>
      <title>Coordinates of two different ids coincide VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Coordinates-of-two-different-ids-coincide-VA/m-p/552419#M12306</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the following issue on SAS Viya VA (8.1): Several IDs are depicted on a geo map based on their coordinates (geographic data items created based on custom coordinates). When I click on a bubble on the map, a table on the left of the map is filtered showing details for the IDs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in some cases, two or more IDs' coordinates coincide (which is expected, it is not an error in the source data), so I get one bubble on the map for those. I have the following two questions for this case:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; When I click on the bubble, the table is filtered but it shows data only for one of the IDs (the one with the MAX(measure). How can I change this so that it shows data for all IDs on the same coordinates?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In the same context, as I have used display rules on the map based on the measure, the color of the bubble is defined by the the ID with the MAX(measure). How can I change this so the colour changes based on the MIN(measure)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance for any help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 11:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Coordinates-of-two-different-ids-coincide-VA/m-p/552419#M12306</guid>
      <dc:creator>annamerkou</dc:creator>
      <dc:date>2019-04-19T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates of two different ids coincide VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Coordinates-of-two-different-ids-coincide-VA/m-p/557395#M12433</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/261418"&gt;@annamerkou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Level of details in a table&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;EM&gt;List Table&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;object aggregates data by default. In your case it aggregates to &lt;FONT color="#808080"&gt;&lt;EM&gt;ID&lt;/EM&gt;&lt;/FONT&gt; level. You can easily alter this behaviour.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;EM&gt;Options&lt;/EM&gt;&lt;/FONT&gt; from the right pane&lt;/LI&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;EM&gt;Table&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Select &lt;FONT color="#808080"&gt;&lt;EM&gt;Detail data.&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This specifies that the data is not aggregated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Colour change&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The data role that defines the colour can be seen and altered from the &lt;FONT color="#808080"&gt;&lt;EM&gt;Roles&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;You may need to create a duplicate of your current Measure and define the aggregation to &lt;FONT color="#808080"&gt;&lt;EM&gt;MIN&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Color.PNG" style="width: 283px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29346iD314A7C02897A464/image-dimensions/283x259?v=v2" width="283" height="259" role="button" title="Color.PNG" alt="Color.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps a little forward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Petri Roine&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 09:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Coordinates-of-two-different-ids-coincide-VA/m-p/557395#M12433</guid>
      <dc:creator>PetriRoine</dc:creator>
      <dc:date>2019-05-09T09:57:06Z</dc:date>
    </item>
  </channel>
</rss>

