<?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/853655#M299257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem my friend. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 15:42:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-05-29T15:42:23Z</dc:date>
    <item>
      <title>wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853646#M299248</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;I have many accounts, but I don´t want to fill up qlikview with many IF Sentence. If(cuenta='11' or cuenta='22' so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to group that account. So I have This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 165px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" width="49"&gt;100000&lt;/TD&gt;&lt;TD width="116"&gt;Activo&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110000&lt;/TD&gt;&lt;TD&gt;Activo Circulante&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110100&lt;/TD&gt;&lt;TD&gt;Disponible&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110101&lt;/TD&gt;&lt;TD&gt;Cajas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110102&lt;/TD&gt;&lt;TD&gt;Bancos&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110103&lt;/TD&gt;&lt;TD&gt;Fondos Fijos&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;110200&lt;/TD&gt;&lt;TD&gt;Depósitos a Plazo&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: for "Disponible" ( &lt;SPAN style="font-size: 13.3333px;"&gt;Cajas + &lt;SPAN style="font-size: 13.3333px;"&gt;Bancos) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Disponible has the next accounts (Cajas) = 11010101 11010102 11010103 so on&lt;/P&gt;&lt;P&gt;also has The next Accounts (Bancos) = 11010201 11010202 11010203 son on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can use wildmatch function for this. I would like something like this: 110101* group all cajas and the group all Bancos and then can get the sum total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 19:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853646#M299248</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-26T19:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853647#M299249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can combine Wildmatch with Pick function. Wildmatch returns a integer indicating where the match occurred. like an index function. it executes on the outer Pick function even expressions vs simple strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Field = 34 then it will output 'B' . &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Pick(WildMatch(23, 23, 34, 45), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'A, P'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 'B', 'K')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But you can add far more with less code using the Pick function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 20:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853647#M299249</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-05-26T20:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853648#M299250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using WildMatch instead, may be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(WildMatch(FieldName, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;110101*,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;110102*), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cajas', '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Bancos')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 20:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853648#M299250</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-26T20:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853649#M299251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Pick(WildMatch(Letra, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;1*,2&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;*), '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;A', '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;B') as Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;missing a parenthesis. Where goes?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 14:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853649#M299251</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-29T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853650#M299252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the sentence was:&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;Pick(WildMatch(FieldName, '&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;110101*','&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;110102*'), '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Cajas', '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bancos')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;thanks now working.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853650#M299252</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-29T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853651#M299253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha ya, I did not know if you were using this as an chart expression or using it in the script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I lost 10 points for adding a equals sign &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, but I am glad you got your solution&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, 29 May 2015 15:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853651#M299253</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-29T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853652#M299254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;Hi&amp;nbsp; &lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;sunindia&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;It was not the equal sign. The expression fail too. The solution was good just has to add &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;110101*','&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;110102*'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; your solution was &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;110101*,1&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;10102*. just a little detail. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; thanks!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853652#M299254</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-29T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853653#M299255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hahaha yes you are right... Didn't realize that I forgot to put the single quotes.&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, 29 May 2015 15:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853653#M299255</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-29T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853654#M299256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem! than you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853654#M299256</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-05-29T15:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853655#M299257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem my friend. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildmatch/m-p/853655#M299257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-29T15:42:23Z</dc:date>
    </item>
  </channel>
</rss>

