<?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 with multiple conditions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985860#M81402</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How can I write the following excel formula with qlik? Thank you&lt;/P&gt;
&lt;P&gt;=IF(AND(G3=0;H3=0;I3=0);0;G3/(G3+H3+I3))&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 08:37:56 GMT</pubDate>
    <dc:creator>OnurT</dc:creator>
    <dc:date>2022-09-27T08:37:56Z</dc:date>
    <item>
      <title>If statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985860#M81402</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How can I write the following excel formula with qlik? Thank you&lt;/P&gt;
&lt;P&gt;=IF(AND(G3=0;H3=0;I3=0);0;G3/(G3+H3+I3))&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985860#M81402</guid>
      <dc:creator>OnurT</dc:creator>
      <dc:date>2022-09-27T08:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985870#M81404</link>
      <description>&lt;P&gt;Hi, something like this:&lt;/P&gt;
&lt;P&gt;IF( G3=0 and H3=0 and I3=0 , 0, G3/(G3+H3+I3) )&lt;/P&gt;
&lt;P&gt;You can take a look at Qlik help for more understanding:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/if.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/if.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985870#M81404</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-09-27T08:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985969#M81422</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 11:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-conditions/m-p/1985969#M81422</guid>
      <dc:creator>OnurT</dc:creator>
      <dc:date>2022-09-27T11:53:22Z</dc:date>
    </item>
  </channel>
</rss>

