<?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 Plot Aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104311#M631152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Sales_Id) and sum(Sales)&amp;nbsp; as Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Dimension as Month(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for scatter Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 15:24:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-01T15:24:39Z</dc:date>
    <item>
      <title>Scatter Plot Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104310#M631150</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 want to create one scatter plot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Data is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales_Id(Nominal Data)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see , if there is any pattern&amp;nbsp; of total Sales Made by No of Sales Id ( for each Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Ideally I want aggregation of Sales_Id by month as one dimension&lt;/P&gt;&lt;P&gt;and Sum of Sales by month as another dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying&lt;/P&gt;&lt;P&gt;aggr(count(&lt;SPAN style="font-size: 13.3333px;"&gt;Sales_Id&lt;/SPAN&gt;),month(Date))&amp;nbsp; 1st Expression&lt;/P&gt;&lt;P&gt;aggr(sum(Sales),month(Date)) as 2nd Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104310#M631150</guid>
      <dc:creator />
      <dc:date>2016-08-01T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104311#M631152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Sales_Id) and sum(Sales)&amp;nbsp; as Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Dimension as Month(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for scatter Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104311#M631152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-01T15:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104312#M631153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are over complicating your chart. Here is what I'd suggest:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Calculate Month as a data field (in your load script)&lt;/P&gt;&lt;P&gt;2. In your scatter chart, use Month as a Dimension&lt;/P&gt;&lt;P&gt;3. Two expressions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(Sales_Id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side comment, I'd say that any date-related charts are viewed better as a time trend. In order to visualize the correlation between the number of sales people and sales, I'd create a Combo chart with Month as a dimension, and the two expressions presented in Bars and a Line - both trends will be easily recognized and the correlation could be easily traced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Upgrade your Qlik skills at the &lt;A href="http://masterssummit.com/"&gt;Masters Summit for Qlik&lt;/A&gt; - coming soon to Austin, Texas and Johannesburg, South Africa!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104312#M631153</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-08-01T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104313#M631154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really like your approach.Yes, A combined line and Bar chart over months will surely give me desired results.&lt;/P&gt;&lt;P&gt;My intention is to see that over different months, Sales persons try contact&amp;nbsp; their customers, I want to see if no of contact made has any affect on total revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No time line is not my concern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to conclude that if say in month Jan , people contacted 20 customers their revenue is say 4000 , similarly for each month I have different set of count and Sales...so I would have sort of 2 continuous dimensions, Count&amp;nbsp; and Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different sets will give me different bubbles..this is my requirement...I want different combinations of Counts and Sales &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Aggregation/m-p/1104313#M631154</guid>
      <dc:creator />
      <dc:date>2016-08-01T15:58:07Z</dc:date>
    </item>
  </channel>
</rss>

