<?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: How do I create another column in the same table that takes the max date from 3 other date columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601857#M684754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use the &lt;STRONG&gt;rangemax&lt;/STRONG&gt;() function&lt;/P&gt;&lt;P&gt;LOAD ..., Rangemax(Field1, Field2, Field3) as xxx&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 08:21:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-04T08:21:59Z</dc:date>
    <item>
      <title>How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601856#M684753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know how to create a new column called "ClosedStatusDate" in the table below and then the data in this column should be the max date out of the 3 columns called "Date Finalised", "Date Closed" and "Date Converted" (Whichever has the last date). If there is no date then "ClosedStatusDate" will be blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help? Should be fairly easy but I'm a beginner. Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table looks like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Case ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date Reported&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date Finalised&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date Closed&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date Converted&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;29/10/2009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31/11/2013&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/02/2011&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12346&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23/05/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04/02/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12347&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2013&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14/06/2013&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12348&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22/01/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24/01/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12349&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-ansi-language: EN-ZA; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-language: AR-SA;"&gt;31/01/2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601856#M684753</guid>
      <dc:creator>jcharles</dc:creator>
      <dc:date>2014-02-04T08:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601857#M684754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use the &lt;STRONG&gt;rangemax&lt;/STRONG&gt;() function&lt;/P&gt;&lt;P&gt;LOAD ..., Rangemax(Field1, Field2, Field3) as xxx&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601857#M684754</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601858#M684755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really appreciate the super quick response. It works !!!! Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601858#M684755</guid>
      <dc:creator>jcharles</dc:creator>
      <dc:date>2014-02-04T08:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601859#M684756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent,&lt;/P&gt;&lt;P&gt;Tag the answer as correct then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601859#M684756</guid>
      <dc:creator />
      <dc:date>2014-02-04T08:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601860#M684757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601860#M684757</guid>
      <dc:creator />
      <dc:date>2014-02-04T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create another column in the same table that takes the max date from 3 other date columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601861#M684758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that also works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-another-column-in-the-same-table-that-takes-the/m-p/601861#M684758</guid>
      <dc:creator>jcharles</dc:creator>
      <dc:date>2014-02-04T10:11:18Z</dc:date>
    </item>
  </channel>
</rss>

