<?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 How to use max yearmonth in Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1731597#M55833</link>
    <description>&lt;P&gt;Hi, Experts&lt;/P&gt;&lt;P&gt;How can I use my first expression value (Max of nYearmonth of each Item)&amp;nbsp; in set analysis of second expression. Item 31-KT-0-0007 result is correct but&amp;nbsp;Item 31-KT-0-0006 isn't correct because max of nYearmonth is 202006 instead of 202004&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Qlik.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38224i8F2B1206456DF831/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik.PNG" alt="Qlik.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble gtx-bubble"&gt;&lt;DIV class="jfk-bubble-content-id"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-closebtn-id jfk-bubble-closebtn"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrow-id jfk-bubble-arrow jfk-bubble-arrowup"&gt;&lt;DIV class="jfk-bubble-arrowimplbefore"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrowimplafter"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>maxloveiii</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>How to use max yearmonth in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1731597#M55833</link>
      <description>&lt;P&gt;Hi, Experts&lt;/P&gt;&lt;P&gt;How can I use my first expression value (Max of nYearmonth of each Item)&amp;nbsp; in set analysis of second expression. Item 31-KT-0-0007 result is correct but&amp;nbsp;Item 31-KT-0-0006 isn't correct because max of nYearmonth is 202006 instead of 202004&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Qlik.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38224i8F2B1206456DF831/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik.PNG" alt="Qlik.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble gtx-bubble"&gt;&lt;DIV class="jfk-bubble-content-id"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-closebtn-id jfk-bubble-closebtn"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrow-id jfk-bubble-arrow jfk-bubble-arrowup"&gt;&lt;DIV class="jfk-bubble-arrowimplbefore"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrowimplafter"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1731597#M55833</guid>
      <dc:creator>maxloveiii</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use max yearmonth in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1732901#M55937</link>
      <description>&lt;P&gt;You need to have double quotes "" surrounding the set expression, instead of the single quotes,&amp;nbsp; in the set expression. It acts like a search function with your $ expansion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1732901#M55937</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-08-03T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use max yearmonth in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1732924#M55939</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FirstSortedValue(Aggr(Sum({&amp;lt;MonthEnd = {1}, Year, Month, Date&amp;gt;}BalQty), [Item Code], [nYearMonth]), -Aggr([nYearMonth], [Item Code], [nYearMonth]), 2)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1732924#M55939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-03T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use max yearmonth in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1734062#M56062</link>
      <description>&lt;P&gt;Thanks Sunny_talwar&amp;nbsp;&lt;/P&gt;&lt;P&gt;It work great!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maxloveiii_0-1596797201358.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38685i564DDF981B7C57AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maxloveiii_0-1596797201358.png" alt="maxloveiii_0-1596797201358.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 10:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-max-yearmonth-in-Set-Analysis/m-p/1734062#M56062</guid>
      <dc:creator>maxloveiii</dc:creator>
      <dc:date>2020-08-07T10:53:03Z</dc:date>
    </item>
  </channel>
</rss>

