<?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: Problem with IF statement in Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1607597#M596599</link>
    <description>&lt;P&gt;Only other thing that came to mind for me was if you aliased Type in the original load statement and are using the original field name not the alias?&amp;nbsp; Highly unlikely, but I wanted to toss it out there just in case.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 14:55:13 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-07-30T14:55:13Z</dc:date>
    <item>
      <title>Problem with IF statement in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1598263#M596597</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;In my script, I write an IF statement and I save the result in a new column.&lt;/P&gt;&lt;P&gt;But I don't understand why after to run the script I get none value for the column created.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Below my script:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;AMOUNT:&lt;BR /&gt;LOAD *,&lt;BR /&gt;IF(LEN(Type)=0,Credit,Debit) as test&lt;BR /&gt;RESIDENT JOURNAL;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Below the result:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="00.PNG" style="width: 51px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14796iBC8F2EBFC9B5A318/image-dimensions/51x162?v=v2" width="51" height="162" role="button" title="00.PNG" alt="00.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you help me to resolve this problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1598263#M596597</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T03:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IF statement in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1598279#M596598</link>
      <description>&lt;P&gt;Can you add a new column as&amp;nbsp; LEN(Type) just to check the values you for the newly added column.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 18:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1598279#M596598</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2019-07-02T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IF statement in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1607597#M596599</link>
      <description>&lt;P&gt;Only other thing that came to mind for me was if you aliased Type in the original load statement and are using the original field name not the alias?&amp;nbsp; Highly unlikely, but I wanted to toss it out there just in case.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 14:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1607597#M596599</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-30T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IF statement in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1607614#M596600</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;If(LEN('Type')=0, 'Credit', 'Debit') as test&amp;nbsp;&lt;/P&gt;&lt;P&gt;... perhaps ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1607614#M596600</guid>
      <dc:creator>nicolas66</dc:creator>
      <dc:date>2019-07-30T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IF statement in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1608464#M596601</link>
      <description>&lt;P&gt;if(len(Type)='0', Credit, Debit) as test&lt;/P&gt;&lt;P&gt;maybe like that&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 11:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-IF-statement-in-Load/m-p/1608464#M596601</guid>
      <dc:creator>Berndtssono</dc:creator>
      <dc:date>2019-08-01T11:38:35Z</dc:date>
    </item>
  </channel>
</rss>

