<?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: Totals Function - Auto / Sum Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560921#M40852</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;for your response.&lt;/P&gt;&lt;P&gt;I tried using the Aggr function as u mentioned but didn't get the expected result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;=(Sum([Headcount Per Shift (people)])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&amp;nbsp; /&amp;nbsp; &amp;nbsp; &amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here ,&lt;/P&gt;&lt;P&gt;Measure 1 =&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;(Sum([Headcount Per Shift (people)])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 2 =&amp;nbsp;&amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pragna&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 18:38:22 GMT</pubDate>
    <dc:creator>Pragna</dc:creator>
    <dc:date>2019-03-25T18:38:22Z</dc:date>
    <item>
      <title>Totals Function - Auto / Sum Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560290#M40820</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to get the total of a measure. But when setting the measure as Auto it giving a wrong total, But when I set the measure as Sum. It's giving the correct total value.&lt;/P&gt;&lt;P&gt;Below is the formula used for the measure.&lt;/P&gt;&lt;P&gt;=(Sum([Headcount Per Shift (people)])&lt;BR /&gt;*&lt;BR /&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&amp;nbsp; /&amp;nbsp; &amp;nbsp; &amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 20:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560290#M40820</guid>
      <dc:creator>Pragna</dc:creator>
      <dc:date>2019-03-22T20:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Function - Auto / Sum Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560487#M40829</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Sum(Aggr(&lt;/FONT&gt;(Sum([Headcount Per Shift (people)])&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&amp;nbsp; /&amp;nbsp; &amp;nbsp; &amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;FONT color="#FF0000"&gt;, Dim1, Dim2,..)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;// Dim1, Dim2 are based on your dimension. If more, you need to add to come expected result.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 03:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560487#M40829</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-03-25T03:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Function - Auto / Sum Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560921#M40852</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;for your response.&lt;/P&gt;&lt;P&gt;I tried using the Aggr function as u mentioned but didn't get the expected result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;=(Sum([Headcount Per Shift (people)])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&amp;nbsp; /&amp;nbsp; &amp;nbsp; &amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here ,&lt;/P&gt;&lt;P&gt;Measure 1 =&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;(Sum([Headcount Per Shift (people)])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(CEIL(round(sum(Load))/[Hours Per Day])))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 2 =&amp;nbsp;&amp;nbsp;(CEIL(round(sum(Load))/[Hours Per Day]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pragna&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 18:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Function-Auto-Sum-Issue/m-p/1560921#M40852</guid>
      <dc:creator>Pragna</dc:creator>
      <dc:date>2019-03-25T18:38:22Z</dc:date>
    </item>
  </channel>
</rss>

