<?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: Deleting Cleared Payments in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498048#M1129095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What table are you joining on? It looks like you might create a lot of bogus records, possibly even a cartesian product.&lt;/P&gt;&lt;P&gt;I would expect that you would at least need a payment id in both tables to make sure you join records of the same payment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 20:24:45 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-12-17T20:24:45Z</dc:date>
    <item>
      <title>Deleting Cleared Payments</title>
      <link>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498046#M1129093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out a code that would change the Invoice Amount from the original amount to 0 if the payment has cleared.&amp;nbsp; However, every time I enter my code, the program stops and crashes.&amp;nbsp; Is there something wrong with my code/anything that could make it better? I've listed it below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load [Clearing Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Invoice Amount (Trading Currency)],&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Clearing Date]&amp;gt;0,0,[Invoice Amount (Trading Currency)]) as [Amount Due]&lt;/P&gt;&lt;P&gt;Resident [XX];&lt;/P&gt;&lt;P&gt;//DROP Table [XX];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498046#M1129093</guid>
      <dc:creator />
      <dc:date>2013-12-17T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Cleared Payments</title>
      <link>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498047#M1129094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to name the table that you're left joining to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join &lt;STRONG&gt;&lt;EM&gt;(YourTable)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load [Clearing Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Invoice Amount (Trading Currency)],&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Clearing Date]&amp;gt;0,0,[Invoice Amount (Trading Currency)]) as [Amount Due]&lt;/P&gt;&lt;P&gt;Resident [XX];&lt;/P&gt;&lt;P&gt;//DROP Table [XX];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 20:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498047#M1129094</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-17T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Cleared Payments</title>
      <link>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498048#M1129095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What table are you joining on? It looks like you might create a lot of bogus records, possibly even a cartesian product.&lt;/P&gt;&lt;P&gt;I would expect that you would at least need a payment id in both tables to make sure you join records of the same payment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 20:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498048#M1129095</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-17T20:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Cleared Payments</title>
      <link>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498049#M1129096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Hi John,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Gysbert made logical point! What is the Join Predicate whilst you're using Left Join? Also, it's good practice to mention the table name as the parameter after "Left join" statement. It will be easy if you can attach the sample application or at least full script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Did you try to join without creating the new calculated field?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;&lt;STRONG&gt;DV&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 09:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deleting-Cleared-Payments/m-p/498049#M1129096</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-12-18T09:47:11Z</dc:date>
    </item>
  </channel>
</rss>

