<?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: Using Wildmatch to group field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056172#M928023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You left a parenthesis after Edinburgh &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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119134_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 11:17:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-23T11:17:23Z</dc:date>
    <item>
      <title>Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056167#M928018</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 am trying to group my fieldname 'Location' into 4 categories using WildMatch function, but it's not working, what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch(Location,'*London*','London',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(&lt;SPAN style="font-size: 13.3333px;"&gt;Location&lt;/SPAN&gt;,'*Birmingham*'),'Birmingham',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(&lt;SPAN style="font-size: 13.3333px;"&gt;Location&lt;/SPAN&gt;,'*Edinburgh*'),'Edinburgh',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WildMatch(&lt;SPAN style="font-size: 13.3333px;"&gt;Location&lt;/SPAN&gt;,'*US*'),'US')))),Location) as &lt;SPAN style="font-size: 13.3333px;"&gt;Location&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fieldname 'Location' has the following values:&lt;/P&gt;&lt;P&gt;Bleak Street, London&lt;/P&gt;&lt;P&gt;Liverpool Street, London&lt;/P&gt;&lt;P&gt;Praed Street, Birmingham&lt;/P&gt;&lt;P&gt;Commercial Street, Birmingham&lt;/P&gt;&lt;P&gt;Royal Street, Edinburgh&lt;/P&gt;&lt;P&gt;Princes Street, Edinburgh&lt;/P&gt;&lt;P&gt;US Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to take the key words 'London', 'Birmingham', Edinburgh', and 'US', to group locations into 4 categories in my 'Location' fieldname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056167#M928018</guid>
      <dc:creator>stjernvd</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056168#M928019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(WildMatch(Location,'*London*'), 'London',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(WildMatch(Location,'*Birmingham*'), 'Birmingham',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(WildMatch(Location,'*Edinburgh*'), 'Edinburgh',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(WildMatch(Location,'*US*'),'US', Location)))) as Location&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056168#M928019</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T11:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056169#M928020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: #006699; background-color: inherit;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;(wildmatch(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Location&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'*&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;London&lt;/STRONG&gt;*'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;),&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;London&lt;/STRONG&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: #006699; background-color: inherit;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;(wildmatch(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Location&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'*&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Birmingham&lt;/STRONG&gt;*'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;),&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Birmingham&lt;/STRONG&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: #006699; background-color: inherit;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;(wildmatch(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Location&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'*&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Edinburgh&lt;/STRONG&gt;*'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;),&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: blue; background-color: inherit;"&gt;'&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Edinburgh&lt;/STRONG&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; background-color: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN class="keyword" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt;(wildmatch(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Location&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;SPAN class="string" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: blue; font-size: 9pt !important;"&gt;'*&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;US&lt;/STRONG&gt;*'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt;),&lt;/SPAN&gt;&lt;SPAN class="string" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: blue; font-size: 9pt !important;"&gt;'&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;US',&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Location&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;)))) as newlocation&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056169#M928020</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-23T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056170#M928021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(wildmatch(Location, 'US *', 'US', subfield(Location, ',',-1)) as Location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056170#M928021</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-23T11:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056171#M928022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P 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;If(Location like '*London*', 'London',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;If(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;Location like &lt;/STRONG&gt;&lt;/SPAN&gt;'*Birmingham*', 'Birmingham',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;If(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;Location like &lt;/STRONG&gt;&lt;/SPAN&gt;'*Edinburgh*', 'Edinburgh',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;If(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;Location like &lt;/STRONG&gt;&lt;/SPAN&gt;'*US*' ,'US', Location)))) as Location&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056171#M928022</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-23T11:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056172#M928023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You left a parenthesis after Edinburgh &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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119134_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056172#M928023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056173#M928024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated. It's very difficult to modify copy pasted expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056173#M928024</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-23T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildmatch to group field values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056174#M928025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed&lt;/P&gt;&lt;P&gt;I do that all the time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Wildmatch-to-group-field-values/m-p/1056174#M928025</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T11:24:40Z</dc:date>
    </item>
  </channel>
</rss>

