<?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 Month by Month report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251611#M497449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and thanks for the quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the month selection. For example If i select september as month I would like&lt;/P&gt;&lt;P&gt;to have values in my columns from jan, feb ... to sep and 0 in okt to dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i select februari I would only have data in two columns of 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2011 21:36:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-15T21:36:36Z</dc:date>
    <item>
      <title>Month by Month report</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251609#M497447</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;BR /&gt;would like to create a fixed report with jan to dec month and then ytd values in the end of the report&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have problem to create a set syntax with fixed columns, so that we always start with jan and if I select for&lt;BR /&gt;example sep I would have values from Jan to Sep and then 0 in oct to dec.&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the follwoing syntax&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: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=only(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=$(&amp;gt;=(Month)-11)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoiced sales amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But the problem is that wonth is not fixed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards mikael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 21:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251609#M497447</guid>
      <dc:creator />
      <dc:date>2011-10-15T21:21:11Z</dc:date>
    </item>
    <item>
      <title>Month by Month report</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251610#M497448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add another clause at the end to ignore any Month selection by writing Month=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in your formula...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=only(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=$(&amp;gt;=(Month)-11)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, Month=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoiced sales amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 21:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251610#M497448</guid>
      <dc:creator />
      <dc:date>2011-10-15T21:29:03Z</dc:date>
    </item>
    <item>
      <title>Month by Month report</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251611#M497449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and thanks for the quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the month selection. For example If i select september as month I would like&lt;/P&gt;&lt;P&gt;to have values in my columns from jan, feb ... to sep and 0 in okt to dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i select februari I would only have data in two columns of 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 21:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251611#M497449</guid>
      <dc:creator />
      <dc:date>2011-10-15T21:36:36Z</dc:date>
    </item>
    <item>
      <title>Month by Month report</title>
      <link>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251612#M497450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Year = {$(=only(Year)) }, Month = {"&amp;lt;=$(=max(Month))"}&amp;gt;}[Invoiced sales amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you may have to clear additional fields that may interfere, like Date field (if you have one)&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Year = {$(=only(Year)) }, Month = {"&amp;lt;=$(=max(Month))"}, Date= &amp;gt;}[Invoiced sales amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For point in time reporting using set analysis, I found this blog series quite interesting:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/"&gt;http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 21:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-by-Month-report/m-p/251612#M497450</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-15T21:38:03Z</dc:date>
    </item>
  </channel>
</rss>

