<?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: MonthToDate not working in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480625#M179631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 04:40:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-09T04:40:18Z</dc:date>
    <item>
      <title>MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480619#M179625</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;i am creating a table that have Month to Date value in it, using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use "Department" as dimension in the table, the MTD value will shown correctly.&lt;/P&gt;&lt;P&gt;But if i change to "Date" dimension the value seems to breakdown for each day not accumulated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an image showing what result that i am expecting and the result that currently QV shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use 3 selection list box in the report, "Year" (e.g 2012,2013), "Month" (Jan, Feb), and Day (e.g 1,2,3,4) and must be at least one value selected properties are checked.&lt;/P&gt;&lt;P&gt;and my set analysis for MTD is : sum&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;lt;= $(=max(Day))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Sales Amount Gross]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 04:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480619#M179625</guid>
      <dc:creator />
      <dc:date>2014-01-08T04:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480620#M179626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA... Hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 05:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480620#M179626</guid>
      <dc:creator />
      <dc:date>2014-01-08T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480621#M179627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyajate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression for your MTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date = {"&amp;gt;=$(=Date(Max(Monthstart(Date))))&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;=$(=Max(Date))"}&amp;gt;} [Sales Amount Gross])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480621#M179627</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-01-08T06:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480622#M179628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am still not getting the expected result.&lt;/P&gt;&lt;P&gt;What i was expecting is let say the value are like below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 Jan = 5&lt;/LI&gt;&lt;LI&gt;2 Jan = 10&lt;/LI&gt;&lt;LI&gt;3 Jan = 15&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the MTD i am expecting that for 2 Jan it will be accumulated between 1 and 2 Jan value (5+10) which is 15, like below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Date | MTD Value&lt;/LI&gt;&lt;LI&gt;1 Jan | 5&lt;/LI&gt;&lt;LI&gt;2 Jan |15&lt;/LI&gt;&lt;LI&gt;3 Jan | 30&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the dimension were change to other than "Date" then my MTD expression will work correctly, but not if using Date dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480622#M179628</guid>
      <dc:creator />
      <dc:date>2014-01-08T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480623#M179629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.... refer the two straight tables hope it will helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480623#M179629</guid>
      <dc:creator />
      <dc:date>2014-01-08T08:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480624#M179630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 04:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480624#M179630</guid>
      <dc:creator />
      <dc:date>2014-01-09T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: MonthToDate not working in table</title>
      <link>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480625#M179631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 04:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthToDate-not-working-in-table/m-p/480625#M179631</guid>
      <dc:creator />
      <dc:date>2014-01-09T04:40:18Z</dc:date>
    </item>
  </channel>
</rss>

