<?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 Define data points in a Scatter Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573358#M1111163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Scatter Chart with more than 100 data points. All of them with the "x" mark and with different colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each data point is a product and these products are for the same or different companies. I mean I have 10 data points (so different produtcs) from the same company, then another 24 data points (so different products) from another company and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also all produtcs are for the same or different technologies. I mean I have 35 data points related to technology A, then another 41 data points related to technology B and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is to have the "x" mark for the technology A, the "o" mark for the technology B and so on... Moreover I want products from Comany Z to be colored in green, products from Company Y to be colored in purple and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 15:34:42 GMT</pubDate>
    <dc:creator>danialier</dc:creator>
    <dc:date>2014-02-26T15:34:42Z</dc:date>
    <item>
      <title>Define data points in a Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573358#M1111163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Scatter Chart with more than 100 data points. All of them with the "x" mark and with different colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each data point is a product and these products are for the same or different companies. I mean I have 10 data points (so different produtcs) from the same company, then another 24 data points (so different products) from another company and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also all produtcs are for the same or different technologies. I mean I have 35 data points related to technology A, then another 41 data points related to technology B and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is to have the "x" mark for the technology A, the "o" mark for the technology B and so on... Moreover I want products from Comany Z to be colored in green, products from Company Y to be colored in purple and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 15:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573358#M1111163</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-26T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Define data points in a Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573359#M1111164</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;As for coloring, you can use a Background Color expression for the particular expression like:&lt;/P&gt;&lt;P&gt;=Color(FieldIndex('Company', Company))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use technology as an additional dimension, it should use different mark shapes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573359#M1111164</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-02-26T19:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Define data points in a Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573360#M1111165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The color coding is not a problem.&amp;nbsp; You can create a map "company to color" in the script, and use this color in the first expression "background color" attribute.&lt;/P&gt;&lt;P&gt;The shape of the data points - there is no way to control it.&amp;nbsp; Either all the same (&lt;STRONG&gt;x&lt;/STRONG&gt; or &lt;STRONG&gt;+&lt;/STRONG&gt; or &lt;STRONG&gt;o&lt;/STRONG&gt;), or random.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573360#M1111165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-26T19:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Define data points in a Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573361#M1111166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, using technology as the second dimension will do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573361#M1111166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-26T19:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Define data points in a Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573362#M1111167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent ! thanks ! Now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the only point I'm missing is that when I have all technologies in the scatter chart, each product has a different mark based on the technology. That's ok. But when I select only one technology, the products behind this technology, instead of keeping the mark they got different marks.... (this just happens when I select one technology).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can make sure that the mark of the technology keeps the same even when I select one specific technology ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-data-points-in-a-Scatter-Chart/m-p/573362#M1111167</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-26T20:06:34Z</dc:date>
    </item>
  </channel>
</rss>

