<?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: Problem in guage chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1866856#M1216363</link>
    <description>&lt;P&gt;Not sure how many error conditions are possible, but for one, if the user selection is such that &lt;STRONG&gt;NO&lt;/STRONG&gt; U_CAPACITY values corresponding to TRANS_ID=29 and PRODUCT_NAME=C-BAND exit (meaning sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) = 0), you may get this error.&lt;/P&gt;
&lt;P&gt;The issue is then likely related to the Max value in the Presentation tab. If so, there are several solutions, depending on your need/preference:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You can add a 'Calculation Condition' of sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY) &amp;lt;&amp;gt; 0 , and edit the 'Error Message' to something sensible like 'Oops, you're not worthy!' &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;In the Presentation tab, in the Max field 'catch the exception' with an if statement and assign a fake, non-zero max value instead. if(sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY) = 0, 1, sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY))&lt;/LI&gt;
&lt;LI&gt;Set the Max to the global max for the corresponding data subset by adding {1} into the set expression. sum({ 1 &amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY)&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sun, 05 Dec 2021 22:15:56 GMT</pubDate>
    <dc:creator>jwaligora</dc:creator>
    <dc:date>2021-12-05T22:15:56Z</dc:date>
    <item>
      <title>Problem in guage chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1865276#M1216287</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have to show bandwidth utilization on sheet for each transponder using chart. There are 57 transponder in data. With field allocated_capacity and utilized_capacity.&lt;/P&gt;
&lt;P&gt;I m placing 57 guage chart with hardcoding transponder-id and readings for each transponder. But problem arrives when user narrow down selection and some chart shows bad min value in guage and looks of sheet went offward.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any other way to represent&amp;nbsp; it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 06:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1865276#M1216287</guid>
      <dc:creator>swiftfahad</dc:creator>
      <dc:date>2021-12-01T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in guage chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1865278#M1216288</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="16383419968506508856238867703027.jpg" style="width: 4608px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67680i774BBED70676545F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="16383419968506508856238867703027.jpg" alt="16383419968506508856238867703027.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; for reference and better understanding&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 07:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1865278#M1216288</guid>
      <dc:creator>swiftfahad</dc:creator>
      <dc:date>2021-12-01T07:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in guage chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1866856#M1216363</link>
      <description>&lt;P&gt;Not sure how many error conditions are possible, but for one, if the user selection is such that &lt;STRONG&gt;NO&lt;/STRONG&gt; U_CAPACITY values corresponding to TRANS_ID=29 and PRODUCT_NAME=C-BAND exit (meaning sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) = 0), you may get this error.&lt;/P&gt;
&lt;P&gt;The issue is then likely related to the Max value in the Presentation tab. If so, there are several solutions, depending on your need/preference:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You can add a 'Calculation Condition' of sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY) &amp;lt;&amp;gt; 0 , and edit the 'Error Message' to something sensible like 'Oops, you're not worthy!' &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;In the Presentation tab, in the Max field 'catch the exception' with an if statement and assign a fake, non-zero max value instead. if(sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY) = 0, 1, sum({&amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY))&lt;/LI&gt;
&lt;LI&gt;Set the Max to the global max for the corresponding data subset by adding {1} into the set expression. sum({ 1 &amp;lt;TRANS_ID={29},PRODUCT_NAME={'C-BAND'}&amp;gt;}) U_CAPACITY)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 05 Dec 2021 22:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-guage-chart/m-p/1866856#M1216363</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2021-12-05T22:15:56Z</dc:date>
    </item>
  </channel>
</rss>

