<?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: Left Join Freezing up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120886#M18508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO it is there . Its just a typo in the discussion. I am getting the "Execution Of the Script Failed" Error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2018 13:32:05 GMT</pubDate>
    <dc:creator>azmeerrehan</dc:creator>
    <dc:date>2018-09-12T13:32:05Z</dc:date>
    <item>
      <title>Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120884#M18506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing the below left Join &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Order)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If([DATE A&amp;lt;=DATE B,'On Time',&lt;/P&gt;&lt;P&gt;If(DATE A&amp;gt;DATE B and &lt;/P&gt;&lt;P&gt;DATE A &amp;lt;= DATE C,'Late',&lt;/P&gt;&lt;P&gt;If(DATE A&amp;gt; DATE C,&lt;/P&gt;&lt;P&gt;'vERY LATE'))) as Order_STatus&lt;/P&gt;&lt;P&gt;Resident Order;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT freezes up on this join&amp;nbsp; and then gives me&amp;nbsp; the script error. Any idea what am I doing wrong here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120884#M18506</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2018-09-12T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120885#M18507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your first if there is a character [ without a closing one&lt;/P&gt;&lt;P&gt;I supoose you Need [DATA A] and all other too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120885#M18507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120886#M18508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO it is there . Its just a typo in the discussion. I am getting the "Execution Of the Script Failed" Error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120886#M18508</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2018-09-12T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120887#M18509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you have to use field name correctly its case sensitive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY1:&lt;/P&gt;&lt;P&gt;field DATE_A it should be defined without space &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its not case sensitive &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TRY2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;Date(A,'MM-DD-YYYY')&amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(C,'MM-DD-YYYY')&lt;/SPAN&gt;,'On Time',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;Date(A,'MM-DD-YYYY')&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(B,'MM-DD-YYYY')&lt;/SPAN&gt; and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(A,'MM-DD-YYYY')&amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(C,'MM-DD-YYYY')&lt;/SPAN&gt;,'Late',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(A,'MM-DD-YYYY')&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(C,'MM-DD-YYYY')&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;'VERY LATE')) as Order_STatus&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Order;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120887#M18509</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2018-09-12T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120888#M18510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls share the qvw file to us&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120888#M18510</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2018-09-12T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120889#M18511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to load an unique ID to join on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join (Order)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Resident Order;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120889#M18511</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-09-12T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120890#M18512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am doing the LImited load its fine, it eans that I dont have an issue&amp;nbsp; in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120890#M18512</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2018-09-12T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join Freezing up</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120891#M18513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use NUM for date and see if it gets better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Left Join (Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If([NUM(DATE A)&amp;lt;=NUM(DATE B),'On Time',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(NUM(DATE A)&amp;gt;NUM(DATE B) and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NUM(DATE A) &amp;lt;= NUM(DATE C),'Late',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(NUM(DATE A)&amp;gt; NUM(DATE C),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'vERY LATE'))) as Order_STatus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Order;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rajiv.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 13:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-Freezing-up/m-p/120891#M18513</guid>
      <dc:creator>rajivmeher</dc:creator>
      <dc:date>2018-09-12T13:48:04Z</dc:date>
    </item>
  </channel>
</rss>

