<?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 Scatter plot exercise 1 do not display all the values in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372836#M14316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;I am trying to make the first exercise of the advanced analytics interation.&lt;/P&gt;&lt;P&gt;When&amp;nbsp; I try to compute the scatter plot with the Iris dataset as indicated in the exercise (dimension (observation), measure (AVG(petal length)), measure (AVG(petal width))), i get only 2 points on my scatter plot instead of the full 150 points. Please check the attached immage.&lt;/P&gt;&lt;P&gt;Did anyone had the same issue? Could please help me to solve it?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ngantcheu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:25:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2024-11-16T09:25:46Z</dc:date>
    <item>
      <title>Scatter plot exercise 1 do not display all the values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372836#M14316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;I am trying to make the first exercise of the advanced analytics interation.&lt;/P&gt;&lt;P&gt;When&amp;nbsp; I try to compute the scatter plot with the Iris dataset as indicated in the exercise (dimension (observation), measure (AVG(petal length)), measure (AVG(petal width))), i get only 2 points on my scatter plot instead of the full 150 points. Please check the attached immage.&lt;/P&gt;&lt;P&gt;Did anyone had the same issue? Could please help me to solve it?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ngantcheu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372836#M14316</guid>
      <dc:creator />
      <dc:date>2024-11-16T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot exercise 1 do not display all the values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372837#M14317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;can you upload the dataset?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 11:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372837#M14317</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-08-09T11:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot exercise 1 do not display all the values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372838#M14318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;You need to add a row ID (or name) in the dimension.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;As I have on the picture.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 11:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372838#M14318</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-08-09T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot exercise 1 do not display all the values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372839#M14319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same issue and solved it by changing the thousand and decimal seperator in the script to:&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Scatter-plot-exercise-1-do-not-display-all-the-values/m-p/1372839#M14319</guid>
      <dc:creator>thomas_doucet</dc:creator>
      <dc:date>2017-09-26T11:45:59Z</dc:date>
    </item>
  </channel>
</rss>

