<?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: Scatter Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350127#M574669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than changing the window title, it does not help me much. When I select bmc_desc, I see that for each of the bmc' there is one dot. But my requirement is that underr each bmc there are many articles and I want to see all those articles for that bmc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in this case, under coffee there are many articles(read different types) . So , I want all those to be represented there, why are they getting aggregated, any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 13:45:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-10T13:45:49Z</dc:date>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350123#M574665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a Scatter chart with X axis being sales adn y axis profit. The dots in the chart should represent articles.&lt;/P&gt;&lt;P&gt;Each article &lt;/P&gt;&lt;P&gt;And articles of one category should be of one colour. ie. if categoy A has 10 articles then all the 10 articles should be of one colour and the articles of other categories should have other coloiurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used sum(sales ) and sum(profit) as the expressions. I have selected around 4 dimensions, because I want to represent each record of the data source so I selected a combination of columns which is the unique key foir the data source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want these dots to be grouped as per the group they belong to. I was able to do that but now I have problems choosing the legend. I want a bmc_desc(attaching a qvw) as the legend and dots should be grouped by this bmc_desc. Can you please suggest how to configure the legend?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 00:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350123#M574665</guid>
      <dc:creator />
      <dc:date>2012-06-13T00:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350124#M574666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't understood you exact issues but based on my understanding I have made an sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check and let me know what are still pening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 05:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350124#M574666</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-07-10T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350125#M574667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply. &lt;/P&gt;&lt;P&gt;the thing is I do not have licensed version, so I cant open the qvw file. Can you please explain with screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350125#M574667</guid>
      <dc:creator />
      <dc:date>2012-07-10T13:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350126#M574668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =In Expression tab, click '+' sign and in background color -&amp;gt; if(sub_category_desc = 'CEREALS', blue(), if(sub_category_desc = 'RICE', Red(), Green())) in both..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In General give = 'Scatter Chart ' &amp;amp; GetCurrentField(Group1) in window Title..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350126#M574668</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-10T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350127#M574669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than changing the window title, it does not help me much. When I select bmc_desc, I see that for each of the bmc' there is one dot. But my requirement is that underr each bmc there are many articles and I want to see all those articles for that bmc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in this case, under coffee there are many articles(read different types) . So , I want all those to be represented there, why are they getting aggregated, any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350127#M574669</guid>
      <dc:creator />
      <dc:date>2012-07-10T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350128#M574670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak /Mayil/Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions here. I have to complete this chart but I am not able to.&lt;/P&gt;&lt;P&gt;If you guys need more explanation I can provide a detail explanation with the qvw and a sample data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 01:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/350128#M574670</guid>
      <dc:creator />
      <dc:date>2012-07-11T01:27:53Z</dc:date>
    </item>
  </channel>
</rss>

