<?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 Using WildMatch and another field as the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371744#M820639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to see if there is a way to use another field within a LOAD in a WildMatch function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that contains a number and some other characters like "1234_testing_iso" or "12345_impala_pad" and then I have another field which is essentially a cost code such as "1234" or "2345".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to see if I can make a WildMatch function using the second field as the expression to reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1 = 1234_testing_iso or 12345_impala_pad&lt;/P&gt;&lt;P&gt;Field2 = 1234 or 12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had in mind would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(WIldMatch(Field1,'*(Field2)*'),'Match','No Match')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was comparing "1234_testing_iso" to field 2 (1234) there would be a "Match". Comparing it to (2345) would get "No Match".&lt;/P&gt;&lt;P&gt;Comparing "12345_impala_pad" to (1234) would be a "Match" and compared to (2345) would also be a "Match"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>dawgfather</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371744#M820639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to see if there is a way to use another field within a LOAD in a WildMatch function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that contains a number and some other characters like "1234_testing_iso" or "12345_impala_pad" and then I have another field which is essentially a cost code such as "1234" or "2345".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to see if I can make a WildMatch function using the second field as the expression to reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1 = 1234_testing_iso or 12345_impala_pad&lt;/P&gt;&lt;P&gt;Field2 = 1234 or 12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had in mind would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(WIldMatch(Field1,'*(Field2)*'),'Match','No Match')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was comparing "1234_testing_iso" to field 2 (1234) there would be a "Match". Comparing it to (2345) would get "No Match".&lt;/P&gt;&lt;P&gt;Comparing "12345_impala_pad" to (1234) would be a "Match" and compared to (2345) would also be a "Match"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas?&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-and-another-field-as-the-expression/m-p/1371744#M820639</guid>
      <dc:creator>dawgfather</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371745#M820640</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(WildMatch(Field1,'*Field2*'), 'Match', 'No Match')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 01:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371745#M820640</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-09T01:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371746#M820641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but then it was taking the actual name of "Field2" and looking for F-I-e-l-d-2 in the string instead of Field2 as a "variable"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 02:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371746#M820641</guid>
      <dc:creator>dawgfather</dc:creator>
      <dc:date>2017-08-09T02:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371747#M820642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌My bad, try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Field1,'*' &amp;amp; Field2 &amp;amp; '*'), 'Match', 'No Match')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 08:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371747#M820642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-09T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371748#M820643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this??&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load F1,&lt;/P&gt;&lt;P&gt;F2,&lt;/P&gt;&lt;P&gt;if(SubStringCount(F1,F2)&amp;gt;0, 'Match','NoMatch') as Result1;&lt;/P&gt;&lt;P&gt;//if(KeepChar(F1,'0123456789')=F2, 'Match','NoMatch') as Result2;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;F1,F2&lt;/P&gt;&lt;P&gt;1234_testing_iso,1234&lt;/P&gt;&lt;P&gt;12345_impala_pad,2345&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371748#M820643</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-09T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371749#M820644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if Field1 and Field2 are from seperate tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two separate tables, 1st with keywords and the 2nd with Description, both tables cannot be joined &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 07:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371749#M820644</guid>
      <dc:creator>mrichman</dc:creator>
      <dc:date>2018-06-03T07:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371750#M820645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to show how everything looks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 00:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371750#M820645</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-04T00:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371751#M820646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i'm trying to find keywords in the description, if exist then return 1 if not then 0 for example.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load* Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Keyword,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mark,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Benjamin,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jose,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data2:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load* Inline [&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Description,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mark Simon,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Gabby Caprio,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Nico Jose,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371751#M820646</guid>
      <dc:creator>mrichman</dc:creator>
      <dc:date>2018-06-04T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371752#M820647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use &lt;A href="http://qlikviewcookbook.com/2009/01/using-mapsubstring-to-edit-strings/" title="http://qlikviewcookbook.com/2009/01/using-mapsubstring-to-edit-strings/"&gt;Using MapSubstring() to edit strings | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371752#M820647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-04T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371753#M820648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you prompt reply. I was hoping for a keepchar() solution however the function cannot identify words but only characters (Char) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. Furthermore, because it can only check characters, I cannot check whether the functions can compare from one table to another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you maybe know what kind of solution I can use or maybe I'm not using the function correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 21:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371753#M820648</guid>
      <dc:creator>mrichman</dc:creator>
      <dc:date>2018-06-04T21:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using WildMatch and another field as the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371754#M820649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might need to use MapSubString here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 00:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-WildMatch-and-another-field-as-the-expression/m-p/1371754#M820649</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-05T00:23:27Z</dc:date>
    </item>
  </channel>
</rss>

