<?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 properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349728#M492500</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(WildMatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;GetFieldSelections(names_list, ',',100),'*Trends*', '*Overlap*', '*Overlap*Trends*'&lt;/SPAN&gt;), 'Failure', 'Success', 'Success and Failure')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 13:10:45 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-07-13T13:10:45Z</dc:date>
    <item>
      <title>WildMatch not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349726#M492498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the below expression in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(wildMatch(GetFieldSelections(names_list),'*Overlap*') &amp;gt; 0,&lt;/P&gt;&lt;P&gt;'Success',&lt;/P&gt;&lt;P&gt;IF(wildMatch(GetFieldSelections(names_list),'*Trends*') &amp;gt; 0,&lt;/P&gt;&lt;P&gt;'Failure'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with many values and the field in listbox is names_list.&lt;/P&gt;&lt;P&gt;if i select single value in listbox, for example, Trends, then it shows Failure.&lt;/P&gt;&lt;P&gt;if i select multiple value in listbox, for example, Trends and Overlap then it shows success in table expression.&lt;/P&gt;&lt;P&gt;its not showing both success and failure. &lt;/P&gt;&lt;P&gt;but how it is taking overlap always, when i select multiple values?&lt;/P&gt;&lt;P&gt;how to resolve this issue?&lt;/P&gt;&lt;P&gt;please somebody help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349726#M492498</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-07-13T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349727#M492499</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;=IF(wildMatch(GetFieldSelections(names_list),'*Overlap*') &amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(wildMatch(GetFieldSelections(names_list),'*Trends*') &amp;gt; 0,'Success - Failure','Success'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(wildMatch(GetFieldSelections(names_list),'*Trends*') &amp;gt; 0,'Failure'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349727#M492499</guid>
      <dc:creator />
      <dc:date>2012-07-13T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349728#M492500</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(WildMatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;GetFieldSelections(names_list, ',',100),'*Trends*', '*Overlap*', '*Overlap*Trends*'&lt;/SPAN&gt;), 'Failure', 'Success', 'Success and Failure')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 13:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349728#M492500</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-13T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349729#M492501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=pick(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wildMatch(GetFieldSelections(names_list),'*Overlap*Trends*','*Overlap*','*Trends*'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'Success/Failure',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'Success',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'Failure'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Sorry, haven't seen Celambarasan's post before. But I think we should test for the combined selection case first.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 13:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-not-working-properly/m-p/349729#M492501</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-13T13:14:36Z</dc:date>
    </item>
  </channel>
</rss>

