<?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 Very basic Scatter chart in Qlikview in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253290#M194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your answers. We have finally done it! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 13:42:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-06T13:42:58Z</dc:date>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253285#M189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying a do a very basic scatter chart in Qlikview, I don't need any calcuated fields I just need to present two fields as a scatter chart, as you would in Excel and am having problems. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How do you create a chart without using an expression, just taking two set of data as it is?&lt;/LI&gt;&lt;LI&gt;One of my axis is showing correctly (Year), however the other (Cost) is trying to show all values rather than just the sensible ones that should be on the axis. This has meant that the labels aren't going along the bottom/horizontal axis correctly, they are all bunched up.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, we are really stuck!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 17:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253285#M189</guid>
      <dc:creator />
      <dc:date>2012-02-03T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253286#M190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since both axes are numeric, you need expressions to define them. If you do not use expressions, QlikView will assume the Only-function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect you should use the following two expressions:&lt;/P&gt;&lt;P&gt;* Only(Year) - or Min(Year); Max(Year), ...&lt;/P&gt;&lt;P&gt;* Sum(Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you need a field as dimension - this is the field thet defines how many dots/bubbles you will get. If you want one dot/bubble per Product, then Product should be your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example to post? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 17:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253286#M190</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-02-03T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253287#M191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Henric, I have had a go but still cannot get it to work, (I am a very new user!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Would it be possible for me to upload an Excel file with some dummy data so you see what I mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 09:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253287#M191</guid>
      <dc:creator />
      <dc:date>2012-02-06T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253288#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Cost&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;﻿2002&lt;/TD&gt;&lt;TD&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2002&lt;/TD&gt;&lt;TD&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2003&lt;/TD&gt;&lt;TD&gt;2500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2004&lt;/TD&gt;&lt;TD&gt;6000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2005&lt;/TD&gt;&lt;TD&gt;3050&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;2500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2007&lt;/TD&gt;&lt;TD&gt;35600&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put some sample data in above. I need to show a bubble for each cost, not multipled together for the year but each separate cost showing as a separate entry at the appropiate size for the year. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 09:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253288#M192</guid>
      <dc:creator />
      <dc:date>2012-02-06T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253289#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is possible if you use cost as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 10:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253289#M193</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-06T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253290#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your answers. We have finally done it! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253290#M194</guid>
      <dc:creator />
      <dc:date>2012-02-06T13:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Very basic Scatter chart in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253291#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a scatter chart you need one dimension (discrete values) and two measures (numbers; continuous values).&lt;/P&gt;&lt;P&gt;For a grid chart you need two dimensions and one measure. So my first question is - which of the two do you want? (See attachement with your sample data.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second question is: Do you have an additional field that you can use in the chart? I added a mock-up "Product" and a mock-up "Profit" to your data. Su my grid chart has Year and Product as dimensions, and my scatter chart has Cost and Profit as measures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Very-basic-Scatter-chart-in-Qlikview/m-p/253291#M195</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-02-06T13:44:16Z</dc:date>
    </item>
  </channel>
</rss>

