<?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: sum for current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430248#M798916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain with any example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 18:19:15 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-12-05T18:19:15Z</dc:date>
    <item>
      <title>sum for current month</title>
      <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430246#M798913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a table with daily report of every store about the quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table with dimension the store name and expression the qty .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the user has to select the day(dd/mm/yyyy) from a listbox and the chart will show the quantity for that day for every store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next expression I want to be the total&amp;nbsp; quantity from the beggining of the month of the selected date until the selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example the user selects 04/12/2017 and the resutl of the 2nd expression&amp;nbsp; must be the total quntity from 01/12/2017 until 04/12/2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 3rd expression the YTOD quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I write the expressions using set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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/sum-for-current-month/m-p/1430246#M798913</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: sum for current month</title>
      <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430247#M798914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Sum(Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) Sum({&amp;lt;DateField = {"&amp;gt;=$(=MonthStart(Max(DateField))) &amp;lt;=$(=Max(DateField))"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) Sum(&lt;STRONG style="font-size: 13.3333px;"&gt;{&amp;lt;DateField = {"&amp;gt;=$(=YearStart(Max(DateField))) &amp;lt;=$(=Max(DateField))"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 17:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430247#M798914</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-05T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: sum for current month</title>
      <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430248#M798916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain with any example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430248#M798916</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-05T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: sum for current month</title>
      <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430249#M798918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use expression which anil has given but make sure you will conform proper date format or else it will not wok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430249#M798918</guid>
      <dc:creator>mayuresh_d</dc:creator>
      <dc:date>2017-12-06T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: sum for current month</title>
      <link>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430250#M798919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you Anil your&amp;nbsp; suggetion works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-for-current-month/m-p/1430250#M798919</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2017-12-06T10:15:39Z</dc:date>
    </item>
  </channel>
</rss>

