<?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: Pivot table help please. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160877#M892555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your if condition is making sure that the year border isn't passed.&lt;/P&gt;&lt;P&gt; If(AddMonths(MonthStart(&lt;STRONG&gt;YearEnd&lt;/STRONG&gt;(MonthYear)), IterNo() - 12) &amp;lt;= MonthYear, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this blog post helps: &lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 06:04:01 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-08-10T06:04:01Z</dc:date>
    <item>
      <title>Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160876#M892553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached QVW and the excel file.The monthyear from the linked table is throwing off the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Cum (Cumulative ) calculation is just getting getting calculated until the year end and also Forecast4 only belong to Aug but it is falling under few other moths as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me here.Any help is much appreciated.&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160876#M892553</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160877#M892555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your if condition is making sure that the year border isn't passed.&lt;/P&gt;&lt;P&gt; If(AddMonths(MonthStart(&lt;STRONG&gt;YearEnd&lt;/STRONG&gt;(MonthYear)), IterNo() - 12) &amp;lt;= MonthYear, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this blog post helps: &lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 06:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160877#M892555</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-10T06:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160878#M892557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have responded to your request here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1102381"&gt;Re: How to calculate Cumulative total&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, just as Gysbert mentioned, I thought you only wanted to accumulate over a single year. If that is not the case, you can try the new script for the LinkTable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT MonthYear as ReportYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(AddMonths(MonthYear, IterNo() - ((Year(MonthYear) * 12 + Month(MonthYear)) - (Year(Min_MonthYear) * 12 + Month(Min_MonthYear)))), 'MMM-YY') as MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(AddMonths(MonthYear, IterNo() - ((Year(MonthYear) * 12 + Month(MonthYear)) - (Year(Min_MonthYear) * 12 + Month(Min_MonthYear)))) = MonthYear, 1) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident ProjectPipeline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While IterNo() &amp;lt;= ((Year(MonthYear) * 12 + Month(MonthYear)) - (Year(Min_MonthYear) * 12 + Month(Min_MonthYear)));&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160878#M892557</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T08:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160879#M892559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you Sunny.But I still face issue here.If you see I only have &lt;STRONG&gt;FORECAST4&lt;/STRONG&gt; for the month of August but it is coming under all other months as well and also I only want the cumulative for Total Column...but it is doing cumulative for all other columns as well.Can you help me with the solution please.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 11:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160879#M892559</guid>
      <dc:creator />
      <dc:date>2016-08-10T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160880#M892563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not seeing any issue with FORECAST4 here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134200_Capture.PNG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160880#M892563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T12:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160881#M892565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the data file FORECAST 4 is only for August...but it is showing for all other months in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160881#M892565</guid>
      <dc:creator />
      <dc:date>2016-08-10T12:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160882#M892567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the value itself is all 0. The column is shown because you still have Total Cum number available. Not really sure what the expectation is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160882#M892567</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160883#M892569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion.If you see the data file or Script only Aug has &lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt;[Aug-16 &lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt;Forecast4]&amp;nbsp; &lt;/STRONG&gt;where as all other months only has&lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt; Forecast1,Forecast2,Forecast3 and then Total.&lt;/STRONG&gt;But in the table&lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt; FOrecsst4 &lt;/STRONG&gt;is falling under all other months as well.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Aug-16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Forecast1],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; [Aug-16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Forecast2],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-16&lt;/P&gt;&lt;P&gt;Forecast3],&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Aug-16&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Forecast4], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-16&lt;/P&gt;&lt;P&gt;Total],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-16&lt;/P&gt;&lt;P&gt;Forecast1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-16&lt;/P&gt;&lt;P&gt;Forecast2],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-16&lt;/P&gt;&lt;P&gt;Forecast3],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-16&lt;/P&gt;&lt;P&gt;Total],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160883#M892569</guid>
      <dc:creator />
      <dc:date>2016-08-10T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table help please.</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160884#M892570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-help-please/m-p/1160884#M892570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T12:51:44Z</dc:date>
    </item>
  </channel>
</rss>

