<?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 Match Function on Interger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050287#M933413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the match function in an IF statement (see below),&lt;/P&gt;&lt;P&gt;and was wondering if this is the optimal way to do it,&lt;/P&gt;&lt;P&gt;I'm having second thoughts since it takes alot of time to evaluate the results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(IF(match(PageType, '1', '4', '5', '8', '16', '20', '22', '23', '24', '24'),1 , 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 11:23:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-29T11:23:12Z</dc:date>
    <item>
      <title>Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050287#M933413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the match function in an IF statement (see below),&lt;/P&gt;&lt;P&gt;and was wondering if this is the optimal way to do it,&lt;/P&gt;&lt;P&gt;I'm having second thoughts since it takes alot of time to evaluate the results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(IF(match(PageType, '1', '4', '5', '8', '16', '20', '22', '23', '24', '24'),1 , 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 11:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050287#M933413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T11:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050288#M933414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u try remvng the single quotes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 11:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050288#M933414</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-29T11:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050289#M933415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you are using in same condition in different location, then try like this. Store in the variable and use wherever you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its number, no need for single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vNumber = 1, 4, 5, 8, 16, 20, 22, 23, 24, 24;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, If(match(PageType, $(vNumber) ),1 , 0) as Flag Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PageType&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 11:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050289#M933415</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-02-29T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050290#M933416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Removing quotes did not changed the evaluation time,&amp;nbsp; (about 23 minutes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 12:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050290#M933416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050291#M933418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your expression is write try your expression but small change 1,0 but the your column name and try that way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 12:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050291#M933418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T12:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function on Interger</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050292#M933420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(IF(match(PageType, '1', '4', '5', '8', '16', '20', '22', '23', '24', '24'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PageType&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try this expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 12:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Function-on-Interger/m-p/1050292#M933420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T12:15:05Z</dc:date>
    </item>
  </channel>
</rss>

