<?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: Total Hours in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381230#M815014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have used a "Table Box", in which you cannot calculate.&lt;/P&gt;&lt;P&gt;Change to "Straight Table" and have under Presentation "Suppress Zero" and you should get something like the below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176061_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 07:15:56 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2017-09-11T07:15:56Z</dc:date>
    <item>
      <title>Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381222#M815006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this formula but it doesn't seem to work.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;If(HOURS='0' and DEPT='44840',MONTH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The only problem with this is that I need it to be IF Total HOURS=0. How do I write a formula that looks at Total Hours and returns the MONTH field?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381222#M815006</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381223#M815007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you are writing this formula? Is it calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(if(sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;HOURS)=0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;and DEPT='44840',Month),DEPT,Month))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381223#M815007</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-08T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381224#M815008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script or in application?&lt;/P&gt;&lt;P&gt;What do you mean with "Total Hours"? Is this a field or should it be the sum of hours or HOURS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381224#M815008</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-08T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381225#M815009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the loading script you are doing this or what&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;If(HOURS = 0 and DEPT = '44840', MONTH) as FieldName&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;From Source;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;Or&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;If(HOURS = 0 and DEPT = 44840, MONTH)&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381225#M815009</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-08T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381226#M815010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOURS is the Field name but I want to total the HOURS. In the data set you can have a zero hours logged in one project and 8 hours logged in the other. The way I have the formula it will still show me the MONTH because there is a zero showing in that DAY, so i want to total the HOURS for the day so this doesn't show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381226#M815010</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-09-08T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381227#M815011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am writing an expression in the application &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381227#M815011</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-09-08T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381228#M815012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide expected op with example to explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 14:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381228#M815012</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-08T14:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381229#M815013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Posted an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 14:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381229#M815013</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-09-08T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Total Hours</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381230#M815014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have used a "Table Box", in which you cannot calculate.&lt;/P&gt;&lt;P&gt;Change to "Straight Table" and have under Presentation "Suppress Zero" and you should get something like the below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176061_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 07:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Hours/m-p/1381230#M815014</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-11T07:15:56Z</dc:date>
    </item>
  </channel>
</rss>

