<?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 issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058706#M86925</link>
    <description>&lt;P&gt;When adding data in the data manager, the preview shows the same value as the DB, but when you actually load it, it is converted (merged) into a different value. Also, the number of items in the DB and the number of items actually loaded are different, and one value appears to be merged with the other. When I change the connector to postgres the data loads fine.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 14:20:47 GMT</pubDate>
    <dc:creator>louise119</dc:creator>
    <dc:date>2023-04-10T14:20:47Z</dc:date>
    <item>
      <title>Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058041#M86896</link>
      <description>&lt;P&gt;Hi, I have a question regarding my data connection.&lt;/P&gt;
&lt;P&gt;I develop my app and load data from Redshift. I compared the DB values with the data values loaded into QlikSense, but the same values were not loaded and some data seems to be missing.&amp;nbsp;&lt;BR /&gt;Some of the data seems to have been merged. I think QlikSense automatically merged the values. Does anyone know the reason why?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058041#M86896</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2024-11-15T21:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058283#M86913</link>
      <description>&lt;P&gt;Hi, how youe checked the data? if it's in a table with dimesnuions note that the table wont draw two lnes with the sane dimensions, you can add a Count(&lt;EM&gt;fieldName&lt;/EM&gt;) or a sum to check the rows loaded with the same dimensions.&lt;/P&gt;
&lt;P&gt;You can also a "RowNo() as RowNumber" field in the script so each row has at least one different value.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 08:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058283#M86913</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-07T08:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058706#M86925</link>
      <description>&lt;P&gt;When adding data in the data manager, the preview shows the same value as the DB, but when you actually load it, it is converted (merged) into a different value. Also, the number of items in the DB and the number of items actually loaded are different, and one value appears to be merged with the other. When I change the connector to postgres the data loads fine.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 14:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058706#M86925</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-10T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058980#M86932</link>
      <description>&lt;P&gt;Hi, I haven't experienced that behaviour so I don't know what it could be. I don't know if some screenshots can help to see what's happening.&lt;/P&gt;
&lt;P&gt;Maybe reducing the data load to the ones causing the issue can help to identify what could be happening.&lt;/P&gt;
&lt;P&gt;Also I don't use the data manager, so I don't have experience on that, you can also try to use the script editor to check if something changes and to apply filter to the query to make some tests that can give you any hint ont he behaviour.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 07:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2058980#M86932</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-11T07:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059042#M86939</link>
      <description>&lt;P&gt;The data was converted from a character string to a number because E in the data was judged to be an exponent.&lt;/P&gt;
&lt;P&gt;Qlik does not inherit the DB data type when selecting?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 09:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059042#M86939</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-11T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059044#M86941</link>
      <description>&lt;P&gt;You can try loading it using the text() function, in datamanager could be laoding a new calculated field that uses this function.&lt;/P&gt;
&lt;P&gt;In script editor would be adding a field as: Text(FieldName) as txtFieldName //the txt prefix is optional, just to check the values&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 09:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059044#M86941</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-11T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059205#M86957</link>
      <description>&lt;P&gt;Thank you ,&lt;/P&gt;
&lt;P&gt;Is it possible to specify the data type when loading data from the DB?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 14:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059205#M86957</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-11T14:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data load issue</title>
      <link>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059214#M86958</link>
      <description>&lt;P&gt;There are basically only 2 types in qlik: text and number, and you can specify the format using Text() and Num() functions.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 15:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-load-issue/m-p/2059214#M86958</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-11T15:00:57Z</dc:date>
    </item>
  </channel>
</rss>

