<?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 Not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138523#M754551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers this worked I just had to reverse the order of the parameters &lt;/P&gt;&lt;P&gt;Substringcount( GetFieldSelections(BGCompany),BGCompany)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Me&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Oct 2018 15:58:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-06T15:58:21Z</dc:date>
    <item>
      <title>Match Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138520#M754548</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;I am trying to match a field with the selections made for that field but it's not working and i&amp;nbsp; can't see what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is BGCompany which contains '[Acc - Superbia]'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Selections for the field contains '[Acc - New Heights],[Acc - Superbia] ' using =GetFieldSelections(BGCompany,',',50)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Match statement used is =Match(BGCompany,GetFieldSelections(BGCompany, ',',50))&amp;nbsp; which returns 0 where I am expecting something &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that I am missing something very simple, please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138520#M754548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138521#M754549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;If your looking for count&lt;/P&gt;&lt;P&gt;=SubField(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BGCompany&lt;/SPAN&gt;,','), 'of',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for values&lt;/P&gt;&lt;P&gt;=SubField(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BGCompany&lt;/SPAN&gt;,',',50), 'of',1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 16:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138521#M754549</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-10-05T16:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Match Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138522#M754550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Substringcount(BGCompany, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelections(BGCompany))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 16:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138522#M754550</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-05T16:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Match Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138523#M754551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers this worked I just had to reverse the order of the parameters &lt;/P&gt;&lt;P&gt;Substringcount( GetFieldSelections(BGCompany),BGCompany)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Me&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Not-working/m-p/138523#M754551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-06T15:58:21Z</dc:date>
    </item>
  </channel>
</rss>

