<?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: How to get correct total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957675#M328933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any one is their to help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Nov 2015 09:31:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-22T09:31:51Z</dc:date>
    <item>
      <title>How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957674#M328932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlikers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i used calc dimension as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;Dual(&lt;/P&gt;&lt;P&gt;(Time(Floor([Time In],1/"Interval Size"),'h:mm:ss TT')&amp;amp;'-'&amp;amp;Time(Ceil([Time In]+0.0000001,1/"Interval Size"),'h:mm:ss TT')),&lt;/P&gt;&lt;P&gt;Floor(Frac([Time In]),1/"Interval Size")),[Time In])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and given label name as interval&lt;/P&gt;&lt;P&gt;date,employee id are existed field names&lt;/P&gt;&lt;P&gt;and count(employee id ) as Expresion with count as label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this i used partial sum for date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want in interval 5:30 to 5:40 total as 2 instead of 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 07:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957674#M328932</guid>
      <dc:creator />
      <dc:date>2015-11-22T07:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957675#M328933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any one is their to help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 09:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957675#M328933</guid>
      <dc:creator />
      <dc:date>2015-11-22T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957676#M328934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([empoyee id])&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(Distinct [employee id]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need a sum-of-rows partial sum if you used latter expression, and to create a sum-of-rows in a pivot table, you would need to use advanced aggregation.&lt;/P&gt;&lt;P&gt;But advanced aggregation can't use a calculated dimension like your time interval calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You absolutely need dynamic interval sizing or can you calculate the intervals in your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small sample QVW, which makes it easier to create a solution for your?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 12:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957676#M328934</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-22T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957677#M328935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count([empoyee id]) you will get the expected result, can you attach the sample Qlikview file, so that it would be easier to understand the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957677#M328935</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T04:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957678#M328936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please attach sampel app for more info ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HirisH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957678#M328936</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2015-11-23T04:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct total</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957679#M328937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using count(employee id) in expression i am getting the right results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 10:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-total/m-p/957679#M328937</guid>
      <dc:creator />
      <dc:date>2015-11-23T10:45:52Z</dc:date>
    </item>
  </channel>
</rss>

