<?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: WildMatch not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303841#M406048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WildMatch() cannot use a dynamic computed list in this fashion. You must use DSE to syntax to cause the parameter list to be built before the WildMatch() is evaluated. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;=WildMatch(OSUser(), $(=(Concat(DISTINCT chr(39)&amp;amp;'*' &amp;amp; [UserPermitted]&amp;amp;chr(39) , ', '))))&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 21:49:15 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-03-29T21:49:15Z</dc:date>
    <item>
      <title>WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303840#M406047</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;The following expression works:&lt;/P&gt;&lt;P&gt;=WildMatch(OSUser(), '*abc') // this returns me -1 which is true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I try using the following expression, where UserPermitted has values *abc,*edf,*yfy. The expression below does not work&lt;/P&gt;&lt;P&gt;=WildMatch(OSUser(), (Concat(DISTINCT chr(39)&amp;amp;'*' &amp;amp; [UserPermitted]&amp;amp;chr(39) , ', '))) // this returns me 0, although it should return me -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 21:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303840#M406047</guid>
      <dc:creator />
      <dc:date>2017-03-29T21:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303841#M406048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WildMatch() cannot use a dynamic computed list in this fashion. You must use DSE to syntax to cause the parameter list to be built before the WildMatch() is evaluated. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;=WildMatch(OSUser(), $(=(Concat(DISTINCT chr(39)&amp;amp;'*' &amp;amp; [UserPermitted]&amp;amp;chr(39) , ', '))))&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 21:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303841#M406048</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-03-29T21:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303842#M406049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response. It returns me a value of 3, but it should ideally return 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:The field UserPermitted has 3 values in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 21:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303842#M406049</guid>
      <dc:creator />
      <dc:date>2017-03-29T21:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303843#M406050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns 3 because it matches the 3rd value.&amp;nbsp; Why do you want it to return 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 03:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303843#M406050</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-03-30T03:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303844#M406051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you share few values and then use expression then see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 03:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303844#M406051</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-30T03:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303845#M406052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SubStringCount('|' &amp;amp; Concat(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UserPermitted&lt;/SPAN&gt;, '|,|') &amp;amp; '|', '|' &amp;amp; SubField(OSUser(), '\', -1) &amp;amp; '|')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 11:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303845#M406052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303846#M406053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was under the conception that the function would just return 1. Thanks for the clarification &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303846#M406053</guid>
      <dc:creator />
      <dc:date>2017-03-30T15:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303847#M406054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, this also works and is a correct answer. Wanted to mark your answer as correct too. But this website would not let me do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**** This is also a correct answer ****/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working/m-p/1303847#M406054</guid>
      <dc:creator />
      <dc:date>2017-03-30T15:28:57Z</dc:date>
    </item>
  </channel>
</rss>

