<?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 How to plot multiple y-values as dots against x-axis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-plot-multiple-y-values-as-dots-against-x-axis/m-p/466861#M1154828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excelsheet with temperature and gas data. I need to create a chart where the temperature is on the x-axis. And every gas-value which belongs to that temperature value must be plotted as an individual dot. &lt;SPAN style="font-size: 10pt;"&gt;This is a excerpt from my excel sheet:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33849" class="jive-image-thumbnail jive-image" onclick="" alt="qv_data_ex.PNG" src="https://community.qlik.com/legacyfs/online/33849_qv_data_ex.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column "KLIMAAT" stands for the temperature. the last column represents the gas-values.&lt;BR /&gt;As you can see in the sheet there is a temperature-value of&lt;EM&gt; -0.9&lt;/EM&gt;. The gasvalues &lt;EM&gt;38&lt;/EM&gt; and &lt;EM&gt;35. &lt;/EM&gt;So when a chart is plotted.&lt;BR /&gt;Under the value -0.9 two dots must be plotted, representing the value 35 and 38. For example:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33850" class="jive-image-thumbnail jive-image" onclick="" alt="qv_plot_ex.PNG" src="https://community.qlik.com/legacyfs/online/33850_qv_plot_ex.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;BR /&gt;My first thought was to use the &lt;EM&gt;scatter plot chart&lt;/EM&gt;, but I did not get the right result. Maybe I did something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 10:53:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-25T10:53:12Z</dc:date>
    <item>
      <title>How to plot multiple y-values as dots against x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-plot-multiple-y-values-as-dots-against-x-axis/m-p/466861#M1154828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excelsheet with temperature and gas data. I need to create a chart where the temperature is on the x-axis. And every gas-value which belongs to that temperature value must be plotted as an individual dot. &lt;SPAN style="font-size: 10pt;"&gt;This is a excerpt from my excel sheet:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33849" class="jive-image-thumbnail jive-image" onclick="" alt="qv_data_ex.PNG" src="https://community.qlik.com/legacyfs/online/33849_qv_data_ex.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column "KLIMAAT" stands for the temperature. the last column represents the gas-values.&lt;BR /&gt;As you can see in the sheet there is a temperature-value of&lt;EM&gt; -0.9&lt;/EM&gt;. The gasvalues &lt;EM&gt;38&lt;/EM&gt; and &lt;EM&gt;35. &lt;/EM&gt;So when a chart is plotted.&lt;BR /&gt;Under the value -0.9 two dots must be plotted, representing the value 35 and 38. For example:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33850" class="jive-image-thumbnail jive-image" onclick="" alt="qv_plot_ex.PNG" src="https://community.qlik.com/legacyfs/online/33850_qv_plot_ex.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;BR /&gt;My first thought was to use the &lt;EM&gt;scatter plot chart&lt;/EM&gt;, but I did not get the right result. Maybe I did something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 10:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-plot-multiple-y-values-as-dots-against-x-axis/m-p/466861#M1154828</guid>
      <dc:creator />
      <dc:date>2013-02-25T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multiple y-values as dots against x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-plot-multiple-y-values-as-dots-against-x-axis/m-p/466862#M1154829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you should use a scatter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need one dot per data point/record so you should use the record id as dimension. If you don't have a record id, you should create one in the script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recno() as RecordID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the scatter plot, you should switch to "Advanced mode" and use the following two expressions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg(KLIMAAT) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg([Gas value])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 21:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-plot-multiple-y-values-as-dots-against-x-axis/m-p/466862#M1154829</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-25T21:07:17Z</dc:date>
    </item>
  </channel>
</rss>

