<?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: I can not get the maximum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708867#M455861</link>
    <description>&lt;P&gt;Just noticed. Even this expression should be like that.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;max(aggr(sum({&amp;lt;Ddate={"&amp;lt;'$(=date(today(1)))'"}&amp;gt;}dol),Ddate))&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 07 Jun 2020 22:01:22 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-06-07T22:01:22Z</dc:date>
    <item>
      <title>I can not get the maximum</title>
      <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1677920#M455858</link>
      <description>&lt;P&gt;Could&amp;nbsp; you explain to me why?&lt;/P&gt;&lt;P&gt;This expression works fine and I get the result I want.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;max(aggr(sum({&amp;lt;Ddate={'&amp;lt;$(=date(today(1)))'}&amp;gt;}dol),Ddate))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This expression does not work!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Max(aggr(sum({&amp;lt;Ddate={'&amp;lt;$(=date(today(1)))'}&amp;gt;}[num Call ID]),Ddate))&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1677920#M455858</guid>
      <dc:creator>vmonitor</dc:creator>
      <dc:date>2020-02-21T08:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: I can not get the maximum</title>
      <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1687848#M455859</link>
      <description>&lt;P&gt;Going to be rather difficult for anyone to explain things without the underlying QVW file I believe, as no context for them to try to provide evidence as to what was done wrong...&lt;/P&gt;&lt;P&gt;The best I can offer as help is the following Design Blog post followed by the base URL for this area on Community you can use to search further if you wish.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Pitfalls-of-the-Aggr-function/ba-p/1463275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1687848#M455859</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-25T20:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: I can not get the maximum</title>
      <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708866#M455860</link>
      <description>&lt;P&gt;Use double quote around the search and single quote around date.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Max(aggr(sum({&amp;lt;Ddate={"&amp;lt;'$(=date(today(1)))'"}&amp;gt;}[num Call ID]),Ddate))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 22:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708866#M455860</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-07T22:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: I can not get the maximum</title>
      <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708867#M455861</link>
      <description>&lt;P&gt;Just noticed. Even this expression should be like that.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;max(aggr(sum({&amp;lt;Ddate={"&amp;lt;'$(=date(today(1)))'"}&amp;gt;}dol),Ddate))&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Jun 2020 22:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708867#M455861</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-07T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: I can not get the maximum</title>
      <link>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708871#M455862</link>
      <description>&lt;P&gt;You are doing a advanced version of sum([num Call ID]), have you made sure that the [num Call ID] is a numeric value?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 22:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-can-not-get-the-maximum/m-p/1708871#M455862</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-07T22:13:34Z</dc:date>
    </item>
  </channel>
</rss>

