<?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 CREATING A GAUGE CHART WITH TIMES in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234250#M85710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is an example to your question.&lt;BR /&gt;You can set the segments with a formula like 'time#('01:00','hh:mm')'.&lt;BR /&gt;Hope, that helps.&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 09:48:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-28T09:48:32Z</dc:date>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234245#M85705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy, i need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to make a gauge chart with AVG times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2009_sourceID:2009" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time have to do this.&lt;/P&gt;&lt;P&gt;00:00 to 01:00 GREEN&lt;/P&gt;&lt;P&gt;01:00 to 02:00 YELLOW&lt;/P&gt;&lt;P&gt;&amp;gt; 02:00 RED&lt;/P&gt;&lt;P&gt;Here is my informations (data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using a AVG function in qlikview to generate de AVERAGE of times like this&lt;/P&gt;&lt;P&gt;=avg(distinct(time))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2010_sourceID:2010" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My load contain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMPO_VERDE:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TIME&lt;BR /&gt;&lt;B&gt;FROM&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; D:\HGP_BI\QVDS\tempo_cadastro_atend_verde.qvd (qvd);&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 21:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234245#M85705</guid>
      <dc:creator />
      <dc:date>2010-07-26T21:19:40Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234246#M85706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very simple example but something that you can work with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 09:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234246#M85706</guid>
      <dc:creator />
      <dc:date>2010-07-27T09:28:28Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234247#M85707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(hour(Time) + minute(Time)/60 + second(Time)/3600)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 11:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234247#M85707</guid>
      <dc:creator />
      <dc:date>2010-07-27T11:58:22Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234248#M85708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy, thanks.&lt;/P&gt;&lt;P&gt;The average is work. Just avg(time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is how to make a gauge chart with diferents points like&lt;/P&gt;&lt;P&gt;SEGMENT1 00:00 TO 01:00&lt;/P&gt;&lt;P&gt;SEGMENT2 01:00 TO 02:00&lt;/P&gt;&lt;P&gt;SEGMENT3 02:00 TO 03:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 12:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234248#M85708</guid>
      <dc:creator />
      <dc:date>2010-07-27T12:40:24Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234249#M85709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try opening the attached demo in the previous post? If this can not help you will you attach your file / chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 09:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234249#M85709</guid>
      <dc:creator />
      <dc:date>2010-07-28T09:30:41Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234250#M85710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is an example to your question.&lt;BR /&gt;You can set the segments with a formula like 'time#('01:00','hh:mm')'.&lt;BR /&gt;Hope, that helps.&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 09:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234250#M85710</guid>
      <dc:creator />
      <dc:date>2010-07-28T09:48:32Z</dc:date>
    </item>
    <item>
      <title>CREATING A GAUGE CHART WITH TIMES</title>
      <link>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234251#M85711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the presentation tab.&lt;/P&gt;&lt;P&gt;untick autowidth segments and relative segment bounds and then select the segements and enter your segment boundries as e.g.&lt;/P&gt;&lt;P&gt;='01:00:00'&lt;/P&gt;&lt;P&gt;with the apostrophes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 10:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CREATING-A-GAUGE-CHART-WITH-TIMES/m-p/234251#M85711</guid>
      <dc:creator />
      <dc:date>2010-07-28T10:29:01Z</dc:date>
    </item>
  </channel>
</rss>

