<?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 write a MTD set analysis. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131430#M601283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this may work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=,Month={"&amp;gt;=$(=Floor(MonthStart(DateNum)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 04:16:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-24T04:16:12Z</dc:date>
    <item>
      <title>how to write a MTD set analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131428#M601281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a MTD set analysis as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Year=, Month=, Quarter=, Week=, DateField=, DateNum={"&amp;gt;=$(=Num(MonthStart(Max(DateNum))))&amp;lt;=$(=Max(DateNum))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;my scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1) When i did not select anything - it does shows me the MTD sum sales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2) But when i select a report_date selection: for exmaple the report_date is 22/10/2018. Then my MTD will turn to 0. 0 value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;So how can i have a MTD that when i select a report_date , it can still show the&amp;nbsp; sum sales of the report_date 22/10/2018 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please help guys.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Rgds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Jim Chan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 02:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131428#M601281</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-24T02:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a MTD set analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131429#M601282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim. Try to add the &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;report_date &lt;/STRONG&gt;to set analysis &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;Year=, Month=, Quarter=, Week=, DateField=, &lt;STRONG style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;report_date=, &lt;/STRONG&gt;DateNum={"&amp;gt;=$(=Num(MonthStart(Max(DateNum))))&amp;lt;=$(=Max(DateNum))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 04:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131429#M601282</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-24T04:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a MTD set analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131430#M601283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this may work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=,Month={"&amp;gt;=$(=Floor(MonthStart(DateNum)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 04:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131430#M601283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T04:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a MTD set analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131431#M601284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;andrey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have decided to put in the report_date= , does it ignore the report_date selection?&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;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 05:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131431#M601284</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-24T05:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a MTD set analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131432#M601285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;report_date&lt;/STRONG&gt; will be ignored.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 05:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-a-MTD-set-analysis/m-p/131432#M601285</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-24T05:34:48Z</dc:date>
    </item>
  </channel>
</rss>

