<?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: Aggregation with minimum in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811683#M66193</link>
    <description>&lt;P&gt;Thanks for the reply. To complicate the query further if I need to find the min sales for a particular Make and model as well?&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 07:36:30 GMT</pubDate>
    <dc:creator>sowmyapai26</dc:creator>
    <dc:date>2021-05-31T07:36:30Z</dc:date>
    <item>
      <title>Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811627#M66181</link>
      <description>&lt;P&gt;I have a straight table with around 10 dimensions. I want to display 1 record with the min(value) based on a ID. Please help me to display just one record with minimum value as this has been a challenge rather than finding the min value itself.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 02:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811627#M66181</guid>
      <dc:creator>sowmyapai26</dc:creator>
      <dc:date>2021-05-31T02:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811638#M66182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share your expected output.&lt;/P&gt;&lt;P&gt;Let us know how you want that to be seen in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 06:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811638#M66182</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-05-31T06:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811655#M66184</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I have attached( a picture )of the sample data that I have created and highlighted in yellow the kind of output I am looking for. I want the minimum sales to be displayed along with the other dimensions in a straight table. Note that there can be duplicate records signifying the multiple sales . Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikSample.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55957i37BD24D079466ADC/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikSample.JPG" alt="QlikSample.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 06:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811655#M66184</guid>
      <dc:creator>sowmyapai26</dc:creator>
      <dc:date>2021-05-31T06:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811666#M66189</link>
      <description>&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;In your example, you are showing only one line item in the chart. So just confirming is you want to have only one line in chart, which shows sales for the minimum year?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 07:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811666#M66189</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-05-31T07:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811670#M66190</link>
      <description>&lt;P&gt;Yes I want only 1 line item and it should show the minimum sales Amount based on the model.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 07:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811670#M66190</guid>
      <dc:creator>sowmyapai26</dc:creator>
      <dc:date>2021-05-31T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811679#M66191</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;Create a new table with all dimensions and use the below expression to get minimum sales for the Model.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Model = {"=Rank(Sum(Sales)*-1) = 1"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 07:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811679#M66191</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-05-31T07:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with minimum</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811683#M66193</link>
      <description>&lt;P&gt;Thanks for the reply. To complicate the query further if I need to find the min sales for a particular Make and model as well?&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 07:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-with-minimum/m-p/1811683#M66193</guid>
      <dc:creator>sowmyapai26</dc:creator>
      <dc:date>2021-05-31T07:36:30Z</dc:date>
    </item>
  </channel>
</rss>

