<?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 Graph changing when I make a selection on a value already incorporated in the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-changing-when-I-make-a-selection-on-a-value-already/m-p/159481#M34097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys/girls&lt;/P&gt;&lt;P&gt;I have a bar chart that uses the following expression to show a percentage of the chargeable utilised time in our company, by region (incorpoprating resources joining/leaving the company and working days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;=(&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;),&lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;)) ,&lt;B&gt;RESOURCE_CODE&lt;/B&gt;)) -&lt;BR /&gt;&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;ISNULL&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt;), 0, &lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt; &amp;gt; &lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;), 0, &lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt;, &lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;)))), &lt;B&gt;RESOURCE_CODE&lt;/B&gt;)) -&lt;BR /&gt;&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;DATE_OF_HIRE&lt;/B&gt; &amp;lt; &lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;), 0, &lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;), &lt;B&gt;DATE_OF_HIRE&lt;/B&gt;-1) ), &lt;B&gt;RESOURCE_CODE&lt;/B&gt;))) &lt;B&gt;Sum&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;CHARGEABLEFLAG&lt;/B&gt; = 'Chargeable' &lt;B&gt;AND&lt;/B&gt; &lt;B&gt;UTILISED&lt;/B&gt;='Utilised',&lt;B&gt;DAYS&lt;/B&gt;)) /&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;now, this seems to work fine, however I have a list box which lists the CHARGEABLEFLAG values (Chargeable, Non-Chargeable)&lt;/P&gt;&lt;P&gt;When I select 'Chargeable', which is also used in the expression in the chart, the figure changes.&lt;/P&gt;&lt;P&gt;I'm not sure why, as I am filtering on a value which is filtered already in the graph expression.&lt;/P&gt;&lt;P&gt;Can anybody suggest why it would be doing that?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 10:59:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-25T10:59:16Z</dc:date>
    <item>
      <title>Graph changing when I make a selection on a value already incorporated in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-changing-when-I-make-a-selection-on-a-value-already/m-p/159481#M34097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys/girls&lt;/P&gt;&lt;P&gt;I have a bar chart that uses the following expression to show a percentage of the chargeable utilised time in our company, by region (incorpoprating resources joining/leaving the company and working days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;=(&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;),&lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;)) ,&lt;B&gt;RESOURCE_CODE&lt;/B&gt;)) -&lt;BR /&gt;&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;ISNULL&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt;), 0, &lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt; &amp;gt; &lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;), 0, &lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;DATE_OF_TERMINATION&lt;/B&gt;, &lt;B&gt;MAX&lt;/B&gt;(&lt;B&gt;END_DATE&lt;/B&gt;)))), &lt;B&gt;RESOURCE_CODE&lt;/B&gt;)) -&lt;BR /&gt;&lt;B&gt;SUM&lt;/B&gt;(&lt;B&gt;AGGR&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;DATE_OF_HIRE&lt;/B&gt; &amp;lt; &lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;), 0, &lt;B&gt;NETWORKDAYS&lt;/B&gt;(&lt;B&gt;MIN&lt;/B&gt;(&lt;B&gt;START_DATE&lt;/B&gt;), &lt;B&gt;DATE_OF_HIRE&lt;/B&gt;-1) ), &lt;B&gt;RESOURCE_CODE&lt;/B&gt;))) &lt;B&gt;Sum&lt;/B&gt;(&lt;B&gt;IF&lt;/B&gt;(&lt;B&gt;CHARGEABLEFLAG&lt;/B&gt; = 'Chargeable' &lt;B&gt;AND&lt;/B&gt; &lt;B&gt;UTILISED&lt;/B&gt;='Utilised',&lt;B&gt;DAYS&lt;/B&gt;)) /&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;now, this seems to work fine, however I have a list box which lists the CHARGEABLEFLAG values (Chargeable, Non-Chargeable)&lt;/P&gt;&lt;P&gt;When I select 'Chargeable', which is also used in the expression in the chart, the figure changes.&lt;/P&gt;&lt;P&gt;I'm not sure why, as I am filtering on a value which is filtered already in the graph expression.&lt;/P&gt;&lt;P&gt;Can anybody suggest why it would be doing that?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-changing-when-I-make-a-selection-on-a-value-already/m-p/159481#M34097</guid>
      <dc:creator />
      <dc:date>2010-02-25T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Graph changing when I make a selection on a value already incorporated in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-changing-when-I-make-a-selection-on-a-value-already/m-p/159482#M34098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have worked this out, sorry guys.&lt;/P&gt;&lt;P&gt;the data includes ALL resources in the data set, so the denominator of the expression incorporates everyone's working days.&lt;/P&gt;&lt;P&gt;some resources only book non-chargeable time, so the moment I select that flag, they are coming out of the denominator and causing the chargeable utilisation to appear more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-changing-when-I-make-a-selection-on-a-value-already/m-p/159482#M34098</guid>
      <dc:creator />
      <dc:date>2010-02-25T11:31:26Z</dc:date>
    </item>
  </channel>
</rss>

