<?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 Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Help/m-p/903312#M1017819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering if anybody can offer me some advice on a Gauge Chart to put on my main dashboard page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to use a gauge to show the loss ratio % comparing 2011 to 2010. I have the loss ratio worked out per month in a bar chart but i dont have a clue how to compare yearly in a gauge chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if this is possible but if anyone could help it would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 15:09:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-13T15:09:59Z</dc:date>
    <item>
      <title>Gauge Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Help/m-p/903312#M1017819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering if anybody can offer me some advice on a Gauge Chart to put on my main dashboard page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to use a gauge to show the loss ratio % comparing 2011 to 2010. I have the loss ratio worked out per month in a bar chart but i dont have a clue how to compare yearly in a gauge chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if this is possible but if anyone could help it would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Help/m-p/903312#M1017819</guid>
      <dc:creator />
      <dc:date>2015-04-13T15:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Help/m-p/903313#M1017820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to compare the loss ratio year over year, here is the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Claims'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Posting Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vMaxYear)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Income'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Posting Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vMaxYear)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;/(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Claims'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Posting Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vPrevYear)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Income'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Posting Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vPrevYear)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;-1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;where vMaxYear = max([Posting Year]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and vPrevYear = $(vMaxYear)-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In your case, YoY comparison for loss ratio is just 1% for 2012 and 2011. you may want to rethink the use of a gauge chart and show something else...a bullet chart or modified bar chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 17:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Help/m-p/903313#M1017820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T17:06:44Z</dc:date>
    </item>
  </channel>
</rss>

