<?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 Re: Changing a IF Sum Expression within a chart title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-a-IF-Sum-Expression-within-a-chart-title/m-p/577547#M1113452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the views, I have now solved it myself calling on my Excel experience&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-&lt;/P&gt;&lt;P&gt;ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)) &amp;lt; 0,&lt;/P&gt;&lt;P&gt;'Missed by ' &amp;amp; -(sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)),&lt;/P&gt;&lt;P&gt;'Achieved by ' &amp;amp; (sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 12:55:56 GMT</pubDate>
    <dc:creator>cupelix-qlik</dc:creator>
    <dc:date>2014-02-27T12:55:56Z</dc:date>
    <item>
      <title>Changing a IF Sum Expression within a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-IF-Sum-Expression-within-a-chart-title/m-p/577546#M1113451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First post here and very new to Qlikview but have plenty of VBA knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to update a Chart Title as the current calculation is not giving the correct answer anymore. I have included a section of the Code below. The sections coloured in Red I need to update to the following &lt;SPAN style="color: #0000ff;"&gt;(FirstA8MinRespTime-time_treatment_clock_start)*86400&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I overwrite the red hightlighted sections with my above blue highlighted sections the formula no longer works any help would be greatful.&lt;/P&gt;&lt;P&gt;To give you some context of Format of the various fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance_Category = Is just a text field&lt;/P&gt;&lt;P&gt;FirstA8MinRespTimeDuration = This is a Interger Field showing Seconds&lt;/P&gt;&lt;P&gt;Actual Incidents = This is Interger field showing a count of incidents&lt;/P&gt;&lt;P&gt;FirstA8MinRespTime = This is Date &amp;amp; Time field&lt;/P&gt;&lt;P&gt;time_treatment_clock_start = This is Date &amp;amp; Time field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Performance_Category={'Red2-8min'},&lt;SPAN style="color: #ff0000;"&gt;FirstA8MinRespTimeDuration&lt;/SPAN&gt;={'&amp;lt;=480'}&amp;gt;}ActualIncidents)-&lt;/P&gt;&lt;P&gt;ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)) &amp;lt; 0&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'Missed by ' &amp;amp; -(sum({&amp;lt;Performance_Category={'Red2-8min'},&lt;SPAN style="color: #ff0000;"&gt;FirstA8MinRespTimeDuration&lt;/SPAN&gt;={'&amp;lt;=480'}&amp;gt;}ActualIncidents)-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)),&lt;/P&gt;&lt;P&gt;'Achieved by ' &amp;amp; (sum({&amp;lt;Performance_Category={'Red2-8min'},&lt;SPAN style="color: #ff0000;"&gt;FirstA8MinRespTimeDuration&lt;/SPAN&gt;={'&amp;lt;=480'}&amp;gt;}ActualIncidents)-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-IF-Sum-Expression-within-a-chart-title/m-p/577546#M1113451</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-02-27T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a IF Sum Expression within a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-a-IF-Sum-Expression-within-a-chart-title/m-p/577547#M1113452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the views, I have now solved it myself calling on my Excel experience&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-&lt;/P&gt;&lt;P&gt;ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)) &amp;lt; 0,&lt;/P&gt;&lt;P&gt;'Missed by ' &amp;amp; -(sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1)),&lt;/P&gt;&lt;P&gt;'Achieved by ' &amp;amp; (sum(if(Performance_Category='Red2-8min',if(((FirstA8MinRespTime-time_treatment_clock_start)*86400) &amp;lt;='480',ActualIncidents)))-ceil((sum({&amp;lt;Performance_Category={'Red2-8min'}&amp;gt;}ActualIncidents)*0.75),1))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-a-IF-Sum-Expression-within-a-chart-title/m-p/577547#M1113452</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-02-27T12:55:56Z</dc:date>
    </item>
  </channel>
</rss>

