<?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: Creating a scatter chart - providing the right data. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369441#M1172905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did get this resolved.  Easier than I thought.  Create a scatter chart (first picture, lower left icon), and then choose the X,Y properties on the expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.png@01CDAE47.1DB0A7C0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Oct 2012 02:15:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-20T02:15:04Z</dc:date>
    <item>
      <title>Creating a scatter chart - providing the right data.</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369439#M1172902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a scatter chart with data coming from a single table.&amp;nbsp; I want to see a scatter (X,Y) relationship between the price of a unit and the number of units sold.&amp;nbsp; What do I do to provide the data to through the create chart wizard to make the scatter plot draw correctly?&amp;nbsp; In other words, when I specify the dimensions, X should be price per unit, and Y should be number of units sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I am not providing data to Qlikview in the manner it wants to render such a graph. I am a long time Excel user, but trying my best to use a tool such as Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched several places trying to find an example of a scatter plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 00:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369439#M1172902</guid>
      <dc:creator />
      <dc:date>2012-06-27T00:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a scatter chart - providing the right data.</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369440#M1172903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben, did you ever receive a response to your question or figure out the answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to consider whether a grid chart would fit your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a very simple .qvw file which has the most basic data set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; X, Y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 5 &lt;/P&gt;&lt;P&gt;];&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Note the repeated X value of 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see how the grid chart shows each data value separately and the scatter chart sums up the Y field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 21:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369440#M1172903</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2012-10-18T21:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a scatter chart - providing the right data.</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369441#M1172905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did get this resolved.  Easier than I thought.  Create a scatter chart (first picture, lower left icon), and then choose the X,Y properties on the expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.png@01CDAE47.1DB0A7C0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2012 02:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-scatter-chart-providing-the-right-data/m-p/369441#M1172905</guid>
      <dc:creator />
      <dc:date>2012-10-20T02:15:04Z</dc:date>
    </item>
  </channel>
</rss>

