<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045450#M351506</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;&lt;STRONG&gt;=If(SubStringCount(Concat(DISTINCT Function, '|'), 'Group') = 1, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 18:19:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-21T18:19:15Z</dc:date>
    <item>
      <title>WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045449#M351505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if anyone can help, I am using an expression&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Function&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Group'),1,0)&amp;nbsp; in a variable that I am using to show/hide another object.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;"Function" is the value that is currently being used in a listbox, problem is that when I make other selections, e.g. 'Group' + 'Other', the resulting expression will be evaluated ad 0, as opposed to 1 if I select 'Group' alone!&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is there a way of saying, if Group IS FOUND IN or CONTAINS, then 1,0?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks Community&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045449#M351505</guid>
      <dc:creator />
      <dc:date>2016-01-21T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045450#M351506</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;&lt;STRONG&gt;=If(SubStringCount(Concat(DISTINCT Function, '|'), 'Group') = 1, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045450#M351506</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045451#M351507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wildmatch or Match only works in only one value in the field, So you can use substringcount or Only functions to get desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045451#M351507</guid>
      <dc:creator />
      <dc:date>2016-01-21T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045452#M351508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I joined the two equations together, this worked well. Thanks for the tip though, will be very usefull for future projects. &lt;/P&gt;&lt;P&gt;i&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;f&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Function&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'*Group*'),1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks again Sunny&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Peter&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 09:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045452#M351508</guid>
      <dc:creator />
      <dc:date>2016-01-22T09:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045453#M351509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got what you were looking for, please close the thread down by selecting correct and helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch/m-p/1045453#M351509</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-22T11:11:41Z</dc:date>
    </item>
  </channel>
</rss>

