<?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: Calculating Month to Date Sales Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476721#M178017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much kabilan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the way what you are suggested. It's giving only current date sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to move forward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 10:18:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-12T10:18:40Z</dc:date>
    <item>
      <title>Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476717#M178013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in FMGC Company and we are receiving sales data from distributor in daily basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to calculate MTD sales, when i select 12th December i need 12 days sum or when i select&amp;nbsp; 5th Dec 5 i need 5 days sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applied this formula but it's not giving correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Month = {$(=Max(Month))},&lt;/P&gt;&lt;P&gt;YearFiscal = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Month = &amp;gt;} ValuesinMT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highly appreciated if any one could help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 09:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476717#M178013</guid>
      <dc:creator />
      <dc:date>2013-12-12T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476718#M178014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Month your selected field or do you need to select Day ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Day= {=$(=Max(Day))},&lt;/P&gt;&lt;P&gt;YearFiscal = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Month = } ValuesinMT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 09:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476718#M178014</guid>
      <dc:creator />
      <dc:date>2013-12-12T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476719#M178015</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;CODE&gt;sum({&amp;lt;Date_field= {"&amp;lt;=$(=Date_Field)&amp;gt;=$(=&lt;CODE&gt;MonthStart(Date_Field)&lt;/CODE&gt;)"} &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;YearFiscal = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Month =&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;gt; } ValuesinMT)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 09:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476719#M178015</guid>
      <dc:creator />
      <dc:date>2013-12-12T09:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476720#M178016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much christian....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applied this formula but it's not giving correct value. say for example if select Dec 5, it's giving&amp;nbsp; only 5th day sales in all month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476720#M178016</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476721#M178017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much kabilan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the way what you are suggested. It's giving only current date sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to move forward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476721#M178017</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476722#M178018</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;CODE&gt;sum({1&amp;lt;Date_field= {"&amp;lt;=$(=Date_Field)&amp;gt;=$(=&lt;CODE&gt;MonthStart(Date_Field)&lt;/CODE&gt;)"} &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;YearFiscal = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Month =&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;gt; } ValuesinMT)&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 05:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476722#M178018</guid>
      <dc:creator />
      <dc:date>2013-12-13T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476723#M178019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post your sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 05:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476723#M178019</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-13T05:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476724#M178020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this if you have a date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$&amp;lt;Month =, YearFiscal = , Quarter = , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateDimension&lt;/SPAN&gt;={'&amp;gt;=$(=MonthStart(Max(DateDimension)))&amp;lt;=$(=Date(Max(DateDimension)))'} &amp;gt;} ValuesinMT)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note : If you have any other date related then ignore selection by give DimensionName=.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you are not getting values check the date format in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateDimension&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthStart(Max(DateDimension)) are same if not format the date by using Date().&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 05:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476724#M178020</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-13T05:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476725#M178021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much kabilan, It working perfectly .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Help. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 10:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476725#M178021</guid>
      <dc:creator />
      <dc:date>2013-12-13T10:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Month to Date Sales Value</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476726#M178022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your coding is working perfectly. Great Help, Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 10:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Month-to-Date-Sales-Value/m-p/476726#M178022</guid>
      <dc:creator />
      <dc:date>2013-12-13T10:56:06Z</dc:date>
    </item>
  </channel>
</rss>

