<?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 charts and ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579638#M1100501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create ranges to select data in my scatter chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;20k+&lt;/P&gt;&lt;P&gt;21-30k&lt;/P&gt;&lt;P&gt;31-40k etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to code this via an inline load? how can I apply this to my scatter graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 12:45:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-15T12:45:35Z</dc:date>
    <item>
      <title>Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579638#M1100501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create ranges to select data in my scatter chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;20k+&lt;/P&gt;&lt;P&gt;21-30k&lt;/P&gt;&lt;P&gt;31-40k etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to code this via an inline load? how can I apply this to my scatter graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579638#M1100501</guid>
      <dc:creator />
      <dc:date>2014-04-15T12:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579639#M1100502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to range this either by function() or by nested if statement as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (sales&amp;gt;0 and sales&amp;lt;=20000,'20+K',----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just do this in the script and use that derived field as Dimension in your UI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579639#M1100502</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-04-15T12:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579640#M1100503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make buckets or you can use&amp;nbsp; calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt; 20000, '20k+',&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt;=21000 and Salevalue &amp;lt;= 30000,'21-30k',&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt;=31000 and Salevalue &amp;lt;= 40000,'31-40k'))) as Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you can use it as calculateddimension&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt; 20000, '20k+',&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt;=21000 and Salevalue &amp;lt;= 30000,'21-30k',&lt;/P&gt;&lt;P&gt;if(Salevalue &amp;gt;=31000 and Salevalue &amp;lt;= 40000,'31-40k')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579640#M1100503</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-15T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579641#M1100504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I have a specific value of a field for which I want to see ranges for only&lt;/P&gt;&lt;P&gt;e.g. I only want to apply a range to Gross Margin and not Net Marging. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P&amp;amp;L_Line&amp;gt; Gross Margin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;P&amp;amp;L_Line &amp;gt; Net Margin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I then simply need to do a set analysis expression on my front end to get the ranges I need? Or will the range me added to all the P&amp;amp;L Lines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579641#M1100504</guid>
      <dc:creator />
      <dc:date>2014-04-15T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579642#M1100505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can go with class function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;For eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; Class(GrossMarigin,10) in dimension&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579642#M1100505</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-04-15T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579643#M1100506</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;There is a very cool function that you can use during the loading process that is called IntervalMatch. Here is an exerpt of the QlikView help (F1), I invite you to look-up the rest of the information for practical examples.&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;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;IntervalMatch&lt;/STRONG&gt;&lt;/SPAN&gt; prefix is used to create a table matching discrete numeric values to one or more numeric intervals.&lt;/P&gt;&lt;P&gt;It must be placed before a &lt;EM&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;STRONG&gt;Select (SQL)&lt;/STRONG&gt; &lt;/EM&gt;statement that loads the intervals. The field containing the discrete data points (Time in the example below) must already have been loaded into QlikView before the statement with the IntervalMatch prefix. The prefix does not by itself read this field from the database table. The prefix transforms the loaded table of intervals to a table that contains an additional column: the discrete numeric data points. It also expands the number of records so that the new table has one record per possible combination of discrete data point and interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The intervals may be overlapping and the discrete values will be linked to all matching intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;IntervalMatch&lt;/STRONG&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;matchfield&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(&lt;EM&gt;loadstatement&lt;/EM&gt; | &lt;EM&gt;selectstatement&lt;/EM&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;matchfield&lt;/EM&gt;&lt;/SPAN&gt; is the field containing the discrete numeric values to be linked to intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;loadstatement&lt;/EM&gt;&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;&lt;EM&gt;selectstatement&lt;/EM&gt;&lt;/SPAN&gt; must result in a two-column table, where the first field contains the lower limit of each interval and the second field contains the upper limit of each interval. The intervals are always closed, i.e. the end points are included in the interval. Non-numeric limits render the interval to be disregarded (undefined).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an extended syntax of &lt;STRONG&gt;&lt;EM&gt;IntervalMatch&lt;/EM&gt;&lt;/STRONG&gt; including one or several additional key fields. See &lt;EM&gt;&lt;STRONG&gt;IntervalMatch (Extended Syntax)&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/579643#M1100506</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2014-04-15T13:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter charts and ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/1525333#M1100507</link>
      <description>&lt;P&gt;Iam also getting same issue. But ranges are not working in Scatter chart. Is any body have solution, Please send chart image.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 10:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-charts-and-ranges/m-p/1525333#M1100507</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2019-01-02T10:30:14Z</dc:date>
    </item>
  </channel>
</rss>

