<?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: question about scatter plot in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018292#M15269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, in my case, I need to use 2 dimensions to identify an unique sale, would that be still possible to use scatter plot then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 18:01:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-30T18:01:34Z</dc:date>
    <item>
      <title>question about scatter plot in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018290#M15267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about using scatter plot in Qlik Sense.&lt;/P&gt;&lt;P&gt;Basically I want to display how product is sold throughout the past 20 years.&lt;/P&gt;&lt;P&gt;Use dimension 'Product', my measure is Year and Total sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed when one product is sold twice, I cannot render dot two times.&lt;/P&gt;&lt;P&gt;I have to use minimum Year and Sum total sales to at least display one dot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show 2 dots in this case, is that using scatter plot the right way?&lt;/P&gt;&lt;P&gt;Any other chart can I use to achieve displaying similar timeline event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018290#M15267</guid>
      <dc:creator />
      <dc:date>2016-03-30T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: question about scatter plot in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018291#M15268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the field that unique identifies an individual sale as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018291#M15268</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T16:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: question about scatter plot in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018292#M15269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, in my case, I need to use 2 dimensions to identify an unique sale, would that be still possible to use scatter plot then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018292#M15269</guid>
      <dc:creator />
      <dc:date>2016-03-30T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: question about scatter plot in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018293#M15270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd have to combine them into one dimension. That's best done by creating a new field in the load script. But you could try a calculated dimension: =Dim1 &amp;amp; '-' &amp;amp; Dim2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018293#M15270</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: question about scatter plot in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018294#M15271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great hint, will play around with it. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 19:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/question-about-scatter-plot-in-Qlik-Sense/m-p/1018294#M15271</guid>
      <dc:creator />
      <dc:date>2016-03-30T19:47:34Z</dc:date>
    </item>
  </channel>
</rss>

