<?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: Count wildmatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508903#M600311</link>
    <description>&lt;P&gt;Hi ,may be it works&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(wildmatch(Intrest.source,'Non-*'))as Filter&amp;nbsp; &amp;nbsp;from location;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;in text box you can take =&amp;gt;count(Filter)&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 10:39:38 GMT</pubDate>
    <dc:creator>sasis551</dc:creator>
    <dc:date>2018-11-19T10:39:38Z</dc:date>
    <item>
      <title>Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508878#M600308</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to count the field that contained the char which like this.&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Count(WildMatch(Interest.source, 'Non-'))&lt;/PRE&gt;&lt;P&gt;Is this the correct way to do because i have not use wildmatch function before and not sure how it is work.&lt;/P&gt;&lt;P&gt;Thanks by the way.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508878#M600308</guid>
      <dc:creator>awalhashim</dc:creator>
      <dc:date>2024-11-16T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508901#M600309</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;It's much &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;easier&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;Count({&amp;lt;Interest.source={"Non*"}&amp;gt;} Interest.source)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sergio S.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508901#M600309</guid>
      <dc:creator>sergioskv</dc:creator>
      <dc:date>2018-11-19T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508902#M600310</link>
      <description>&lt;P&gt;Sergio gave you a better option, but you can also do this :&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Count(WildMatch(Interest.source, 'Non&lt;STRONG&gt;*&lt;/STRONG&gt;'))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508902#M600310</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T10:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508903#M600311</link>
      <description>&lt;P&gt;Hi ,may be it works&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(wildmatch(Intrest.source,'Non-*'))as Filter&amp;nbsp; &amp;nbsp;from location;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;in text box you can take =&amp;gt;count(Filter)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1508903#M600311</guid>
      <dc:creator>sasis551</dc:creator>
      <dc:date>2018-11-19T10:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1509021#M600312</link>
      <description>Hi sergio, thanks for the reply. What if interest.source is actually an expression. It showing bad field name(s):. Thank u so much for your help.</description>
      <pubDate>Mon, 19 Nov 2018 12:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1509021#M600312</guid>
      <dc:creator>awalhashim</dc:creator>
      <dc:date>2018-11-19T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1509032#M600313</link>
      <description>&lt;P&gt;You could also try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Sum(If(WildMatch(Interest.source,'Non*'),1,0))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-wildmatch/m-p/1509032#M600313</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T12:35:59Z</dc:date>
    </item>
  </channel>
</rss>

