<?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: Is null handling with 3 dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683579#M677802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the alt function was the trick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for really quick answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 06:33:40 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2014-06-16T06:33:40Z</dc:date>
    <item>
      <title>Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683576#M677797</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;I have a problem: this is my table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-06-16_0814.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60618_2014-06-16_0814.png" /&gt;&lt;/P&gt;&lt;P&gt;This should be handled in this way, pseudocode:&lt;/P&gt;&lt;P&gt;if(isnull(date1),date2,date1) and if( isnull(date1 and date 2),date3) as Finaldate&lt;/P&gt;&lt;P&gt;I do this in the script, does anyone have a quick solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683576#M677797</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-06-16T06:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683577#M677799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explore Alt function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683577#M677799</guid>
      <dc:creator />
      <dc:date>2014-06-16T06:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683578#M677801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use alt function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683578#M677801</guid>
      <dc:creator />
      <dc:date>2014-06-16T06:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683579#M677802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the alt function was the trick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for really quick answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683579#M677802</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-06-16T06:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683580#M677803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose every date field has 6 digits, then you can try this expression: &lt;STRONG&gt;Left&lt;/STRONG&gt;(date1 &amp;amp; date2 &amp;amp; date3, 6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 07:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683580#M677803</guid>
      <dc:creator />
      <dc:date>2014-06-16T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is null handling with 3 dates</title>
      <link>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683581#M677805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works in my testcase but that is not a stable solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-null-handling-with-3-dates/m-p/683581#M677805</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-06-16T08:25:01Z</dc:date>
    </item>
  </channel>
</rss>

