<?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 with dynamic values from field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573065#M213470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what i need thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 15:53:24 GMT</pubDate>
    <dc:creator>pepe2209</dc:creator>
    <dc:date>2014-03-13T15:53:24Z</dc:date>
    <item>
      <title>Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573060#M213465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to create a match function where the values to match with are dynamic by a field. I thought of something like this but it's not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=match( 'D', concat(distinct(FIELD), ', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and FIELD is something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid rgb(0, 0, 0); width: 149px; height: 169px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;FIELD&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if 'D' is present within FIELD it should give a number &amp;gt;0 (in this case 4). does anyone know if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help would be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573060#M213465</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2014-03-13T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573061#M213466</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;"&gt;Try this&lt;BR /&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;"&gt;&lt;BR /&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;"&gt;=match( concat(distinct(FIELD), ', '),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; 'D'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573061#M213466</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-13T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573062#M213467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to do something similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match('D', $(=concat(distinct chr(39) &amp;amp; FIELD &amp;amp; chr(39), ','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573062#M213467</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-03-13T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573063#M213468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(Match(FIELD,'D'))&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this = 1 so '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;D' is present within FIELD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573063#M213468</guid>
      <dc:creator />
      <dc:date>2014-03-13T15:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573064#M213469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define a variable&lt;/P&gt;&lt;P&gt;v&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =chr(39) &amp;amp; GetFieldSelections(FIELD, chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression should be&lt;/P&gt;&lt;P&gt;=match('D', $(v))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FIELD.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54964_FIELD.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573064#M213469</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-13T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Match with dynamic values from field</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573065#M213470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what i need thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-dynamic-values-from-field/m-p/573065#M213470</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2014-03-13T15:53:24Z</dc:date>
    </item>
  </channel>
</rss>

