<?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: How to have a normal chart with 2 coordinate? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070769#M357677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a scatter chart should work. You can use your x and y dimensions as expressions. If you only have x and y as dimensions the consider adding another field that identifies the x,y pairs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecNo as Index&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can the use the Index field as dimension for the scatter chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 17:14:42 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-08T17:14:42Z</dc:date>
    <item>
      <title>How to have a normal chart with 2 coordinate?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070766#M357674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I need to have a simple chart thet show me the corrispondent point of 2 dimension. &lt;/P&gt;&lt;P&gt;I have data for x and Y axis.&lt;/P&gt;&lt;P&gt;the chart show waht I need, I already reload the data in qlikview for x and Y axis.&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pasquale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070766#M357674</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2016-02-08T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to have a normal chart with 2 coordinate?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070767#M357675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using a scatter chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need a dimension, leave it empty and set x and y values in expression tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;Seems like you need a dimension.&lt;/P&gt;&lt;P&gt;If your x-values are unique, you can just use x field as dimension, otherwise create a unique key as suggested by Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070767#M357675</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-08T17:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to have a normal chart with 2 coordinate?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070768#M357676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070768#M357676</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-02-08T17:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to have a normal chart with 2 coordinate?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070769#M357677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a scatter chart should work. You can use your x and y dimensions as expressions. If you only have x and y as dimensions the consider adding another field that identifies the x,y pairs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecNo as Index&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can the use the Index field as dimension for the scatter chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-a-normal-chart-with-2-coordinate/m-p/1070769#M357677</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-08T17:14:42Z</dc:date>
    </item>
  </channel>
</rss>

