<?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: Data Load Editor Jumbles IDs on Load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57349#M3829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test, try using text() on the id to see if it changes anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD text(id) as activityID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2018 22:03:45 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2018-06-20T22:03:45Z</dc:date>
    <item>
      <title>Data Load Editor Jumbles IDs on Load</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57348#M3828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never experienced this before and could not find any discussions on this. It's one of those problems that has be rubbing my eyes making sure I'm seeing straight. When I load a 6-row, 2-column table Qlik Sense desktop seems to lose and/or remap information. It looks like it remaps 'Meeting' and 'Support' to the wrong id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity:&lt;/P&gt;&lt;P&gt;LOAD id as activityID, &lt;/P&gt;&lt;P&gt;activity as activityDesc;&lt;/P&gt;&lt;P&gt;SELECT "id", &lt;/P&gt;&lt;P&gt;"activity" &lt;/P&gt;&lt;P&gt;FROM "public"."hourtracker$activities";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="postgresOutput.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205789_postgresOutput.png" style="height: auto;" /&gt;&lt;IMG alt="Qlikloadoutput.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205796_Qlikloadoutput.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57348#M3828</guid>
      <dc:creator>liam_hanninen</dc:creator>
      <dc:date>2018-06-20T21:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Editor Jumbles IDs on Load</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57349#M3829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test, try using text() on the id to see if it changes anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD text(id) as activityID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 22:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57349#M3829</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-06-20T22:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Editor Jumbles IDs on Load</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57350#M3830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good thought perhaps this will tell us a little about how Qlik is reading it... This was using text(). I also tried num() and it showed the same thing. I exported to excel and it was just this string as well.&lt;IMG alt="QlikoutputText.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205887_QlikoutputText.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57350#M3830</guid>
      <dc:creator>liam_hanninen</dc:creator>
      <dc:date>2018-06-21T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Editor Jumbles IDs on Load</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57351#M3831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This led to fixing it when I put it &lt;STRONG&gt;in the SQL statement. &lt;/STRONG&gt;I wonder if Qlik has an issue with big int from Postgres...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity:&lt;/P&gt;&lt;P&gt;LOAD id as activityID,&lt;/P&gt;&lt;P&gt;activity as activityDesc;&lt;/P&gt;&lt;P&gt;SELECT &lt;STRONG&gt;text(id) as id, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"activity"&lt;/P&gt;&lt;P&gt;FROM "public"."hourtracker$activities";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 15:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57351#M3831</guid>
      <dc:creator>liam_hanninen</dc:creator>
      <dc:date>2018-06-21T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Editor Jumbles IDs on Load</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57352#M3832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik tends to have issues -- truncation, loss or precision -- when a number exceeds 14 digits.&amp;nbsp; In your case you can probably cast the value to integer (not sure of exact syntax for Postgres).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Load-Editor-Jumbles-IDs-on-Load/m-p/57352#M3832</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-06-21T16:50:42Z</dc:date>
    </item>
  </channel>
</rss>

