<?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: Minimum value of the month inside the year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742493#M56856</link>
    <description>&lt;P&gt;What is this returning?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Min(Aggr(Sum({&amp;lt;Year = {"$(=Max(Year))"}&amp;gt;} Value), Year, MonthYear))&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 09 Sep 2020 15:47:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-09-09T15:47:05Z</dc:date>
    <item>
      <title>Minimum value of the month inside the year</title>
      <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742445#M56848</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I need to calculate below:-&lt;/P&gt;&lt;P&gt;In chart i have Year as Dimension and Measure is Avg(Average Hourly Rate). We have data for 3 years.&lt;/P&gt;&lt;P&gt;Now i want to calculate Best of 2019 like below&lt;/P&gt;&lt;P&gt;In year 2019 , i have values for 12 months. So if the year is maximum , it should give me the minimum value for the months present in the latest year.&lt;/P&gt;&lt;P&gt;Can any one please help:-&lt;/P&gt;&lt;P&gt;For below , the maximum year is 2019, so it should return the ,minimum value from the months present in 2019.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1599660546486.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40303i3BB3AEC3D58863F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1599660546486.png" alt="Aspiring_Developer_0-1599660546486.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742445#M56848</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-09-09T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value of the month inside the year</title>
      <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742460#M56851</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;&amp;nbsp; try below. Create table with Dimension Year and below two expressions&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// for value

=FirstSortedValue(aggr(sum({&amp;lt;Year={"$(=max(Year))"}&amp;gt;}Value),Year,MonthYear),aggr(sum({&amp;lt;Year={"$(=max(Year))"}&amp;gt;}Value),Year,MonthYear))

// for month

=FirstSortedValue(MonthYear,aggr(sum({&amp;lt;Year={"$(=max(Year))"}&amp;gt;}Value),Year,MonthYear))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742460#M56851</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-09T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value of the month inside the year</title>
      <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742470#M56852</link>
      <description>&lt;P&gt;For Value, you can just do this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Min(Aggr(Sum({&amp;lt;Year = {"$(=Max(Year))"}&amp;gt;} Value), Year, MonthYear))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742470#M56852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-09T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value of the month inside the year</title>
      <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742479#M56853</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should return the minimum value ie.&amp;nbsp; like below Year 2020 , Feb2020 has the minimum value i.e 68843.196&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1599663808330.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40307iE083CC33E687A470/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1599663808330.png" alt="Aspiring_Developer_0-1599663808330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 15:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742479#M56853</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-09-09T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum value of the month inside the year</title>
      <link>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742493#M56856</link>
      <description>&lt;P&gt;What is this returning?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Min(Aggr(Sum({&amp;lt;Year = {"$(=Max(Year))"}&amp;gt;} Value), Year, MonthYear))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Sep 2020 15:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Minimum-value-of-the-month-inside-the-year/m-p/1742493#M56856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-09T15:47:05Z</dc:date>
    </item>
  </channel>
</rss>

