<?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 wise data in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916218#M981689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am designing month wise account reports ,but i am getting same value for all months . &lt;/P&gt;&lt;P&gt;For Example assume i have an data from 201404 to 201508 . in my report i want to display data for four months from 201504 to 201507&amp;nbsp; . &lt;/P&gt;&lt;P&gt;If my month value is 201504 , then i want to sum of 201404 to 201504 .&lt;/P&gt;&lt;P&gt;if my month value is 201505 , then i want to sum of 201404 to 201505 .... but i am getting same value for all months . please suggest . &lt;/P&gt;&lt;P&gt;In my report for apr month value 201504 will be 95511.31 , but i am getting&amp;nbsp; -182474 for all four months .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Aug 2015 06:42:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-08T06:42:46Z</dc:date>
    <item>
      <title>Month wise data in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916218#M981689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am designing month wise account reports ,but i am getting same value for all months . &lt;/P&gt;&lt;P&gt;For Example assume i have an data from 201404 to 201508 . in my report i want to display data for four months from 201504 to 201507&amp;nbsp; . &lt;/P&gt;&lt;P&gt;If my month value is 201504 , then i want to sum of 201404 to 201504 .&lt;/P&gt;&lt;P&gt;if my month value is 201505 , then i want to sum of 201404 to 201505 .... but i am getting same value for all months . please suggest . &lt;/P&gt;&lt;P&gt;In my report for apr month value 201504 will be 95511.31 , but i am getting&amp;nbsp; -182474 for all four months .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 06:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916218#M981689</guid>
      <dc:creator />
      <dc:date>2015-08-08T06:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month wise data in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916219#M981690</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;Check your variable definition.&lt;/P&gt;&lt;P&gt;I think &lt;STRONG&gt;TOTAL_REV_LOCAL_AMOUNT&lt;/STRONG&gt; and &lt;STRONG&gt;TOTAL_REV_CORPORATE_AMOUNT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;are fields not string so when define in variable mention it like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Curr='LOCAL',TOTAL_REV_LOCAL_AMOUNT,TOTAL_REV_CORPORATE_AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Curr='LOCAL',&lt;STRONG&gt;'&lt;/STRONG&gt;TOTAL_REV_LOCAL_AMOUNT&lt;STRONG&gt;'&lt;/STRONG&gt;,&lt;STRONG&gt;'&lt;/STRONG&gt;TOTAL_REV_CORPORATE_AMOUNT&lt;STRONG&gt;'&lt;/STRONG&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Dont use single quote .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 07:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916219#M981690</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-08T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Month wise data in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916220#M981692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Max Dreamer , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working , i am getting null values if i remove single quote .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916220#M981692</guid>
      <dc:creator />
      <dc:date>2015-08-08T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Month wise data in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916221#M981693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sriram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly correct the environment variable&lt;/P&gt;&lt;P&gt;if you go to the script editor&lt;/P&gt;&lt;P&gt;and check .. you have currently used the following&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-Mon-YYYY';&lt;/P&gt;&lt;P&gt;if you want the Month to be as JAN, Feb ... in the data use the following&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-MMM-YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your&amp;nbsp; "Test Data" pivot chart&lt;/P&gt;&lt;P&gt;expression of "&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;201504"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Curr='LOCAL',&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; TB_MONTH= {"&amp;lt;=$(=MonthEnd(MakeDate(2015,05,01)))"} &amp;gt;}TOTAL_REV_LOCAL_AMOUNT),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; TB_MONTH= {"&amp;lt;=$(=MonthEnd(MakeDate(2015,05,01)))"} &amp;gt;}TOTAL_REV_CORPORATE_AMOUNT)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 01:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-wise-data-in-qlikview/m-p/916221#M981693</guid>
      <dc:creator>svenkita</dc:creator>
      <dc:date>2015-08-09T01:58:10Z</dc:date>
    </item>
  </channel>
</rss>

