<?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 GaugeChart doesn't change when selection is changing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335052#M573769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Gauge chart that should respond when i make selections in my Listboxes. For now it only calculates tyhe percentage once. &lt;/P&gt;&lt;P&gt;I would like to present the percentage of meldingen that are intime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;Meldingen:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAAREAID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTIFICATIONID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBSDISTRICTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBSNEIGHBOURHOODID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTURBANCEDESCRIPTION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTURBANCEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS AS MeldingStatusID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(REGISTRATIONDATETIME))) as REGISTRATIONDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(DEALBEFOREDATETIME))) as DEALBEFOREDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(CLOSEDDATETIME))) as CLOSEDDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (CLOSEDDATETIME &amp;gt; DEALBEFOREDATETIME, 0,1) as INTIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression in mij Gauge is as follows:&lt;/P&gt;&lt;P&gt;=Sum(INTIME)/Count(NOTIFICATIONID) *100 &amp;amp;'%'&lt;/P&gt;&lt;P&gt;In my opinion is SUM(INTIME) the number of meldingen that are in time, and count NOTIFICATIONID the total of meldingen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 06:55:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-05T06:55:10Z</dc:date>
    <item>
      <title>GaugeChart doesn't change when selection is changing</title>
      <link>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335052#M573769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Gauge chart that should respond when i make selections in my Listboxes. For now it only calculates tyhe percentage once. &lt;/P&gt;&lt;P&gt;I would like to present the percentage of meldingen that are intime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;Meldingen:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAAREAID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTIFICATIONID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBSDISTRICTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBSNEIGHBOURHOODID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTURBANCEDESCRIPTION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTURBANCEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS AS MeldingStatusID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(REGISTRATIONDATETIME))) as REGISTRATIONDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(DEALBEFOREDATETIME))) as DEALBEFOREDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(FLOOR(NUM(CLOSEDDATETIME))) as CLOSEDDATETIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (CLOSEDDATETIME &amp;gt; DEALBEFOREDATETIME, 0,1) as INTIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression in mij Gauge is as follows:&lt;/P&gt;&lt;P&gt;=Sum(INTIME)/Count(NOTIFICATIONID) *100 &amp;amp;'%'&lt;/P&gt;&lt;P&gt;In my opinion is SUM(INTIME) the number of meldingen that are in time, and count NOTIFICATIONID the total of meldingen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335052#M573769</guid>
      <dc:creator />
      <dc:date>2012-07-05T06:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: GaugeChart doesn't change when selection is changing</title>
      <link>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335053#M573770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeroen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small example application to illustrate the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335053#M573770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-05T06:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: GaugeChart doesn't change when selection is changing</title>
      <link>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335054#M573771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I uploaded a file within my original post.&lt;/P&gt;&lt;P&gt;Thnx for responding!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335054#M573771</guid>
      <dc:creator />
      <dc:date>2012-07-05T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: GaugeChart doesn't change when selection is changing</title>
      <link>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335055#M573772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Go to Expression tab: Uncheck"Relative" checkbox&lt;/P&gt;&lt;P&gt;2. Go to Presentation tab: Uncheck "Show labels on every.." checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GaugeChart-doesn-t-change-when-selection-is-changing/m-p/335055#M573772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-05T07:31:35Z</dc:date>
    </item>
  </channel>
</rss>

