<?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', 'OR', 'WILDMATCH' in a single comment. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679048#M592575</link>
    <description>&lt;P&gt;Somehow I am stuck with a script, and not able to figure out the meaning of the below logic.&lt;/P&gt;&lt;P&gt;Please explain what is the meaning of this line -&lt;/P&gt;&lt;P&gt;"if([Product Name] = 'Bucket' or WildMatch([Group Name],'*aa-wt*','*aa-wp*'),1,0) as _ProductFlag"&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:11:51 GMT</pubDate>
    <dc:creator>Architect</dc:creator>
    <dc:date>2024-11-16T01:11:51Z</dc:date>
    <item>
      <title>'IF', 'OR', 'WILDMATCH' in a single comment.</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679048#M592575</link>
      <description>&lt;P&gt;Somehow I am stuck with a script, and not able to figure out the meaning of the below logic.&lt;/P&gt;&lt;P&gt;Please explain what is the meaning of this line -&lt;/P&gt;&lt;P&gt;"if([Product Name] = 'Bucket' or WildMatch([Group Name],'*aa-wt*','*aa-wp*'),1,0) as _ProductFlag"&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679048#M592575</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2024-11-16T01:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: 'IF', 'OR', 'WILDMATCH' in a single comment.</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679051#M592576</link>
      <description>&lt;P&gt;For product with name 'Bucket' or group names containing strings aa-wt, aa-wp (characters can be in front, or behind that string) the ProductFlag is set 1, for all others it is set to 0&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 13:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679051#M592576</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2020-02-25T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: 'IF', 'OR', 'WILDMATCH' in a single comment.</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679299#M592577</link>
      <description>&lt;P&gt;Hi&amp;nbsp; David,&lt;/P&gt;&lt;P&gt;Thanks for the reply. Is there any other way to represent the same logic in code.&lt;/P&gt;&lt;P&gt;As I am facing some Bug while working with this line of code.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 07:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679299#M592577</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2020-02-26T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: 'IF', 'OR', 'WILDMATCH' in a single comment.</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679315#M592578</link>
      <description>&lt;P&gt;Can you describe the mistake? As the code seems to be ok.&lt;/P&gt;&lt;P&gt;You can use nested if for example:&lt;/P&gt;&lt;P&gt;if([Product Name] = 'Bucket',1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(WildMatch([Group Name],'*aa-wt*','*aa-wp*'),1,0)) as _ProductFlag&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 08:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-WILDMATCH-in-a-single-comment/m-p/1679315#M592578</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2020-02-26T08:13:09Z</dc:date>
    </item>
  </channel>
</rss>

