<?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: Calculated Field with Logical Operator (AND) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1909230#M74947</link>
    <description>&lt;P&gt;Thanks, thats what I've done&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 09:05:06 GMT</pubDate>
    <dc:creator>JuMo</dc:creator>
    <dc:date>2022-03-24T09:05:06Z</dc:date>
    <item>
      <title>Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1601989#M44595</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find below a simple example, it’s working with single condition, but not working for multiple conditions with AND while trying to create a calculated field on Data Manager; it works fine with Analysis Tab though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I observed is 'AND' is not recognized on Data Manager while it's recognized on Analysis. Why Logical operators (AND, OR, NOT) are not part of Data Manager?&lt;/P&gt;&lt;P&gt;Single Condition: IF(1&amp;gt;2, A, B) works fine&lt;/P&gt;&lt;P&gt;Multiple Conditions: IF(1&amp;gt;2 AND 2&amp;gt;3, A, B) throws error.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1601989#M44595</guid>
      <dc:creator>KausikKhanra</dc:creator>
      <dc:date>2024-11-16T20:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1688512#M52516</link>
      <description>&lt;P&gt;same here... did you found any solution?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 14:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1688512#M52516</guid>
      <dc:creator>hvfalcao</dc:creator>
      <dc:date>2020-03-27T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908765#M74905</link>
      <description>&lt;P&gt;UP&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":up_arrow:"&gt;⬆️&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hello, same problem here with 'OR' operator&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908765#M74905</guid>
      <dc:creator>JuMo</dc:creator>
      <dc:date>2022-03-23T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908775#M74907</link>
      <description>&lt;P&gt;As far as I know, this remains a limitation of the Data Manager. One has to either use the Data Load Editor, or use nested if() statements, e.g.&lt;/P&gt;
&lt;P&gt;if(1&amp;gt;2,if(2&amp;lt;3,1,0),if(2&amp;lt;3,1,0))&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908775#M74907</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-23T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908780#M74909</link>
      <description>&lt;P&gt;Thanks, I will go for that, but I am quite surprised that such basic operators are not available&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908780#M74909</guid>
      <dc:creator>JuMo</dc:creator>
      <dc:date>2022-03-23T13:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908794#M74911</link>
      <description>&lt;P&gt;I never use Data Manager, so I never noticed until someone asked about it on Community. I'd suggest graduating to Data Load Editor as soon as you're comfortable doing so.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908794#M74911</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-23T13:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908901#M74924</link>
      <description>&lt;P&gt;Beside the nested if-approach you could try to replace the logical operators with mathematical ones - means something like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IF(1&amp;gt;2 * 2&amp;gt;3, A, B)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1908901#M74924</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-03-23T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field with Logical Operator (AND)</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1909230#M74947</link>
      <description>&lt;P&gt;Thanks, thats what I've done&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-Field-with-Logical-Operator-AND/m-p/1909230#M74947</guid>
      <dc:creator>JuMo</dc:creator>
      <dc:date>2022-03-24T09:05:06Z</dc:date>
    </item>
  </channel>
</rss>

