<?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 make a scatter chart with x with discrete values ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212496#M519212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John for you very interesting method with random x and alpha colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the discrete values, I can convert my string values to numbers but I would have loved to be able to use names on x and continuous y .. I think it's not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 14:34:54 GMT</pubDate>
    <dc:creator>fredericvillemi</dc:creator>
    <dc:date>2016-10-26T14:34:54Z</dc:date>
    <item>
      <title>How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212492#M519208</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'm looking for a way to make a mix between Scatter Chart and Grid Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a Scatter chart but the x dimension is a value that has two different companies values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means I want the y to be continuous and the x to be discrete values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a trick to do that ?&amp;nbsp; and do you know an extension that could do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212492#M519208</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-10-24T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212493#M519209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data and your expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 21:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212493#M519209</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-24T21:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212494#M519210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;X can certainly just have two discrete values. Make a scatter chart and go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you have a lot of data, you'll just see two lines on your screen, which isn't much use. So I'll give you a couple tricks I use. First, I make the color of the points fairly transparent. For instance, argb(50,100,100,200). I have no idea if that's a decent color, but the idea is that it takes multiple points in close proximity to build up color, so you can get a better idea what's going on with your Y dimension. The other thing I do is randomly offset the X value. So if I have X values 10 and 20, I might use x-4.5+rand()*9, say. I'll then get something more like bars instead of lines. This combines well with the semi-transparent colors if you still have so much data that you're getting fairly dark bars. I've even used a variable and slider for the transparency, because user selections can have a big impact on how much data there is, and if there's a lot, different levels of transparency can highlight different patterns in the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 21:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212494#M519210</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-10-24T21:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212495#M519211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, I want to compare two shops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shop1 and Shop2 would be on x axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On y, i would love to have prices&lt;/P&gt;&lt;P&gt;on size of bubbles, i would have the number of items sold for each price as the size of the bubble&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is if i use Scatter Chart I can't have a shop name on X&lt;/P&gt;&lt;P&gt;And if I use Grid Chart, i don't have continuous x for prices ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212495#M519211</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-10-26T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212496#M519212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John for you very interesting method with random x and alpha colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the discrete values, I can convert my string values to numbers but I would have loved to be able to use names on x and continuous y .. I think it's not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212496#M519212</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-10-26T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212497#M519213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible if you cheat a little by using a text object for the names, and dual() when defining the names so that each is in a specific position so that it always matches the text. See attached for that combined with the random X offset and semi-transparent colors. I've done this in a couple applications.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142054_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212497#M519213</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-10-26T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212498#M519214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe "Text in Chart" could be an alternative for the Name axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to present this data might be a trellis scatter chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="142103" alt="QlikCommunity_Thread_237436_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142103_QlikCommunity_Thread_237436_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your example if I may.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 21:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212498#M519214</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-26T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212499#M519215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that's nice.&lt;/P&gt;&lt;P&gt;I had made an example with Treillis and it seems quite nice even if it is not what was requested. &lt;/P&gt;&lt;P&gt;With a mix of all the answers, I think I'll be able to make a very nice chart.&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 Oct 2016 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212499#M519215</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-10-27T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212500#M519216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that's a very nice example. Great idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212500#M519216</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-10-27T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a scatter chart with x with discrete values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212501#M519217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi F, John and Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I met a same problem as your.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my raw data (Excel) and screenshot for my expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X axis is model, Y axis is price, bubble stands for version and size of bubble stand for mix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very Appreciate!! @&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="11825" data-externalid="" data-presence="null" data-userid="2226" data-username="johnw" href="https://community.qlik.com/people/johnw"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;John Witherspoon&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; @&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="7439" data-externalid="" data-presence="null" data-userid="61824" data-username="marcowedel" href="https://community.qlik.com/people/marcowedel"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Marco Wedel&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG alt="example.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145227_example.PNG" style="width: 620px; height: 350px;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG alt="Data.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/145228_Data.PNG" style="width: 620px; height: 530px;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 03:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-scatter-chart-with-x-with-discrete-values/m-p/1212501#M519217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T03:49:17Z</dc:date>
    </item>
  </channel>
</rss>

