<?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: Error Simple If statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528751#M748632</link>
    <description>&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LDA:&lt;BR /&gt;LOAD&lt;BR /&gt;Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt;&lt;/P&gt;&lt;P&gt;SQL SELECT Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt&lt;BR /&gt;FROM 'payment table';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final_LDA:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident LDA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left Join(Final_LDA)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load dmd_flow_id, sum(adj_amt) as Interest_collected&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;resident LDA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;where dmd_flow_id='INDEM'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Group by dmd_flow_id;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;drop Table LDA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 06:46:16 GMT</pubDate>
    <dc:creator>zzyjordan</dc:creator>
    <dc:date>2019-01-10T06:46:16Z</dc:date>
    <item>
      <title>Error Simple If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528683#M748629</link>
      <description>&lt;P&gt;HI Guys, May i know what is the problem in my if statement? I'm trying to get the total adj_amt per dmd_flow_id (INDEM, PRDEM,PNDEM)&lt;/P&gt;&lt;PRE&gt;LDA:
LOAD 
Account_Number,
Payment_date,
dmd_flow_id,
adj_amt,
IF(dmd_flow_id='INDEM',SUM(adj_amt)) as Interest_collected;

SQL SELECT Account_Number,
Payment_date,
dmd_flow_id,
adj_amt
FROM `payment table`;&lt;/PRE&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528683#M748629</guid>
      <dc:creator>Ping-Guererro</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Simple If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528691#M748630</link>
      <description>Hi,&lt;BR /&gt;Can you try below script and let me know whether it works or not?&lt;BR /&gt;LDA:&lt;BR /&gt;LOAD&lt;BR /&gt;Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt&lt;BR /&gt;FROM 'payment table';&lt;BR /&gt;&lt;BR /&gt;left Join(LDA)&lt;BR /&gt;Load dmd_flow_id, sum(adj_amt) as Interest_collected&lt;BR /&gt;resident LDA&lt;BR /&gt;where dmd_flow_id='INDEM'&lt;BR /&gt;Group by dmd_flow_id&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
      <pubDate>Thu, 10 Jan 2019 03:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528691#M748630</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-10T03:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error Simple If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528743#M748631</link>
      <description>&lt;P&gt;Hi Sir, when i tried your code the error show: Field 'dmd_flow_id' not found.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 06:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528743#M748631</guid>
      <dc:creator>Ping-Guererro</dc:creator>
      <dc:date>2019-01-10T06:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error Simple If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528751#M748632</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LDA:&lt;BR /&gt;LOAD&lt;BR /&gt;Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt;&lt;/P&gt;&lt;P&gt;SQL SELECT Account_Number,&lt;BR /&gt;Payment_date,&lt;BR /&gt;dmd_flow_id,&lt;BR /&gt;adj_amt&lt;BR /&gt;FROM 'payment table';&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final_LDA:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident LDA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left Join(Final_LDA)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load dmd_flow_id, sum(adj_amt) as Interest_collected&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;resident LDA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;where dmd_flow_id='INDEM'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Group by dmd_flow_id;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;drop Table LDA;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 06:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528751#M748632</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-10T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Simple If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528968#M748633</link>
      <description>&lt;P&gt;What exactly are you trying to do? Can you explain this with an example?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Simple-If-statement/m-p/1528968#M748633</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-10T12:45:38Z</dc:date>
    </item>
  </channel>
</rss>

