<?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 find Total amount charged for given data which is incremental and cannot be bucketed ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42293#M769288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(1200*Count(DISTINCT Attended_By)*(Floor(END_TS)-Floor(START_TS) + 1), CONCLAVE_ID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204115_Capture.PNG" style="height: 364px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2018 11:37:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-01T11:37:48Z</dc:date>
    <item>
      <title>How to find Total amount charged for given data which is incremental and cannot be bucketed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42289#M769284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find Total amount charged for from the given data where CONCLAVE_TYPE = Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Charge for Conclave is 1200 per day per person attended.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : And this data gets new rows in every Six Hours .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="per day.png" class="jive-image image-1" src="/legacyfs/online/204109_per day.png" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For UKAB2 : It is attended by only one person and conclave was for only 1 day , so calculation will be &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1200*1*1 = 1200&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For UKAB4 : It is attended by three person and conclave was for only 3 days(25,26,27) , so calculation will be &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1200*3*3 = 10800&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Like wise , my requirement is basically Sum(cHARG&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&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/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42289#M769284</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Total amount charged for given data which is incremental and cannot be bucketed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42290#M769285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1200*Count(DISTINCT Attended_By)*(Floor(END_TS)-Floor(START_TS) + 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42290#M769285</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-01T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Total amount charged for given data which is incremental and cannot be bucketed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42291#M769286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Image and sample attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204113_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42291#M769286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-01T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Total amount charged for given data which is incremental and cannot be bucketed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42292#M769287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai ..Thank for reply ... Actually i wanted an expression for Text Box &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; , which should display total Charge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42292#M769287</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-06-01T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Total amount charged for given data which is incremental and cannot be bucketed ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42293#M769288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(1200*Count(DISTINCT Attended_By)*(Floor(END_TS)-Floor(START_TS) + 1), CONCLAVE_ID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204115_Capture.PNG" style="height: 364px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Total-amount-charged-for-given-data-which-is/m-p/42293#M769288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-01T11:37:48Z</dc:date>
    </item>
  </channel>
</rss>

