<?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 cannot be changed by multiple date filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860784#M71026</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to exclude those fields from the expression and verify it&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;yearmonth.autoCalendar.YearMonth= {"&amp;gt;=$(=Addyears(min(yearmonth.autoCalendar.YearMonth),-1))&amp;lt;=$(=Addyears(max(yearmonth.autoCalendar.YearMonth),-1))"}, YearField=, QuarterField=&amp;gt; } ($(=vMetrics)))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 07:20:22 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-11-18T07:20:22Z</dc:date>
    <item>
      <title>Pivot table cannot be changed by multiple date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860733#M71019</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I would like to change the pivot table by year/quarter/moth filter to calculate the &lt;STRONG&gt;past value.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here's the formula of&amp;nbsp;past value.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;sum({&amp;lt;yearmonth.autoCalendar.YearMonth= {"&amp;gt;=$(=Addyears(min(yearmonth.autoCalendar.YearMonth),-1))&amp;lt;=$(=Addyears(max(yearmonth.autoCalendar.YearMonth),-1))"}&amp;gt; } ($(=vMetrics)))&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It&amp;nbsp; woks only when I choose the yearmonth(value&amp;nbsp; is not equal to 0).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OliviaLai_0-1637203705088.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66895i827F5C6113251F82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OliviaLai_0-1637203705088.png" alt="OliviaLai_0-1637203705088.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I choose year, yearquarter and yearmonth together, it cannot work (value is euqual to 0).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OliviaLai_1-1637203737421.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66896i9043537C69C09F1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OliviaLai_1-1637203737421.png" alt="OliviaLai_1-1637203737421.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Can someone help me please. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860733#M71019</guid>
      <dc:creator>OliviaLai</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table cannot be changed by multiple date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860784#M71026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to exclude those fields from the expression and verify it&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;yearmonth.autoCalendar.YearMonth= {"&amp;gt;=$(=Addyears(min(yearmonth.autoCalendar.YearMonth),-1))&amp;lt;=$(=Addyears(max(yearmonth.autoCalendar.YearMonth),-1))"}, YearField=, QuarterField=&amp;gt; } ($(=vMetrics)))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860784#M71026</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-11-18T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table cannot be changed by multiple date filter</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860803#M71029</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;It works! Thank you very much!&lt;/P&gt;
&lt;P&gt;Here's my further question&lt;/P&gt;
&lt;P&gt;How to revise the growth rate formula?&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;((Sum({&amp;lt;cust_name = {"=Rank(Sum(z9neta)) &amp;lt;= ($(=vTopValues))"}&amp;gt;} z9neta))/sum({&amp;lt;cust_name = {"=Rank(Sum(z9neta)) &amp;lt;= ($(=vTopValues))"}, yearmonth.autoCalendar.YearMonth= {"&amp;gt;=$(=Addyears(min(yearmonth.autoCalendar.YearMonth),-1))&amp;lt;=$(=Addyears(max(yearmonth.autoCalendar.YearMonth),-1))"}&amp;gt;} z9neta))-1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-cannot-be-changed-by-multiple-date-filter/m-p/1860803#M71029</guid>
      <dc:creator>OliviaLai</dc:creator>
      <dc:date>2021-11-18T07:46:40Z</dc:date>
    </item>
  </channel>
</rss>

