<?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 IF statement that don't works in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820033#M1213382</link>
    <description>&lt;P&gt;I need to write a simple IF statement in Qlik, that says if the value is type "load" and "correction", then display the value as 0. Otherwise complete the expression.&lt;BR /&gt;I have the following statement that don't works... and there is a sintax error :"missing right bracket"&lt;/P&gt;&lt;P&gt;if(transaction_type_code='expense' or 'load' or 'correction',0,amount_positive)&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 09:48:02 GMT</pubDate>
    <dc:creator>Aika</dc:creator>
    <dc:date>2021-07-06T09:48:02Z</dc:date>
    <item>
      <title>IF statement that don't works</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820033#M1213382</link>
      <description>&lt;P&gt;I need to write a simple IF statement in Qlik, that says if the value is type "load" and "correction", then display the value as 0. Otherwise complete the expression.&lt;BR /&gt;I have the following statement that don't works... and there is a sintax error :"missing right bracket"&lt;/P&gt;&lt;P&gt;if(transaction_type_code='expense' or 'load' or 'correction',0,amount_positive)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 09:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820033#M1213382</guid>
      <dc:creator>Aika</dc:creator>
      <dc:date>2021-07-06T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement that don't works</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820042#M1213385</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(&lt;STRONG&gt;Match(transaction_type_code,'expense' , 'load', 'correction')&lt;/STRONG&gt;,0,amount_positive)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 09:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820042#M1213385</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-07-06T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement that don't works</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820056#M1213388</link>
      <description>&lt;P&gt;thanks! then it works!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 10:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820056#M1213388</guid>
      <dc:creator>Aika</dc:creator>
      <dc:date>2021-07-06T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement that don't works</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820058#M1213389</link>
      <description>&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i&lt;SPAN&gt;f(transaction_type_code='expense' or&amp;nbsp; transaction_type_code='load' or transaction_type_code='correction',0,amount_positive)&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 10:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-that-don-t-works/m-p/1820058#M1213389</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2021-07-06T10:18:25Z</dc:date>
    </item>
  </channel>
</rss>

