<?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 Wildmatch alternative in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-alternative-in-Set-analysis/m-p/426007#M158706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I would like to make an expression using set analysis but the wild match function doesn't work in set analysis. My expressions looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;count({1&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Field1 = {'Lee'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Field2 = {'type1'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;wildmatch(Field3 ,'*Architecture*','*Drivers and Electronics*','*DEC*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New';"&gt;&amp;gt;}ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildmatch doesn't work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell a way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 21:09:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-12T21:09:47Z</dc:date>
    <item>
      <title>Wildmatch alternative in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-alternative-in-Set-analysis/m-p/426007#M158706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I would like to make an expression using set analysis but the wild match function doesn't work in set analysis. My expressions looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;count({1&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Field1 = {'Lee'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Field2 = {'type1'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;wildmatch(Field3 ,'*Architecture*','*Drivers and Electronics*','*DEC*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New';"&gt;&amp;gt;}ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildmatch doesn't work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell a way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 21:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-alternative-in-Set-analysis/m-p/426007#M158706</guid>
      <dc:creator />
      <dc:date>2012-11-12T21:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch alternative in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-alternative-in-Set-analysis/m-p/426008#M158707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a flag in the script.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wildmatch(Field3,'*Architecture*','*Drivers and Electronics*','*DEC*') as Flag&lt;/P&gt;&lt;P&gt;Resident YourTableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for the set analysis you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;count({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;Field1 = {'Lee'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;Field2 = {'type1'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;Flag = {'1'}&lt;/SPAN&gt;&lt;SPAN style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 11pt;"&gt;&amp;gt;}ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 21:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-alternative-in-Set-analysis/m-p/426008#M158707</guid>
      <dc:creator />
      <dc:date>2012-11-12T21:59:51Z</dc:date>
    </item>
  </channel>
</rss>

