<?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 Re: Problem of selection in Scatter charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402934#M569080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is what you are looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 15:03:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-11T15:03:52Z</dc:date>
    <item>
      <title>Problem of selection in Scatter charts</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402933#M569079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview&amp;nbsp; and i am currently working with scatter charts . Im plotting names of states against longitude and latitude and its working fine and showing me a rough map . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list object box which contains the names of the states of a country, what i want is that whenever i select a state from the list box only that state needs to be highlighted in scatter chart rest every point needs to fade out ( have grey color ) .&amp;nbsp; Also when i select a state from the list box&amp;nbsp; only that states is shown on the scatter charts rest all the points are lost . &lt;/P&gt;&lt;P&gt;I want to retain every point on the chart irrespective of my selection by also want to highlight the state which i have selected from the list box .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to achieve this?&lt;/P&gt;&lt;P&gt; . I am attaching the sample qvw file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;s_tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 08:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402933#M569079</guid>
      <dc:creator />
      <dc:date>2012-10-11T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of selection in Scatter charts</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402934#M569080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is what you are looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 15:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402934#M569080</guid>
      <dc:creator />
      <dc:date>2012-10-11T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of selection in Scatter charts</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402935#M569081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the attached is what you're asking for.&amp;nbsp; I changed the expressions to use set analysis to always show every point.&amp;nbsp; I then set the color of the point by adding a background color expression to the Longitude, which you can see if you click on the little + next to Longitude.&amp;nbsp; If the color is set to null, it defaults to the colors on the Colors tab.&amp;nbsp; Finally, I also set the grayed-out dots to be smaller than the selected dots by using a third expression in the chart.&amp;nbsp; If there's confusion about how an if(LONGITUDE...) can work, the LONGITUDE will only have a value for the states you've selected.&amp;nbsp; If the state is not selected, the LONGITUDE will be null, which is considered false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 22:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402935#M569081</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-10-11T22:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of selection in Scatter charts</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402936#M569082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John Witherspooon ,rebeccad&amp;nbsp; thanks for your solution .both the solutions works well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 04:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402936#M569082</guid>
      <dc:creator />
      <dc:date>2012-10-12T04:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of selection in Scatter charts</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402937#M569083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John Witherspooon ,rebeccad&amp;nbsp; thanks for your solution .both the solutions works well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 04:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-of-selection-in-Scatter-charts/m-p/402937#M569083</guid>
      <dc:creator />
      <dc:date>2012-10-12T04:50:21Z</dc:date>
    </item>
  </channel>
</rss>

