<?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 with a list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Wildmatch-with-a-list/m-p/1731246#M55785</link>
    <description>&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;You are right, you can do it with wildmatch.&lt;/P&gt;&lt;P&gt;First you have to unite your Table 2 brands as to be used in wildmatch.&lt;/P&gt;&lt;P&gt;tBrandsList:&lt;BR /&gt;LOAD Concat(chr(39) &amp;amp; '*' &amp;amp; Brands &amp;amp; '*' &amp;amp; chr(39),',') as BrandsList Resident table2;&lt;/P&gt;&lt;P&gt;// Assuming your field name is Brands in table 2&lt;/P&gt;&lt;P&gt;LET vBrands=Peek('BrandsList',0);&lt;/P&gt;&lt;P&gt;Then you can filter Table 1 with your wildmatch.&lt;/P&gt;&lt;P&gt;LOAD * Resident table1 WHERE WildMatch(Description,$(vBrands));&lt;/P&gt;&lt;P&gt;Another way to meet your needs is to split your Table1 with subfield into rows and then flag your records with applymap. I guess this method will be faster if your data is huge in volume.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 06:30:18 GMT</pubDate>
    <dc:creator>SerhanKaraer</dc:creator>
    <dc:date>2020-07-28T06:30:18Z</dc:date>
    <item>
      <title>Wildmatch with a list</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-with-a-list/m-p/1731085#M55774</link>
      <description>&lt;P&gt;Hy Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 tables:&lt;BR /&gt;Table A: Contains some description about a lot of products like this:&lt;BR /&gt;Description&lt;BR /&gt;Blablablablabla Apple blablablabla&lt;BR /&gt;Blablabla Amazon blablablabla&amp;nbsp;&lt;BR /&gt;...(a lot of lines)...&lt;BR /&gt;&lt;BR /&gt;Table 2: With a column that contains codes like Apple, Amazon... (Filters)&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I need that these field from table 2 filter in description on table 1. The filter needs to have Apple, Amazon, and give to me the descriptions that contais these filters.&lt;/P&gt;&lt;P&gt;I think that I could use wildmatch (description, HERE IS MY DOUBT), I need that these codes on table 2 filter the description. I did the link table with table 1 and table 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With best regards,&lt;/P&gt;&lt;P&gt;Gabriel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-with-a-list/m-p/1731085#M55774</guid>
      <dc:creator>biemello19</dc:creator>
      <dc:date>2024-11-16T18:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch with a list</title>
      <link>https://community.qlik.com/t5/App-Development/Wildmatch-with-a-list/m-p/1731246#M55785</link>
      <description>&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;You are right, you can do it with wildmatch.&lt;/P&gt;&lt;P&gt;First you have to unite your Table 2 brands as to be used in wildmatch.&lt;/P&gt;&lt;P&gt;tBrandsList:&lt;BR /&gt;LOAD Concat(chr(39) &amp;amp; '*' &amp;amp; Brands &amp;amp; '*' &amp;amp; chr(39),',') as BrandsList Resident table2;&lt;/P&gt;&lt;P&gt;// Assuming your field name is Brands in table 2&lt;/P&gt;&lt;P&gt;LET vBrands=Peek('BrandsList',0);&lt;/P&gt;&lt;P&gt;Then you can filter Table 1 with your wildmatch.&lt;/P&gt;&lt;P&gt;LOAD * Resident table1 WHERE WildMatch(Description,$(vBrands));&lt;/P&gt;&lt;P&gt;Another way to meet your needs is to split your Table1 with subfield into rows and then flag your records with applymap. I guess this method will be faster if your data is huge in volume.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 06:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wildmatch-with-a-list/m-p/1731246#M55785</guid>
      <dc:creator>SerhanKaraer</dc:creator>
      <dc:date>2020-07-28T06:30:18Z</dc:date>
    </item>
  </channel>
</rss>

