<?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 Gauge chart not displaying correct value when duration format is used in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Gauge-chart-not-displaying-correct-value-when-duration-format-is/m-p/2132112#M92017</link>
    <description>&lt;P&gt;I'm trying to create a gauge chart to show an avg. response time measure in the duration format pattern 'hh:mm:ss'. The expression correctly evaluates to 00:00:04&lt;BR /&gt;&lt;BR /&gt;But there are two issues with the gauge:&lt;BR /&gt;- The needle doesn't point to 00:00:04&amp;nbsp;&lt;BR /&gt;- The scaling of the labels is all messed up (look at the distance between 00:00:00 and 00:00:01)&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tm14_0-1698319506770.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118910i12686B07B50FE70F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tm14_0-1698319506770.png" alt="tm14_0-1698319506770.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I set the max limit to be 10 seconds in the following way:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tm14_1-1698319618053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118911i470BA85F3FBF216E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tm14_1-1698319618053.png" alt="tm14_1-1698319618053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 11:28:25 GMT</pubDate>
    <dc:creator>tm14</dc:creator>
    <dc:date>2023-10-26T11:28:25Z</dc:date>
    <item>
      <title>Gauge chart not displaying correct value when duration format is used</title>
      <link>https://community.qlik.com/t5/App-Development/Gauge-chart-not-displaying-correct-value-when-duration-format-is/m-p/2132112#M92017</link>
      <description>&lt;P&gt;I'm trying to create a gauge chart to show an avg. response time measure in the duration format pattern 'hh:mm:ss'. The expression correctly evaluates to 00:00:04&lt;BR /&gt;&lt;BR /&gt;But there are two issues with the gauge:&lt;BR /&gt;- The needle doesn't point to 00:00:04&amp;nbsp;&lt;BR /&gt;- The scaling of the labels is all messed up (look at the distance between 00:00:00 and 00:00:01)&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tm14_0-1698319506770.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118910i12686B07B50FE70F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tm14_0-1698319506770.png" alt="tm14_0-1698319506770.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I set the max limit to be 10 seconds in the following way:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tm14_1-1698319618053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118911i470BA85F3FBF216E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tm14_1-1698319618053.png" alt="tm14_1-1698319618053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 11:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gauge-chart-not-displaying-correct-value-when-duration-format-is/m-p/2132112#M92017</guid>
      <dc:creator>tm14</dc:creator>
      <dc:date>2023-10-26T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge chart not displaying correct value when duration format is used</title>
      <link>https://community.qlik.com/t5/App-Development/Gauge-chart-not-displaying-correct-value-when-duration-format-is/m-p/2133316#M92098</link>
      <description>&lt;P&gt;I would just convert everything to seconds and try that first. Relying on floating point numbers for dimensions is something I avoid.&lt;/P&gt;
&lt;P&gt;Things to keep in mind:&lt;/P&gt;
&lt;P&gt;Qlik uses the same underlying date scheme as Excel, so you can always check things based on that.&lt;/P&gt;
&lt;P&gt;The integer part of a date/time is just the date. The fractional part is the time in minutes / 1440.&lt;/P&gt;
&lt;P&gt;# Minutes in a day = 1440&lt;/P&gt;
&lt;P&gt;# Seconds in a day = 86,400&lt;/P&gt;
&lt;P&gt;Make sure that your values are what you think they are. When you are dealing with durations you need to be extra careful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-ws&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 11:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gauge-chart-not-displaying-correct-value-when-duration-format-is/m-p/2133316#M92098</guid>
      <dc:creator>WaltShpuntoff</dc:creator>
      <dc:date>2023-10-31T11:38:31Z</dc:date>
    </item>
  </channel>
</rss>

