<?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 Finding Max Value within a Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-Max-Value-within-a-Table/m-p/149564#M27730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I have an expression in a table that calulate the slope of two points for a line graph. What I would like to do is just show the maxium slope or slopes in the table. This is the code I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;=&lt;BR /&gt;(Count({&amp;lt;Dateentered={'$(EndCompareDate)'} &amp;gt;} Model) - Count({&amp;lt;Dateentered={'$(StartCompareDate)'}&amp;gt;} Model) )&lt;BR /&gt; /&lt;BR /&gt;(num(Left(EndCompareDate,2)) - num(Left(StartCompareDate, 2)))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I tried using Max() and RangeMax() but neither of these worked. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2009 03:52:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-17T03:52:21Z</dc:date>
    <item>
      <title>Finding Max Value within a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-Value-within-a-Table/m-p/149564#M27730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I have an expression in a table that calulate the slope of two points for a line graph. What I would like to do is just show the maxium slope or slopes in the table. This is the code I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;=&lt;BR /&gt;(Count({&amp;lt;Dateentered={'$(EndCompareDate)'} &amp;gt;} Model) - Count({&amp;lt;Dateentered={'$(StartCompareDate)'}&amp;gt;} Model) )&lt;BR /&gt; /&lt;BR /&gt;(num(Left(EndCompareDate,2)) - num(Left(StartCompareDate, 2)))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I tried using Max() and RangeMax() but neither of these worked. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 03:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-Value-within-a-Table/m-p/149564#M27730</guid>
      <dc:creator />
      <dc:date>2009-07-17T03:52:21Z</dc:date>
    </item>
    <item>
      <title>Finding Max Value within a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-Value-within-a-Table/m-p/149565#M27731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd have to see both your table and how you want to view this to say for sure, but I think you want something along these lines:&lt;/P&gt;&lt;P&gt;=max(aggr(your expression,your table dimensions with commas between them))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 04:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-Value-within-a-Table/m-p/149565#M27731</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-07-17T04:15:17Z</dc:date>
    </item>
  </channel>
</rss>

