<?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: If statement Error(Missing right parenthesis) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758310#M58566</link>
    <description>&lt;P&gt;You are missing right parentheses. Try this :&lt;/P&gt;&lt;P&gt;IF( (OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE and OPSD_START_DATE),&lt;/P&gt;&lt;P&gt;&amp;nbsp;'Operation Active',&lt;/P&gt;&lt;P&gt;&amp;nbsp;IF( (OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'Operation Planned',&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Null() ))&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 05:41:07 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-11-04T05:41:07Z</dc:date>
    <item>
      <title>If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758309#M58565</link>
      <description>&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am creating a calculated field using the below if statement to create additional column in my file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;if((OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE and OPSD_START_DATE),&lt;BR /&gt;&amp;nbsp;'Operation Active',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;if((OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; 'Operation Planned',&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;when I use single condition the function is working, but as i added one more condition to it, there is error:&lt;/P&gt;&lt;P&gt;Missing right parenthesis.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 04:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758309#M58565</guid>
      <dc:creator>karthik_nataraj</dc:creator>
      <dc:date>2020-11-04T04:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758310#M58566</link>
      <description>&lt;P&gt;You are missing right parentheses. Try this :&lt;/P&gt;&lt;P&gt;IF( (OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE and OPSD_START_DATE),&lt;/P&gt;&lt;P&gt;&amp;nbsp;'Operation Active',&lt;/P&gt;&lt;P&gt;&amp;nbsp;IF( (OPSN_PLANNED_QUANTITY=1 and OPSN_COMPLETED_QUANTITY=0 and OPSN_REJECTED_QUANTITY=0 and OPSD_PLANNED_START_DATE and OPSD_PLANNED_CLOSED_DATE),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'Operation Planned',&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Null() ))&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 05:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758310#M58566</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-11-04T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758318#M58567</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;I tried the above code, but it is giving 'Incomplete visualization' Error&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Nov 2020 07:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758318#M58567</guid>
      <dc:creator>karthik_nataraj</dc:creator>
      <dc:date>2020-11-04T07:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758345#M58569</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128993"&gt;@karthik_nataraj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of &amp;amp; symbol, please use the "AND" word .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 09:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758345#M58569</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-04T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758348#M58570</link>
      <description>&lt;P&gt;Hi Mahil,&lt;/P&gt;&lt;P&gt;If I use "AND" I am getting 'Missing right parenthesis error'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error.JPG" style="width: 295px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43490i93CB716532DFCE64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.JPG" alt="Error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 09:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758348#M58570</guid>
      <dc:creator>karthik_nataraj</dc:creator>
      <dc:date>2020-11-04T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758443#M58588</link>
      <description>&lt;P&gt;Hi, i just took off&amp;nbsp; a couple of parenthesis and works fine :&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;IF( &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSN_PLANNED_QUANTITY=1 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSN_COMPLETED_QUANTITY=0 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSN_REJECTED_QUANTITY=0 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSD_PLANNED_START_DATE and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSD_PLANNED_CLOSED_DATE and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSD_START_DATE,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;'Operation Active',&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;IF( OPSN_PLANNED_QUANTITY=1 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSN_COMPLETED_QUANTITY=0 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSN_REJECTED_QUANTITY=0 and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSD_PLANNED_START_DATE and &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;OPSD_PLANNED_CLOSED_DATE,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;'Operation Planned',&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Null()))&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 04 Nov 2020 13:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758443#M58588</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-04T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: If statement Error(Missing right parenthesis)</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758730#M58623</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I tried the above if statement,&lt;/P&gt;&lt;P&gt;It is working fine for Add expression in analyze sheet but if I do the same in the table as Add calculated field it is giving an error.&lt;/P&gt;&lt;P&gt;Attached&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error.JPG" style="width: 751px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43568iAF57E8E95F9218ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.JPG" alt="Error.JPG" /&gt;&lt;/span&gt; the screenshot for the same.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 04:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-Error-Missing-right-parenthesis/m-p/1758730#M58623</guid>
      <dc:creator>karthik_nataraj</dc:creator>
      <dc:date>2020-11-05T04:47:43Z</dc:date>
    </item>
  </channel>
</rss>

