<?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: Joining two tables based on wildcard values. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620750#M228519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See an example, maybe it will help you to move in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 17:32:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-25T17:32:33Z</dc:date>
    <item>
      <title>Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620749#M228518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to make a join using wildcard values? With this code will be easier to understand what I am trying to get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;6%&lt;/P&gt;&lt;P&gt;70%&lt;/P&gt;&lt;P&gt;800%&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Account, Import&lt;/P&gt;&lt;P&gt;6, 1&lt;/P&gt;&lt;P&gt;7000000, 2&lt;/P&gt;&lt;P&gt;8000000, 3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join(T1)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Account,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Import&lt;/P&gt;&lt;P&gt;Resident T2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table T2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code wroked as expected (not how I liked). What I want to get is to join but using wildcard values (70% &amp;lt;-&amp;gt; 7000000) instead of perfect matchs. is it possible? is there any other way? I know Wildmatch() function and the like, but I need the wildcard in the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 17:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620749#M228518</guid>
      <dc:creator />
      <dc:date>2014-03-25T17:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620750#M228519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See an example, maybe it will help you to move in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 17:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620750#M228519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T17:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620751#M228520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your answer. It is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it's not exactly what I am looking for because it is not replicating the behavior of the wildcard. I mean, if in your solution I change "7000000" by "7060000", the search string "70%" doesn't pick "7060000" up as it should be if it were a real wildcard. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620751#M228520</guid>
      <dc:creator />
      <dc:date>2014-03-25T18:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620752#M228521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the second version is closer to what you want.&amp;nbsp; It is not effective though for a large data set because I'm creating outer join in an intermediate step, and it could be a rather large table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620752#M228521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620753#M228522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more version - no outer join, that is no large table.&amp;nbsp; Instead of this, I use loop.&amp;nbsp; Reload will be slower but takes less memory.&lt;/P&gt;&lt;P&gt;Again, it matters only for a large data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620753#M228522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620754#M228523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use "Wildcard Mapping" to do mapping and then join -- or perhaps the mapping is enough. You can find examples of Mapping with Wildcards here&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/"&gt;http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or as a subroutine in Qlikview Components &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620754#M228523</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-25T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620755#M228524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Michael !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 09:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620755#M228524</guid>
      <dc:creator />
      <dc:date>2014-03-26T09:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables based on wildcard values.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620756#M228525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you !! I'll give it a try. In any case, good to know that it is possible to do this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 09:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables-based-on-wildcard-values/m-p/620756#M228525</guid>
      <dc:creator />
      <dc:date>2014-03-26T09:15:03Z</dc:date>
    </item>
  </channel>
</rss>

