<?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: Dimension - numeric intervals - chart function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987605#M81620</link>
    <description>&lt;P&gt;Thank you for the hint! Thing is, i need to define intervals manually in the chart, guess the rank function will not work here.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 13:34:05 GMT</pubDate>
    <dc:creator>Mt3</dc:creator>
    <dc:date>2022-09-30T13:34:05Z</dc:date>
    <item>
      <title>Dimension - numeric intervals - chart function</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987566#M81614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to define dimension names basing on numeric intervals on charts.&lt;/P&gt;
&lt;P&gt;Intervals will need to be defined manually, directly on chart.&lt;/P&gt;
&lt;P&gt;if((A between 1 and 2),'First interval')&lt;/P&gt;
&lt;P&gt;if((C between 3 and 4),'Second interval')&lt;/P&gt;
&lt;P&gt;I have been unsuccesfully searching for 'between' replacement in qliksense, but did not find any.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would you suggest to tackle that?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 13:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987566#M81614</guid>
      <dc:creator>Mt3</dc:creator>
      <dc:date>2022-09-30T13:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: dimension names basing on numeric intervals</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987578#M81616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162390"&gt;@Mt3&lt;/a&gt;&amp;nbsp;, here a couple of options.&lt;/P&gt;
&lt;P&gt;In script try the intervalmatch function, in charts try the rank function&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;intervalmatch&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/IntervalMatch.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/IntervalMatch.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;rank&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/rank.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/rank.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987578#M81616</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2022-09-30T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension - numeric intervals - chart function</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987605#M81620</link>
      <description>&lt;P&gt;Thank you for the hint! Thing is, i need to define intervals manually in the chart, guess the rank function will not work here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 13:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987605#M81620</guid>
      <dc:creator>Mt3</dc:creator>
      <dc:date>2022-09-30T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension - numeric intervals - chart function</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987652#M81625</link>
      <description>&lt;P&gt;what do you mean by "&lt;SPAN&gt;define intervals manually in the chart"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987652#M81625</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-09-30T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension - numeric intervals - chart function</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987656#M81626</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162390"&gt;@Mt3&lt;/a&gt;&amp;nbsp;, i tried this :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1664550399387.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90328i5624C285CCC5728C/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1664550399387.png" alt="QFabian_0-1664550399387.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;Field1, Field2&lt;BR /&gt;1, 34&lt;BR /&gt;2, 65&lt;BR /&gt;3, 87&lt;BR /&gt;4, 345&lt;BR /&gt;5, 98&lt;BR /&gt;6, 23&lt;BR /&gt;7, 76&lt;BR /&gt;8, 21&lt;BR /&gt;9, 32&lt;BR /&gt;10, 89&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Bar Chart Dimension&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;=if(Field1 &amp;gt;= 1 and Field1 &amp;lt;=4 , 'A',&lt;BR /&gt;if(Field1 &amp;gt;= 5 and Field1 &amp;gt;= 8 , 'B','C'))&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;bar chart measure&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Sum(Field2)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 15:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-numeric-intervals-chart-function/m-p/1987656#M81626</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2022-09-30T15:07:16Z</dc:date>
    </item>
  </channel>
</rss>

