<?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: No sum for expression in pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-sum-for-expression-in-pivot-chart/m-p/1683922#M727359</link>
    <description>&lt;P&gt;Have a look at the following Help link for starters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you may need to have a look at the following Design Blog post for more info on AGGR:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-get-aggr-avated-using-aggr/ba-p/1464136" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-get-aggr-avated-using-aggr/ba-p/1464136&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 18:17:13 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-03-11T18:17:13Z</dc:date>
    <item>
      <title>No sum for expression in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/No-sum-for-expression-in-pivot-chart/m-p/1675862#M727358</link>
      <description>&lt;P&gt;I am trying to get this expression to provide the correct sum in a pivot chart.&amp;nbsp; It shows a sum of zero instead of the correct summed amount.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=(If(Match(Account,'Labor','Other ODC','Material/CWT'),&lt;/P&gt;&lt;P&gt;(((Sum(If(Account='Subcontracts/CWTs',([Cost Amount])))&lt;BR /&gt;+&lt;BR /&gt;Sum(If(Account='Subcontracts/CWTs',[Cost Amount],)&lt;BR /&gt;)*[Material Overhead])&lt;BR /&gt;-&lt;BR /&gt;Sum(If(Account='Subcontracts/CWTs',([Cost Amount]))))&lt;BR /&gt;* [Site Mgmt]&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Sum(&lt;BR /&gt;If([CCP Description]='Mfg Labor (Mfg Proj Mgr)',[Cost Amount]*[Mfg Labor (Mfg Proj Mgr)],&lt;BR /&gt;If([CCP Description]='Mfg Labor (Mfg Engineer)',[Cost Amount]*[Mfg Labor (Mfg Engineer)],&lt;BR /&gt;If([CCP Description]='Mfg Labor (Mfg Assistant)',[Cost Amount]*[Mfg Labor (Mfg Assistant)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Program Mgr)',[Cost Amount]*[Eng Labor (Program Mgr)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Systems Eng)',[Cost Amount]*[Eng Labor (Senior Systems Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Systems Eng)',[Cost Amount]*[Eng Labor (Systems Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Eng)',[Cost Amount]*[Eng Labor (Senior Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Engineer)',[Cost Amount]*[Eng Labor (Engineer)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Sftwr Eng)',[Cost Amount]*[Eng Labor (Senior Sftwr Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Software Eng)',[Cost Amount]*[Eng Labor (Software Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Proj Mgr/Adm)',[Cost Amount]*[Eng Labor (Proj Mgr/Adm)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Associate Eng)',[Cost Amount]*[Eng Labor (Associate Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Eng Assistant)',[Cost Amount]*[Eng Labor (Eng Assistant)],&lt;BR /&gt;If([CCP Description]='Touch Discrete',0,&lt;BR /&gt;If(Account='Other ODC',[Cost Amount],&lt;BR /&gt;If(Account='Travel ODC',[Cost Amount],&lt;BR /&gt;If(Account='Material/CWT',&lt;BR /&gt;[Cost Amount]*[Material Overhead]&lt;BR /&gt;))))))))))))))))))&lt;/P&gt;&lt;P&gt;+&lt;BR /&gt;Sum(&lt;BR /&gt;If((Left([CCP Description],9)='Mfg Labor') or Left([CCP Description],14)='Touch Discrete',&lt;BR /&gt;(If([CCP Description]='Mfg Labor (Mfg Proj Mgr)',[Cost Amount]*[Mfg Labor (Mfg Proj Mgr)],&lt;BR /&gt;If([CCP Description]='Mfg Labor (Mfg Engineer)',[Cost Amount]*[Mfg Labor (Mfg Engineer)],&lt;BR /&gt;If([CCP Description]='Mfg Labor (Mfg Assistant)',[Cost Amount]*[Mfg Labor (Mfg Assistant)],&lt;BR /&gt;If([CCP Description]='Touch Discrete',[Cost Amount]*[Touch Discrete],Null()&lt;BR /&gt;))))&lt;BR /&gt;)*[Mfg Labor Overhead],&lt;BR /&gt;If(Left([CCP Description],9)='Eng Labor',&lt;BR /&gt;( If([CCP Description]='Eng Labor (Program Mgr)',[Cost Amount]*[Eng Labor (Program Mgr)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Systems Eng)',[Cost Amount]*[Eng Labor (Senior Systems Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Systems Eng)',[Cost Amount]*[Eng Labor (Systems Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Eng)',[Cost Amount]*[Eng Labor (Senior Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Engineer)',[Cost Amount]*[Eng Labor (Engineer)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Senior Sftwr Eng)',[Cost Amount]*[Eng Labor (Senior Sftwr Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Software Eng)',[Cost Amount]*[Eng Labor (Software Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Proj Mgr/Adm)',[Cost Amount]*[Eng Labor (Proj Mgr/Adm)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Associate Eng)',[Cost Amount]*[Eng Labor (Associate Eng)],&lt;BR /&gt;If([CCP Description]='Eng Labor (Eng Assistant)',[Cost Amount]*[Eng Labor (Eng Assistant)],Null()&lt;BR /&gt;))))))))))&lt;BR /&gt;*[Engr Labor Overhead]),&lt;BR /&gt;&lt;BR /&gt;If(Account='Material/CWT',0,Null(&lt;BR /&gt;))))&lt;BR /&gt;))* [Site Mgmt]&lt;BR /&gt;),sum(If(Match(Account,'Travel ODC','Subcontracts/CWTs'),0))))&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-sum-for-expression-in-pivot-chart/m-p/1675862#M727358</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2024-11-16T01:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: No sum for expression in pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/No-sum-for-expression-in-pivot-chart/m-p/1683922#M727359</link>
      <description>&lt;P&gt;Have a look at the following Help link for starters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you may need to have a look at the following Design Blog post for more info on AGGR:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-get-aggr-avated-using-aggr/ba-p/1464136" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-get-aggr-avated-using-aggr/ba-p/1464136&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 18:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-sum-for-expression-in-pivot-chart/m-p/1683922#M727359</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-11T18:17:13Z</dc:date>
    </item>
  </channel>
</rss>

