<?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: Linking fields using wildcards in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510903#M750640</link>
    <description>&lt;P&gt;Hi &lt;SPAN&gt;Pratyush!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think you should&amp;nbsp;make mapping with wildcard this solution was developed by Rob Wunderlich , you can find it here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You just need put you data in the wildmap table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;BR /&gt;Key, Label&lt;BR /&gt;*apple*, 1&lt;BR /&gt;*cat*, 2&lt;BR /&gt;*dog*, 3&lt;BR /&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And then add Key to both tables as in example below&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;Table1:&lt;BR /&gt;LOAD *, $(vMapExpr(Col1)) as Key&lt;BR /&gt;;&lt;BR /&gt;LOAD *&amp;nbsp; INLINE [&lt;BR /&gt;Col1, Category&lt;BR /&gt;*apple*, fruits&lt;BR /&gt;*cat*, animals&lt;BR /&gt;]&lt;BR /&gt;;&lt;/DIV&gt;&lt;DIV&gt;Table2:&lt;BR /&gt;LOAD *, $(vMapExpr(Col2)) as Key&lt;BR /&gt;;&lt;BR /&gt;LOAD *&amp;nbsp; INLINE [&lt;BR /&gt;Customer, Col2&lt;BR /&gt;A, apple1&lt;BR /&gt;B, apple2&lt;BR /&gt;C, apple3&lt;BR /&gt;A, cat1&lt;BR /&gt;D, dog1&lt;BR /&gt;]&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vitalii&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Nov 2018 08:56:12 GMT</pubDate>
    <dc:creator>vitaliichupryna</dc:creator>
    <dc:date>2018-11-22T08:56:12Z</dc:date>
    <item>
      <title>Linking fields using wildcards</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510827#M750638</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;I have two tables with columns Col1 and Col2 respectively. The columns contain value as follows:&lt;/P&gt;&lt;P&gt;Col1:&lt;/P&gt;&lt;P&gt;*apple*&lt;/P&gt;&lt;P&gt;*cat*&lt;/P&gt;&lt;P&gt;Col2&lt;/P&gt;&lt;P&gt;apple1&lt;/P&gt;&lt;P&gt;apple2&lt;/P&gt;&lt;P&gt;apple3&lt;/P&gt;&lt;P&gt;I want to link the two tables on the fields above, is it possible? Please play around in the load script in order to achieve this. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510827#M750638</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2024-11-16T05:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields using wildcards</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510833#M750639</link>
      <description>Have you tried MapSubString()?</description>
      <pubDate>Thu, 22 Nov 2018 07:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510833#M750639</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-22T07:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields using wildcards</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510903#M750640</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Pratyush!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think you should&amp;nbsp;make mapping with wildcard this solution was developed by Rob Wunderlich , you can find it here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You just need put you data in the wildmap table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;BR /&gt;Key, Label&lt;BR /&gt;*apple*, 1&lt;BR /&gt;*cat*, 2&lt;BR /&gt;*dog*, 3&lt;BR /&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And then add Key to both tables as in example below&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;Table1:&lt;BR /&gt;LOAD *, $(vMapExpr(Col1)) as Key&lt;BR /&gt;;&lt;BR /&gt;LOAD *&amp;nbsp; INLINE [&lt;BR /&gt;Col1, Category&lt;BR /&gt;*apple*, fruits&lt;BR /&gt;*cat*, animals&lt;BR /&gt;]&lt;BR /&gt;;&lt;/DIV&gt;&lt;DIV&gt;Table2:&lt;BR /&gt;LOAD *, $(vMapExpr(Col2)) as Key&lt;BR /&gt;;&lt;BR /&gt;LOAD *&amp;nbsp; INLINE [&lt;BR /&gt;Customer, Col2&lt;BR /&gt;A, apple1&lt;BR /&gt;B, apple2&lt;BR /&gt;C, apple3&lt;BR /&gt;A, cat1&lt;BR /&gt;D, dog1&lt;BR /&gt;]&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vitalii&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 08:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510903#M750640</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-11-22T08:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linking fields using wildcards</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510951#M750641</link>
      <description>Fantastic!! That worked, thanks a lot...... You truly saved my day!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush</description>
      <pubDate>Thu, 22 Nov 2018 09:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-fields-using-wildcards/m-p/1510951#M750641</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-11-22T09:35:22Z</dc:date>
    </item>
  </channel>
</rss>

