<?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 Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572414#M545644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;not a scatter&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56072_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 22:11:45 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-27T22:11:45Z</dc:date>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572412#M545642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement&amp;nbsp; to built a scatter chart&lt;/P&gt;&lt;P&gt;with quarter as x-axis and salesamount&amp;nbsp; as Y axis&lt;/P&gt;&lt;P&gt;Country as dimension ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to use 2 expressions and 1 dimension in creating a scatter chart&lt;/P&gt;&lt;P&gt;Problem I am facing is I want quarter to be displayed as q1, q2,q3 on X axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a chart with quarter as x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572412#M545642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572413#M545643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;yes it is possible...create a field for quarter and use it as dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;'Q'&amp;amp;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MTH_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;QuarterNo] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572413#M545643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T20:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572414#M545644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;not a scatter&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56072_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 22:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572414#M545644</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-27T22:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572415#M545645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a scatter plot you need the x and y axis to be numeric.&amp;nbsp; In your data the Quarter are text.&amp;nbsp; A better approach would be to use a line chart and display the points as symbols without a line.&amp;nbsp; If you really really need to use a scatter plot then this can be done by converting the quarters to number.&amp;nbsp; In your case the expression RIGHT([Quarter],1) will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 23:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/572415#M545645</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-03-27T23:37:33Z</dc:date>
    </item>
  </channel>
</rss>

