<?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 2 data tables using wildmatch / certain part of string in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598741#M44262</link>
    <description>&lt;P&gt;Thank you, that's really helpful. Just trying to work out how to manipulate it to fit in with my data sources and just understand exactly what the code is doing.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 15:33:20 GMT</pubDate>
    <dc:creator>RWilliams92</dc:creator>
    <dc:date>2019-07-03T15:33:20Z</dc:date>
    <item>
      <title>Linking 2 data tables using wildmatch / certain part of string</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598642#M44251</link>
      <description>&lt;P&gt;I'm struggling to link up 2 data tables within the data load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i'm looking to do is match up these 2 sources through a common field (Circuit ID). The issue I have with this is that the strings in each table can vary; they won't be like for like but will contain a common part within the string.&lt;/P&gt;&lt;P&gt;For example, in Table1, I could have 'AAA/BBB/LE-123456' and in Table2 I could have 'CEASE AAA/BBB/LE-123456'. I have used Wildmatch to at least ask if both fields have a string in a format (???/???/LE-??????). How would I go about inputting script to match on just that format, therefore ignoring any text that may proceed the required string? The text in front (or behind) could be of any length as it's manually input so I wouldn't be able to use LEFT or MID for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired output would be like below: (matching on the part of string in bold and ignoring other text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table1 (Circuit ID)&lt;/TD&gt;&lt;TD&gt;Table 2&amp;nbsp; (Circuit ID)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;AAA/BBB/LE-123456&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;CEASE &lt;STRONG&gt;AAA/BBB/LE-123456&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CPM: &lt;STRONG&gt;OOO/OOO/E1P123456&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;OOO/OOO/E1P123456&lt;/STRONG&gt; CAV&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CLT;A &lt;STRONG&gt;NMA/POL/LE-109109&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;NMA/POL/LE-109109&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Currently I have a bit of script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(WildMatch("CIRCUIT ID",'***/***/LE-******')=1 or WildMatch("CIRCUIT ID",'***/***/E?P******')=1 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i'm now stuck on how i'd then get them to match between the 2 tables.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598642#M44251</guid>
      <dc:creator>RWilliams92</dc:creator>
      <dc:date>2019-07-03T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 data tables using wildmatch / certain part of string</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598667#M44254</link>
      <description>&lt;P&gt;You may try this -&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598667#M44254</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2019-07-03T13:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 data tables using wildmatch / certain part of string</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598741#M44262</link>
      <description>&lt;P&gt;Thank you, that's really helpful. Just trying to work out how to manipulate it to fit in with my data sources and just understand exactly what the code is doing.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-2-data-tables-using-wildmatch-certain-part-of-string/m-p/1598741#M44262</guid>
      <dc:creator>RWilliams92</dc:creator>
      <dc:date>2019-07-03T15:33:20Z</dc:date>
    </item>
  </channel>
</rss>

