<?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: highest value with calculated dimension and suppress null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137316#M888170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodafternoon &lt;SPAN class="replyToName"&gt;Rangaraju,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;It seems to be working, but I can only 'design' not 'develop': I cannot change anything in the script, only in the front / visualization part. So I would like to have a solution at the side of the user interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2016 14:43:12 GMT</pubDate>
    <dc:creator>jharke</dc:creator>
    <dc:date>2016-09-05T14:43:12Z</dc:date>
    <item>
      <title>highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137310#M888164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a (straight) table with rides delivering packages and go from one City Hub to another. Each ride is devided in parts. At the end of the ride is the part of the ride that goes from a hub to the receiver: no City_to is filled. See first table below.&lt;/P&gt;&lt;P&gt;City_to can be forgotten and the date can be false (manually filled).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a straight table with &lt;SPAN style="text-decoration: underline;"&gt;one row of each ride&lt;/SPAN&gt;, with a field that contains the latest date &lt;SPAN style="text-decoration: underline;"&gt;of the parts that have no City_to.&lt;/SPAN&gt; (something like the 2nd table below)&lt;/P&gt;&lt;P&gt;Just choosing the youngest date is not enough: ride 1 would go wrong as obviously 4-8-2016 is a wrong date.&lt;/P&gt;&lt;P&gt;If two date are the same (e.g. ride 3), one of them is to be picked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136339_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137310#M888164</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137311#M888165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137311#M888165</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2016-09-02T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137312#M888166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure I understand why 4-8-2016 is a wrong date here? Can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137312#M888166</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-02T11:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137313#M888167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: Ride&lt;/P&gt;&lt;P&gt;Expression1: FirstSortedValue({&amp;lt;City_to={''}&amp;gt;} aggr(maxstring(City),Date_Leaving,Ride), -aggr(Date_Leaving,Ride,Date_Leaving))&lt;/P&gt;&lt;P&gt;Expression2: max({&amp;lt;City_to={''}&amp;gt;}Date_Leaving)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137313#M888167</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-02T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137314#M888168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J Harke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136359_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is this what u r expecting ? If yes, PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 12:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137314#M888168</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2016-09-02T12:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137315#M888169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello André,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your file, Ride 1 is connected with date 4-8-2016. But as I already stated in my question: this date is incorrect (filled manually by a driver and he made a mistake by filling this date). The row for Ride 1 should be with City C and Date 3-8-2016.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137315#M888169</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2016-09-05T14:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137316#M888170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodafternoon &lt;SPAN class="replyToName"&gt;Rangaraju,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;It seems to be working, but I can only 'design' not 'develop': I cannot change anything in the script, only in the front / visualization part. So I would like to have a solution at the side of the user interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137316#M888170</guid>
      <dc:creator>jharke</dc:creator>
      <dc:date>2016-09-05T14:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: highest value with calculated dimension and suppress null</title>
      <link>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137317#M888171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J Harke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solution at the side of user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="136492" alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136492_Capture1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gysbert wassenaar's suggestion would do the trick, PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highest-value-with-calculated-dimension-and-suppress-null/m-p/1137317#M888171</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2016-09-06T07:05:03Z</dc:date>
    </item>
  </channel>
</rss>

