<?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: Get Min/Max of a expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1675061#M449717</link>
    <description>&lt;P&gt;If Vegar or Lisa's posts helped you with things, please be sure to return to the thread and use the Accept as Solution button on the post(s) that got you what you needed, this closes out the thread, gives the posters credit for the help and lets other Members know what worked, so please be sure you complete this step on your posts rather than leaving them open...&amp;nbsp; If you are still working on things, please leave an update for us on what you still need help solving.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 21:48:45 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-12T21:48:45Z</dc:date>
    <item>
      <title>Get Min/Max of a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1665992#M449147</link>
      <description>&lt;P&gt;Hello people,&lt;/P&gt;&lt;P&gt;I hope you can help me with a solution. I've been working over a week without a success result.&lt;/P&gt;&lt;P&gt;I am trying to show a pivot table with three dimensions and three expressions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;: Country, City, Brand.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp&lt;/STRONG&gt;: Total Sale, Minimum Sale, Maximun Sale.&lt;/P&gt;&lt;P&gt;I need to get a pivot table just like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot_1.png" style="width: 483px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26930i380BAEE2B6584540/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I've got the max/min value in one cell of each group, but I need those values in all group cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1665992#M449147</guid>
      <dc:creator>diegodelacruz</dc:creator>
      <dc:date>2024-11-16T01:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get Min/Max of a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1666013#M449148</link>
      <description>&lt;P&gt;I see two ways to solve this by epressions. Either by an &lt;FONT face="courier new,courier"&gt;aggr(nondistinct min()&lt;/FONT&gt;) or a &lt;FONT face="courier new,courier"&gt;min(total &amp;lt;&amp;gt;)&lt;/FONT&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot and script is from the attached qvw file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 851px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26937i1C44D7236AF35543/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;LOAD * inline [
Country, City, Brand, Sales
Norway, Trondheim, B1, 558
Norway, Trondheim, B2, 117
Sweden, Vimmerby, B1, 790
Sweden, Stockholm, B1, 747
Sweden, Stockholm, B2, 601
Sweden, Stockholm, B3, 554
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 22:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1666013#M449148</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-01-15T22:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get Min/Max of a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1666020#M449149</link>
      <description>&lt;P&gt;The pivot table should do this easily.&lt;/P&gt;
&lt;P&gt;Country, City and Brand as dimensions&lt;/P&gt;
&lt;P&gt;Sum(Sale), Min(Sale), Max(Sale) as expressions&lt;/P&gt;
&lt;P&gt;Expand Country and City columns&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 00:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1666020#M449149</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2020-01-16T00:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get Min/Max of a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1675061#M449717</link>
      <description>&lt;P&gt;If Vegar or Lisa's posts helped you with things, please be sure to return to the thread and use the Accept as Solution button on the post(s) that got you what you needed, this closes out the thread, gives the posters credit for the help and lets other Members know what worked, so please be sure you complete this step on your posts rather than leaving them open...&amp;nbsp; If you are still working on things, please leave an update for us on what you still need help solving.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Min-Max-of-a-expression/m-p/1675061#M449717</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-12T21:48:45Z</dc:date>
    </item>
  </channel>
</rss>

