<?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: Next Month Quantity in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531770#M108040</link>
    <description>&lt;P&gt;In a table with many rows (Jan-23 → Sep-25), this will likely evaluate once globally, not row-by-row. So all rows could get the same value or null&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 19:36:27 GMT</pubDate>
    <dc:creator>Mccullum</dc:creator>
    <dc:date>2025-09-24T19:36:27Z</dc:date>
    <item>
      <title>Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531763#M108038</link>
      <description>&lt;P&gt;Create a Qlik Cloud measure that displays the next month’s Sum(QTY) for each current MonthYear row.&lt;BR /&gt;It must respect all other dashboard filters and selections.&lt;BR /&gt;The solution should not rely on sort order or functions like Above/Previous.&lt;BR /&gt;Values must update dynamically when dimensions or filters change.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531763#M108038</guid>
      <dc:creator>Mccullum</dc:creator>
      <dc:date>2025-09-24T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531768#M108039</link>
      <description>&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthYear = {"=Date(MonthStart(AddMonths(MonthStart(MonthYear), 1)),&lt;/P&gt;&lt;P&gt;'MMM YYYY')"}&amp;gt;}QTY)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531768#M108039</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-09-24T19:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531770#M108040</link>
      <description>&lt;P&gt;In a table with many rows (Jan-23 → Sep-25), this will likely evaluate once globally, not row-by-row. So all rows could get the same value or null&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531770#M108040</guid>
      <dc:creator>Mccullum</dc:creator>
      <dc:date>2025-09-24T19:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531858#M108058</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MonthYear = {"=$(Date(AddMonths(MonthStart(Only(MonthYear)),1),'MMM-YYYY'))"}&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;} QTY&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Month&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531858#M108058</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-09-25T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531859#M108059</link>
      <description>&lt;P&gt;I tried this method this is also didn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531859#M108059</guid>
      <dc:creator>Mccullum</dc:creator>
      <dc:date>2025-09-25T16:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Next Month Quantity</title>
      <link>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531860#M108060</link>
      <description>&lt;P&gt;Aggr(Above(Sum(QTY),1),(Month _Year,(Numeric, DESCENDING))).&lt;/P&gt;
&lt;P&gt;i used this expression this is working as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Next-Month-Quantity/m-p/2531860#M108060</guid>
      <dc:creator>Mccullum</dc:creator>
      <dc:date>2025-09-25T16:57:16Z</dc:date>
    </item>
  </channel>
</rss>

