<?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 How to use WildMatch function here? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793992#M1023055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Here is the attached example Spreadsheet I need to get only from the field Channel = 40 and Division =AC and Partner =50.&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following in scrip but it is not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;where wildmatch([&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Channel&lt;/SPAN&gt;],[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Division &lt;/SPAN&gt;],[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Partner &lt;/SPAN&gt;], '*40*','*AC*','*50*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 06:58:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-26T06:58:39Z</dc:date>
    <item>
      <title>How to use WildMatch function here?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793992#M1023055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Here is the attached example Spreadsheet I need to get only from the field Channel = 40 and Division =AC and Partner =50.&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following in scrip but it is not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;where wildmatch([&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Channel&lt;/SPAN&gt;],[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Division &lt;/SPAN&gt;],[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Partner &lt;/SPAN&gt;], '*40*','*AC*','*50*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 06:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793992#M1023055</guid>
      <dc:creator />
      <dc:date>2015-03-26T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use WildMatch function here?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793993#M1023056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why wildmatch? &lt;/P&gt;&lt;P&gt;you can use a simple where Channel='40' and Division......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you want wildmatch, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Component, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Channel, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Division, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Partner&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;amouunt.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where WildMatch(Channel&amp;amp;'-'&amp;amp;Division&amp;amp;'-'&amp;amp;Partner, '40-AC-50')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 07:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793993#M1023056</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-26T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use WildMatch function here?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793994#M1023057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load condition would be &lt;STRONG&gt;where Channel = 40 and Division = 'AC' and Partner = '50'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 07:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793994#M1023057</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-26T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use WildMatch function here?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793995#M1023058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Ralf &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 07:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-WildMatch-function-here/m-p/793995#M1023058</guid>
      <dc:creator />
      <dc:date>2015-03-26T07:16:42Z</dc:date>
    </item>
  </channel>
</rss>

