<?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 load from select return different results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132292#M634747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a script which I didn't wrote.&lt;/P&gt;&lt;P&gt;the script part that saves data tend, lately, to return only few records from time to time (original source does not change)&lt;/P&gt;&lt;P&gt;the script is written in a way I'm not used to and i don't know if it might be the reason.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;this is the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT * FROM system.dbo.MITX_USER_PROJ; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;EM&gt;&lt;STRONG style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path_Full_QVD)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;\MITX_USER_PROJ (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;instead of writing it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black; background: yellow;"&gt;&lt;SPAN&gt;MITX_USER_PROJ:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT * FROM system.dbo.MITX_USER_PROJ; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;SPAN style="background: yellow;"&gt;* From&lt;/SPAN&gt; MITX_USER_PROJ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;EM&gt;&lt;STRONG style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path_Full_QVD)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;\MITX_USER_PROJ&lt;SPAN style="background: yellow;"&gt;.qvd&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;(&lt;SPAN&gt;sometimes, &lt;/SPAN&gt;instead of ~300Kb the result returns as a ~70Kb file)&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;can someone please assist?&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;happened to someone?&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;does the script change will help (not familiar with that file type)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 12:27:53 GMT</pubDate>
    <dc:creator>shayraber</dc:creator>
    <dc:date>2016-06-16T12:27:53Z</dc:date>
    <item>
      <title>load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132292#M634747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a script which I didn't wrote.&lt;/P&gt;&lt;P&gt;the script part that saves data tend, lately, to return only few records from time to time (original source does not change)&lt;/P&gt;&lt;P&gt;the script is written in a way I'm not used to and i don't know if it might be the reason.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;this is the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT * FROM system.dbo.MITX_USER_PROJ; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;EM&gt;&lt;STRONG style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path_Full_QVD)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;\MITX_USER_PROJ (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;instead of writing it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black; background: yellow;"&gt;&lt;SPAN&gt;MITX_USER_PROJ:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT * FROM system.dbo.MITX_USER_PROJ; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;SPAN style="background: yellow;"&gt;* From&lt;/SPAN&gt; MITX_USER_PROJ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt; &lt;EM&gt;&lt;STRONG style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(Path_Full_QVD)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;\MITX_USER_PROJ&lt;SPAN style="background: yellow;"&gt;.qvd&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; MITX_USER_PROJ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;(&lt;SPAN&gt;sometimes, &lt;/SPAN&gt;instead of ~300Kb the result returns as a ~70Kb file)&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;can someone please assist?&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;happened to someone?&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;does the script change will help (not familiar with that file type)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132292#M634747</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-16T12:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132293#M634748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the more information in the script is always better. I would put the new script that your proposed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; background: yellow; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;MITX_USER_PROJ:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;SQL&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; SELECT * FROM system.dbo.MITX_USER_PROJ; &lt;BR /&gt;&lt;/SPAN&gt;STORE&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; background: yellow;"&gt;* From&lt;/SPAN&gt; MITX_USER_PROJ &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Path_Full_QVD)&lt;/EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;\MITX_USER_PROJ&lt;SPAN style="font-style: inherit; font-family: inherit; background: yellow;"&gt;.qvd&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;);&amp;nbsp; &lt;/SPAN&gt;DROP&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG&gt;MITX_USER_PROJ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132293#M634748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T12:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132294#M634749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the syntax-adjustments won't be effect the number of records respectively the resulting file-size and I believe the reason for this behaviour is that the database returned a different number of records - maybe because there are some records blocked from other read- or write-handles in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132294#M634749</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-16T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132295#M634750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, that's somthing i intend to do.&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;any idea why the result changes?&lt;/P&gt;&lt;P&gt;the script was scheduled to 2:30pm and the file stored was a file with size of 60Kb.&lt;/P&gt;&lt;P&gt;after sawing that, i've reloded the document manually at 3:00pm (half an hour later) and the result was (as it should have been from the begining) a file with size of 320Kb.&lt;/P&gt;&lt;P&gt;any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132295#M634750</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-16T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132296#M634751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;the syntax change was my idea since i heard (long time ago, when i learned QV) that the current syntax might cause problems.&lt;/P&gt;&lt;P&gt;second, the document was loaded twice in less than 30 minutes and the result came out different.&lt;/P&gt;&lt;P&gt;ONLY Source DB could be the issue?&lt;/P&gt;&lt;P&gt;(DBA says nothing is wrong with the user and its privileges)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132296#M634751</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-16T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132297#M634752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM system.dbo.MITX_USER_PROJ; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STORE MITX_USER_PROJ into $(Path_Full_QVD)\&lt;SPAN style="color: #ff0000;"&gt;MITX_USER_PROJ_OLD&lt;/SPAN&gt; (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table MITX_USER_PROJ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;MITX_USER_PROJ_NEW&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SQL SELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM system.dbo.MITX_USER_PROJ; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STORE * From &lt;SPAN style="color: #ff0000;"&gt;MITX_USER_PROJ_NEW&lt;/SPAN&gt; into $(Path_Full_QVD)\&lt;SPAN style="color: #ff0000;"&gt;MITX_USER_PROJ_NEW&lt;/SPAN&gt;.qvd (qvd); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table &lt;SPAN style="color: #ff0000;"&gt;MITX_USER_PROJ_NEW&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0 0 12pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And check if you still see any difference between MITX_USER_PROJ_NEW.qvd and MITX_USER_PROJ_OLD.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132297#M634752</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132298#M634753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't meant something with the user or their privileges. I meant that if anyone is accessing the database the database could lock those records to avoid conflictings between multiple accesses at the same time - in general this is the default-beaviour from most of the database-types (and which could be sometimes to some degree customized).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132298#M634753</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-16T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132299#M634754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;already did that&lt;/P&gt;&lt;P&gt;there was no different between the two options&lt;/P&gt;&lt;P&gt;what I've suspected is that the current script might be "unstable"&lt;/P&gt;&lt;P&gt;but no. the two ways resulted the same,&lt;/P&gt;&lt;P&gt;but on the other hand- something made the script to return a small file at first and larger file less than 30 minutes afterwards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132299#M634754</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-16T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132300#M634755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number of rows are the same? or did that change as well? Check the logfile to see if something is not right in one or the other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132300#M634755</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: load from select return different results</title>
      <link>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132301#M634756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's probably the reason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was able to contact the guy who wrote the script&lt;/P&gt;&lt;P&gt;he said this is a customized table which sync with others and it happened before. it's a DB sync issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-from-select-return-different-results/m-p/1132301#M634756</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-06-16T14:00:40Z</dc:date>
    </item>
  </channel>
</rss>

