<?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 Number IDs not linked properly. Challenge in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534429#M199655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables : Table 1 and Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both tables have in common the same ID and the same value per that Id : 100100167766650000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But because of the lenght, in Qlikview the ID is showed as : 1,0010016776665e+020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is supposed to be the same, but, if I load both tables they are not properly linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the image below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IDsprob.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49089_IDsprob.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how to solve it? I've Attached the document if you want to take a look at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2013 15:37:45 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2013-11-16T15:37:45Z</dc:date>
    <item>
      <title>Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534429#M199655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables : Table 1 and Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both tables have in common the same ID and the same value per that Id : 100100167766650000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But because of the lenght, in Qlikview the ID is showed as : 1,0010016776665e+020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is supposed to be the same, but, if I load both tables they are not properly linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the image below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IDsprob.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49089_IDsprob.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how to solve it? I've Attached the document if you want to take a look at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 15:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534429#M199655</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-11-16T15:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534430#M199656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="_jivemacro_uid_13846167886307333 jive_text_macro jive_macro_code" jivemacro_uid="_13846167886307333"&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD AutoNumber(%ID) as %ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [%ID Table1],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Table1.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD AutoNumber(%ID) as %ID, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [%ID Table2],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Table2.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 15:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534430#M199656</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-16T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534431#M199657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think QV just can't handle this amount of number precision needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either round your numbers to some smaller precision:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(%ID / pow(10,7)) as %ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or read your IDs in as text (you probably need to do this when reading from your source systems, before creating the QVDs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 15:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534431#M199657</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-16T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534432#M199658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the try Clever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I do that, it thinks that there are 8 different IDs, and the Id is always the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is supposed to create a unique ID key. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AutoN.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49090_AutoN.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 16:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534432#M199658</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-11-16T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534433#M199659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt; you almost got it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that it is supposed to be always the same Id, but as you can see, the last one fails &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AA1555.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49103_AA1555.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 16:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534433#M199659</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-11-16T16:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534434#M199660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The internal numeric representation seems to be different for your %ID values. Are you really 100% sure that these %ID values are identical in your source system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I think you should handle these when reading in from your source, not after QV might already messed up the values stored into the QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 16:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534434#M199660</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-16T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534435#M199661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Swuehl, I think you might be right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm reading the following post talking about the same :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/391464#391464"&gt;http://community.qlik.com/message/391464#391464&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, I'm completely sure in this case it's the same Id for all cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I can't create the QVD because I have no access to the Database, I'm trying to solve that using only my QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 16:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534435#M199661</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-11-16T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534436#M199662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it from the elder post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Div(%ID, 100000000)&amp;amp;Mod(%ID, 100000000)&amp;nbsp; as ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll get your desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps to you as well if you find this in the future &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Swuehl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 17:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534436#M199662</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-11-16T17:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number IDs not linked properly. Challenge</title>
      <link>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534437#M199663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like your losing the last significant digit doing so, i.e. the trailing digit '5'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 18:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-IDs-not-linked-properly-Challenge/m-p/534437#M199663</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-16T18:29:36Z</dc:date>
    </item>
  </channel>
</rss>

