<?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() match () with several expressions in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652301#M675583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;is it possible to select several expressions like that ?&lt;/P&gt;&lt;P&gt;search is select all the X:&lt;/P&gt;&lt;P&gt;X &amp;gt;=400000&lt;/P&gt;&lt;P&gt;X &amp;lt;=599999&lt;/P&gt;&lt;P&gt;X = 677000&lt;/P&gt;&lt;P&gt;X = 688000&lt;/P&gt;&lt;P&gt;X IS NOT = 494500 494700 494800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if tried with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch("X",'4?????','59????','677000','688000'),'TEST') as TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know, how to NOT SELECT expresions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 12:17:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-25T12:17:35Z</dc:date>
    <item>
      <title>if() match () with several expressions in script?</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652301#M675583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;is it possible to select several expressions like that ?&lt;/P&gt;&lt;P&gt;search is select all the X:&lt;/P&gt;&lt;P&gt;X &amp;gt;=400000&lt;/P&gt;&lt;P&gt;X &amp;lt;=599999&lt;/P&gt;&lt;P&gt;X = 677000&lt;/P&gt;&lt;P&gt;X = 688000&lt;/P&gt;&lt;P&gt;X IS NOT = 494500 494700 494800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if tried with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch("X",'4?????','59????','677000','688000'),'TEST') as TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know, how to NOT SELECT expresions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652301#M675583</guid>
      <dc:creator />
      <dc:date>2014-06-25T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: if() match () with several expressions in script?</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652302#M675584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not possible with only one wildmatch ... you must use at least two, one to include and one to exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention to the sysntax, first use the whole string , then the other to compare so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TEST&lt;/SPAN&gt;, "X",'4?????','59????','677000','688000')) as TEST&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652302#M675584</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-25T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: if() match () with several expressions in script?</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652303#M675585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch("X",'4?????','59????','677000','688000') &lt;STRONG&gt;and Not &lt;/STRONG&gt;Match("X",'494500' ,'494700', '494800')&amp;nbsp; ,'TEST') as TEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652303#M675585</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-25T12:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: if() match () with several expressions in script?</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652304#M675586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if( ((X &amp;gt;= 400000 AND X &amp;lt;= 599999) OR match(X, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;677000&lt;/SPAN&gt;', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;688000'&lt;/SPAN&gt;)) AND NOT match(X, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;494500&lt;/SPAN&gt;', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;494700&lt;/SPAN&gt;', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;494800&lt;/SPAN&gt;'), 'TEST') as TEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-several-expressions-in-script/m-p/652304#M675586</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-25T12:23:15Z</dc:date>
    </item>
  </channel>
</rss>

