<?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 Tables with association key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598077#M596619</link>
    <description>&lt;P&gt;Hi Marcus, Thanks for the reply. That field also contains alphanumeric data too.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 12:26:36 GMT</pubDate>
    <dc:creator>sudhir0538</dc:creator>
    <dc:date>2019-07-02T12:26:36Z</dc:date>
    <item>
      <title>Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598017#M596615</link>
      <description>&lt;P&gt;Hello Experts !&lt;/P&gt;&lt;P&gt;I've 2 different tables,1 table is from&amp;nbsp; Excel(from user) and another one from database.Build an 3 field associated key to make these two tables related. Problem is that in Excel one of the numeric field is stored as 12345 and in db the same is stored as 0000012345. the length in the db is not specific. and because of this i'm unable to make relationship and data model as well. For non numeric fields there's no problem.&lt;/P&gt;&lt;P&gt;Kindly help how to get these problems solved.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598017#M596615</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2024-11-16T20:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598076#M596618</link>
      <description>&lt;P&gt;I think you need to enforce a numeric interpretation of the values, maybe with something like: num('0000012345').&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 12:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598076#M596618</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-02T12:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598077#M596619</link>
      <description>&lt;P&gt;Hi Marcus, Thanks for the reply. That field also contains alphanumeric data too.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 12:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598077#M596619</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-02T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598084#M596620</link>
      <description>&lt;P&gt;Then you need to check the values and to branch into the appropriate measurement, maybe with something like:&lt;/P&gt;&lt;P&gt;if(isnum(FIELD), num(FIELD), FIELD) as FIELD&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 12:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598084#M596620</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-02T12:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598387#M596621</link>
      <description>&lt;P&gt;Hi Marcus,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the same but it's not working. i thing the field in db is in text format may be?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 04:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598387#M596621</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-03T04:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linking 2 Tables with association key</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598423#M596622</link>
      <description>&lt;P&gt;My suggested approach to check for a numeric value and remove leading zero's worked within the UI. By loading from a database I'm not absolutely sure and you might need to apply real converting-functions, for example something like this:&lt;/P&gt;&lt;P&gt;alt(num(num#(Field)), num(num#(Field, '##########')), Field)&lt;/P&gt;&lt;P&gt;You may need to play a bit with it (maybe in multiple parallel statements to see what worked respectively the differences between them) to find (all) needed combinations. It should really work.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 06:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-2-Tables-with-association-key/m-p/1598423#M596622</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-03T06:28:34Z</dc:date>
    </item>
  </channel>
</rss>

