<?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 Using the Gauge chart and setting range limits to count numbers of text and displaying as % in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-the-Gauge-chart-and-setting-range-limits-to-count-numbers/m-p/2108377#M90518</link>
    <description>&lt;P&gt;Hi Qlik network, would really appreciate some help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using data on how people feel about the market, negatively, neutral, or positively. I have 665 entries and I want the chart to show those who put negatively as a limit, and then positively as another limit. So I am trying to make it count these using the below formual in the range limits:&amp;nbsp;count({&amp;lt;[Outlook]={"*Negatively*"}&amp;gt;} [Outlook]), and then&amp;nbsp;count({&amp;lt;[Outlook]={"*Positively*"}&amp;gt;} [WFH Impact]).&lt;/P&gt;
&lt;P&gt;On the data section I've just put count([Outlook]). Ideally I'd like it to show a % figure in the middle instead of the count.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The chart is just counting the number of entries right now, and the colours aren't working as they should.&lt;/P&gt;
&lt;P&gt;Any thoughts or help on what may be going wrong much appreciated!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 10:50:45 GMT</pubDate>
    <dc:creator>emmahoward1993</dc:creator>
    <dc:date>2023-08-22T10:50:45Z</dc:date>
    <item>
      <title>Using the Gauge chart and setting range limits to count numbers of text and displaying as %</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Gauge-chart-and-setting-range-limits-to-count-numbers/m-p/2108377#M90518</link>
      <description>&lt;P&gt;Hi Qlik network, would really appreciate some help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using data on how people feel about the market, negatively, neutral, or positively. I have 665 entries and I want the chart to show those who put negatively as a limit, and then positively as another limit. So I am trying to make it count these using the below formual in the range limits:&amp;nbsp;count({&amp;lt;[Outlook]={"*Negatively*"}&amp;gt;} [Outlook]), and then&amp;nbsp;count({&amp;lt;[Outlook]={"*Positively*"}&amp;gt;} [WFH Impact]).&lt;/P&gt;
&lt;P&gt;On the data section I've just put count([Outlook]). Ideally I'd like it to show a % figure in the middle instead of the count.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The chart is just counting the number of entries right now, and the colours aren't working as they should.&lt;/P&gt;
&lt;P&gt;Any thoughts or help on what may be going wrong much appreciated!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 10:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Gauge-chart-and-setting-range-limits-to-count-numbers/m-p/2108377#M90518</guid>
      <dc:creator>emmahoward1993</dc:creator>
      <dc:date>2023-08-22T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Gauge chart and setting range limits to count numbers of text and displaying as %</title>
      <link>https://community.qlik.com/t5/App-Development/Using-the-Gauge-chart-and-setting-range-limits-to-count-numbers/m-p/2108564#M90537</link>
      <description>&lt;P&gt;Hi Emma,&lt;/P&gt;
&lt;P&gt;If I understand your issue correctly, you need to modify the definition of the limits. I think the second limit (those that reacted positively) needs to be adjusted. In order to position the gauge limits properly, you should be counting everyone who &lt;EM&gt;didn't&lt;/EM&gt; respond positively:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;count({&amp;lt;[Outlook]=&lt;STRONG&gt; -&lt;/STRONG&gt; {"*Positively*"}&amp;gt;} [Outlook])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'll explain using an example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let's assume that 20 people reacted negatively, 50 people reacted neutrally, and 40 people reacted positively. So, out of the total of 110 people, the ranges should be set as follows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Range 1 - from 0 to 20 (negative)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Range 2 - from 21 to 70 (negative + neutral)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Range 3: from 71 to 110 (total)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, in this example the first limit should be 20 (count of negative entries) and the second limit should be 70 (count of all entries &lt;EM&gt;except&lt;/EM&gt; for positive)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does it make sense, or did I miss the essence of your issue?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To learn more advanced development techniques, including advanced Set Analysis, check out the agenda of the &lt;A href="https://masterssummit.com" target="_blank"&gt;Masters Summit for Qlik&lt;/A&gt; - coming soon to Orlando and to Dublin!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 15:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-the-Gauge-chart-and-setting-range-limits-to-count-numbers/m-p/2108564#M90537</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-08-22T15:29:24Z</dc:date>
    </item>
  </channel>
</rss>

