<?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: Display the oldest date in a text object based on values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801829#M283050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!! That will work. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I guess I was wondering if there was a way to accomplish this without having to make changes to the script with only the given data. That may not be possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 04:52:30 GMT</pubDate>
    <dc:creator>regowins</dc:creator>
    <dc:date>2015-03-14T04:52:30Z</dc:date>
    <item>
      <title>Display the oldest date in a text object based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801827#M283048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have a sample set of data values as shown below. My requirement is to dynamically display only the date of the oldest overdue work# in a text object. In this case it would be 2/14 or Feb 2014 .&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80740_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 23:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801827#M283048</guid>
      <dc:creator>regowins</dc:creator>
      <dc:date>2015-03-13T23:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display the oldest date in a text object based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801828#M283049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure I totally understand but try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In your load script, create new field with actual date, something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate( 2000+ num(right([MM/YY],2)), left([MM/YY], Index([MM/YY],'/',1)-1 )) as workdate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then create a textbox with this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min({$&amp;lt;Overdue_flag={1}&amp;gt;} workdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will output 02/01/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this what you have in mind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 01:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801828#M283049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-14T01:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display the oldest date in a text object based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801829#M283050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!! That will work. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I guess I was wondering if there was a way to accomplish this without having to make changes to the script with only the given data. That may not be possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 04:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801829#M283050</guid>
      <dc:creator>regowins</dc:creator>
      <dc:date>2015-03-14T04:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display the oldest date in a text object based on values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801830#M283051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible but your expression will be more complicated than it needs to be and you should strive to do all transformations you can in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that you normally want to spend 60% of your time on a data model and 40% on the visualizations - data model is the key!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 00:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-oldest-date-in-a-text-object-based-on-values/m-p/801830#M283051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-15T00:40:07Z</dc:date>
    </item>
  </channel>
</rss>

