<?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 Match  field from 2 tables with different format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750704#M57776</link>
    <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;I have a field that appears in two different tables (same field but different names) and I cannot match them because they appear like:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;12345&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;000000012345&lt;/P&gt;&lt;P&gt;And when I see the fields in a table (in the App), the value of table 1 appears in the left side of the cell, and the one of table 2 appears in the right side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I unify the format in order to match the values? (by the way, table 1 contain more records than table 2, and some of them have a format like 1/ABD-1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? I've tried to use Num#() in both of them but it dosn't work...&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 13:08:24 GMT</pubDate>
    <dc:creator>jorditorras</dc:creator>
    <dc:date>2020-10-08T13:08:24Z</dc:date>
    <item>
      <title>Match  field from 2 tables with different format</title>
      <link>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750704#M57776</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;I have a field that appears in two different tables (same field but different names) and I cannot match them because they appear like:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;12345&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;000000012345&lt;/P&gt;&lt;P&gt;And when I see the fields in a table (in the App), the value of table 1 appears in the left side of the cell, and the one of table 2 appears in the right side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I unify the format in order to match the values? (by the way, table 1 contain more records than table 2, and some of them have a format like 1/ABD-1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? I've tried to use Num#() in both of them but it dosn't work...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750704#M57776</guid>
      <dc:creator>jorditorras</dc:creator>
      <dc:date>2020-10-08T13:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Match  field from 2 tables with different format</title>
      <link>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750711#M57777</link>
      <description>&lt;P&gt;Tricky when you need to preserver both numbers and strings such as '1/ABC-1'.&lt;/P&gt;&lt;P&gt;You could try using an expression like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/alt.htm" target="_self"&gt;ALT&lt;/A&gt;(&lt;A href="https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Num.htm" target="_self"&gt;Num&lt;/A&gt;(&lt;A href="https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/Scripting/InterpretationFunctions/num_hash.htm" target="_self"&gt;Num#&lt;/A&gt;([YourField])),[YourField])&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750711#M57777</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-08T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Match  field from 2 tables with different format</title>
      <link>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750724#M57779</link>
      <description>&lt;P&gt;It's not working... But in any case, the fields like&amp;nbsp;&lt;SPAN&gt;1/ABC-1 can be ignored as they are not rellevant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750724#M57779</guid>
      <dc:creator>jorditorras</dc:creator>
      <dc:date>2020-10-08T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Match  field from 2 tables with different format</title>
      <link>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750762#M57782</link>
      <description>&lt;P&gt;&amp;nbsp;Hi, I've found a solution. This is what I've applyed:&lt;/P&gt;&lt;P&gt;,If(IsNum(Replace(LTrim(Replace(USR00,'0',' ')),' ','0')), Replace(LTrim(Replace(USR00,'0',' ')),' ','0'), USR00) as [Measure code]&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-field-from-2-tables-with-different-format/m-p/1750762#M57782</guid>
      <dc:creator>jorditorras</dc:creator>
      <dc:date>2020-10-08T14:59:54Z</dc:date>
    </item>
  </channel>
</rss>

