<?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: True (-1) or False (0) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1944355#M77820</link>
    <description>&lt;P&gt;Use FindOneOf()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;SPAN&gt;FindOneOf&lt;/SPAN&gt;(&lt;SPAN&gt;NameLetters,'AB'),-1,0) as NewField&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/FindOneOf.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/FindOneOf.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/SubStringCount.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/SubStringCount.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 06:38:44 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-06-16T06:38:44Z</dc:date>
    <item>
      <title>True (-1) or False (0)</title>
      <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943912#M77775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I &lt;SPAN&gt;have a table with,&amp;nbsp; a field name, 'NameLetters'. 'NameLetters' consists of different letters, examples A, B, C, D. I need to set these to &lt;STRONG&gt;True or False.&lt;/STRONG&gt; That is, if the letter A matches, it should be a True otherwise, it should be False. How do I do that?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, I can not do this in a simple if-sats, because it is not reset in Qlik -1 or 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;Anna&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943912#M77775</guid>
      <dc:creator>annagustafsson</dc:creator>
      <dc:date>2022-06-15T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: True (-1) or False (0)</title>
      <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943917#M77777</link>
      <description>&lt;P&gt;It's not clear what the letter is supposed to match...&lt;/P&gt;
&lt;P&gt;Qlik has True() and False() available. You can also use 0 (False) or -1 (True) if you prefer those to the functions for whatever reason. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943917#M77777</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-15T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: True (-1) or False (0)</title>
      <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943948#M77781</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to use&amp;nbsp;&lt;SPAN&gt;0&amp;nbsp; or -1. How do I write this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943948#M77781</guid>
      <dc:creator>annagustafsson</dc:creator>
      <dc:date>2022-06-15T10:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: True (-1) or False (0)</title>
      <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943949#M77782</link>
      <description>&lt;P&gt;I don't know how you'd write it, as it's not clear what your requirement is. Letters are supposed to match something, but you didn't explain what.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1943949#M77782</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-15T10:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: True (-1) or False (0)</title>
      <link>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1944355#M77820</link>
      <description>&lt;P&gt;Use FindOneOf()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;SPAN&gt;FindOneOf&lt;/SPAN&gt;(&lt;SPAN&gt;NameLetters,'AB'),-1,0) as NewField&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/FindOneOf.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/FindOneOf.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/SubStringCount.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/SubStringCount.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 06:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/True-1-or-False-0/m-p/1944355#M77820</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-06-16T06:38:44Z</dc:date>
    </item>
  </channel>
</rss>

