<?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 Specific fields causing 1% of rows to not load in a SQL Select QVD load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144742#M716105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the "&lt;EM&gt;I can see the missing rows and part_no when I go into the app&lt;/EM&gt;" means that nothing is missing(?) Maybe you have all the data after all, just some rows are identical.&lt;BR /&gt;Let's see if the DISTINCT changes anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 23:54:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-21T23:54:24Z</dc:date>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144736#M716099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Sql select load statement below, if I uncomment "PART_NO,&lt;BR /&gt;800+ fewer rows out of 180,000 are found. Does anyone else have this sort of problem where&lt;BR /&gt;certain fields are causing a few rows to not load?&lt;BR /&gt;Does anyone have any suggestions for troubleshooting or correcting incomplete SQL loads?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;OrderLines:&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;//"PART_NO" AS OrderLines_ItemNbr,&lt;/P&gt;&lt;P&gt;"MCODE" &lt;B&gt;AS&lt;/B&gt; OrderLines_MfgCode,&lt;/P&gt;&lt;P&gt;"ORDER_NO" &lt;B&gt;AS&lt;/B&gt; OrderLines_OrderNbr,&lt;/P&gt;&lt;P&gt;"LINE" &lt;B&gt;AS&lt;/B&gt; OrderLines_OrderLineNbr&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;//"PART_NO",&lt;/P&gt;&lt;P&gt;"MCODE",&lt;/P&gt;&lt;P&gt;"ORDER_NO",&lt;/P&gt;&lt;P&gt;"LINE"&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; "ORDER_LINE";&lt;/P&gt;&lt;P&gt;&lt;B&gt;STORE&lt;/B&gt; OrderLines &lt;B&gt;INTO&lt;/B&gt; [UV_OrderLines.qvd];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144736#M716099</guid>
      <dc:creator />
      <dc:date>2009-05-21T23:01:52Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144737#M716100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the PART_NO Field null in some rows ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144737#M716100</guid>
      <dc:creator />
      <dc:date>2009-05-21T23:22:10Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144738#M716101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that the "LINE" field is the unique record identifier (key), I don't see how that commented line can make a difference. What bothers me is the absence of ";" before "SQL SELECT"... Hope it's a mistyping here.&lt;BR /&gt;Wonderining how you define the number of rows in the result. What happens if you ran the same query directly in the database, with and without PART_NO? Waht changes if you add DISTINCT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144738#M716101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-21T23:31:47Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144739#M716102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 35 rows are null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144739#M716102</guid>
      <dc:creator />
      <dc:date>2009-05-21T23:33:51Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144740#M716103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt that nulls should make any difference in this field, unless thay are in the key field - that must not be null by definition anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144740#M716103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-21T23:40:39Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144741#M716104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just edited the script for this forum. ( The semicolon is there)&lt;BR /&gt;The rows have a unique id and my dba says he is seeing the higher count with the part_no field.&lt;BR /&gt;I can see the missing rows and part_no when I go into the app.&lt;BR /&gt;I will ask my dba to run the query with and without DISTINCT directly in the database.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144741#M716104</guid>
      <dc:creator />
      <dc:date>2009-05-21T23:48:06Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144742#M716105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the "&lt;EM&gt;I can see the missing rows and part_no when I go into the app&lt;/EM&gt;" means that nothing is missing(?) Maybe you have all the data after all, just some rows are identical.&lt;BR /&gt;Let's see if the DISTINCT changes anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144742#M716105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-21T23:54:24Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144743#M716106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing to check - do you have a load statemant in the script that has suffix INNER, and contains the field PART_NO? If yes - see online help about INNER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 08:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144743#M716106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-22T08:10:51Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144744#M716107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ORDER_LINE a table or a view?&lt;/P&gt;&lt;P&gt;If it's a view with a join I could imaging different results depending on which columns are used.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 20:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144744#M716107</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-05-22T20:36:08Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144745#M716108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have an INNER suffix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144745#M716108</guid>
      <dc:creator />
      <dc:date>2009-05-22T21:21:45Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144746#M716109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know, but I will check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144746#M716109</guid>
      <dc:creator />
      <dc:date>2009-05-22T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144747#M716110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a table, but the table is from a multivalue database from IBM called Universe.&lt;BR /&gt;The ODBC connector splits some of the actual tables into virtual tables to normalize&lt;BR /&gt;so SQL scripts can be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144747#M716110</guid>
      <dc:creator />
      <dc:date>2009-05-22T21:38:22Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144748#M716111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, then I would double check this behavior with a different tool via ODBC.&lt;/P&gt;&lt;P&gt;Is this an online database with write operations? Maybe it's an issue with read/write consistency (transaction level).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 22:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144748#M716111</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-05-22T22:43:57Z</dc:date>
    </item>
    <item>
      <title>Specific fields causing 1% of rows to not load in a SQL Select QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144749#M716112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Good point. I will do this and let you know the results.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 22:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-fields-causing-1-of-rows-to-not-load-in-a-SQL-Select/m-p/144749#M716112</guid>
      <dc:creator />
      <dc:date>2009-05-22T22:50:06Z</dc:date>
    </item>
  </channel>
</rss>

