<?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: match - function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576615#M214525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI: Index will be case sensitive comparison. if thats what you want very well you can go with that&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #5a005a;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #5a005a;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #004d00;"&gt;ColA&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #004d00;"&gt;ColB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #4d0000;"&gt;'TRUE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #4d0000;"&gt;'FALSE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;) //this is enough&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 09:29:21 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2014-02-27T09:29:21Z</dc:date>
    <item>
      <title>match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576609#M214519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hello together,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;i have a table with ColA =&amp;gt; apple, cycle and a table with ColB =&amp;gt; cycle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;is it possible with the wildmatch or another function, to show, that the value cycle in ColB is part of ColA?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;match(ColB,ColA) returns 0. I want that the function returns a 1. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Aylin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576609#M214519</guid>
      <dc:creator />
      <dc:date>2014-02-27T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576610#M214520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=wildmatch(ColA, '*' &amp;amp; ColB &amp;amp; '*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but&lt;/STRONG&gt; if if you have more values in ColA and ColB &lt;/P&gt;&lt;P&gt;it only works when you select 1 value in each columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "apple, cycle"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cycle, fruit"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cycle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; square&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576610#M214520</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-27T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576611#M214521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;exists&lt;/STRONG&gt;()&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fieldIndex&lt;/STRONG&gt;()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576611#M214521</guid>
      <dc:creator />
      <dc:date>2014-02-27T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576612#M214522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in text box&lt;/P&gt;&lt;P&gt;if(len(trim(mid(ColA,Index(ColA,',')+1)))=len(ColB),1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576612#M214522</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-27T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576613#M214523</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;Sometimes the textobject expression varies from chart expression, script expression. Could you please describe about the scenario or what/ where the expression is to be applied?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576613#M214523</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-02-27T09:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576614#M214524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your helps.&lt;/P&gt;&lt;P&gt;I resolved it with the index function!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #5a005a; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #5a005a; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #004d00; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;ColA&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #004d00; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;ColB&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;) &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;'TRUE'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;'FALSE'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576614#M214524</guid>
      <dc:creator />
      <dc:date>2014-02-27T09:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576615#M214525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI: Index will be case sensitive comparison. if thats what you want very well you can go with that&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #5a005a;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #5a005a;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #004d00;"&gt;ColA&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #004d00;"&gt;ColB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #4d0000;"&gt;'TRUE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: #4d0000;"&gt;'FALSE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; background-color: #edf8ca; color: black;"&gt;) //this is enough&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576615#M214525</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-02-27T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: match - function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/576616#M214526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #5a005a; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;=Index&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #004d00; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;ColA&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #004d00; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;ColB&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; background-color: #edf8ca;"&gt;) // this is enough (for conditional shows e.g.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/576616#M214526</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-02-27T09:30:58Z</dc:date>
    </item>
  </channel>
</rss>

