<?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: Larger Resultset from View in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240893#M621373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting phenomenon!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the data preview I can now see "Start Dates" from "06.10.1954". Very strange.&lt;/P&gt;&lt;P&gt;I restricted the view to load only data from the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't make any sense to me right now... What's going on ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2017 14:17:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-20T14:17:35Z</dc:date>
    <item>
      <title>Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240889#M621369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a view that has a record count of 3 mio rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loading it to qlik sense it fetches about 11 mio rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The used code is quite simple - it's just a SELECT id, date FROM my_view;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really do not understand this - why does it happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas, suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 12:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240889#M621369</guid>
      <dc:creator />
      <dc:date>2017-03-20T12:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240890#M621370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing any joins in Qlik Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 12:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240890#M621370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240891#M621371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script over here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 12:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240891#M621371</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-20T12:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240892#M621372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Measure_1],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Start Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Month],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Year];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;[my_table]:&lt;/P&gt;
&lt;P&gt;SELECT "ID",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "Measure_1",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "Start Date",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "Month",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "Year"&lt;/P&gt;
&lt;P&gt;FROM "db_mydb"."myview";&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only this table is loaded - the other parts are commented out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view contains the logic, I only want to display the results.&lt;/P&gt;&lt;P&gt;Later I will use the ID to join this table with the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the count(*) is wrong, Qlik sense loads far too many rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 13:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240892#M621372</guid>
      <dc:creator />
      <dc:date>2017-03-20T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240893#M621373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting phenomenon!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the data preview I can now see "Start Dates" from "06.10.1954". Very strange.&lt;/P&gt;&lt;P&gt;I restricted the view to load only data from the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't make any sense to me right now... What's going on ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 14:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240893#M621373</guid>
      <dc:creator />
      <dc:date>2017-03-20T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240894#M621374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does Start Date look in your database? Can you post some screenshots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 14:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240894#M621374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240895#M621375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START_DATE is of&amp;nbsp; data type &amp;lt;DATE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view has to be restricted, so I used this attribute within the WHERE-Clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No errors when executing in SQL-Developer. Very simple example...but in QS&lt;/P&gt;&lt;P&gt;i get this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; and at which place can you restrict the to be loaded data ?&lt;/P&gt;&lt;P&gt;...and which Syntax ? is there a special syntax necessary ?&lt;/P&gt;&lt;P&gt;Does Qlik Sense interpret the view in a different way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;Connector reply error: ***&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;Error: ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240895#M621375</guid>
      <dc:creator />
      <dc:date>2017-03-20T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240896#M621376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where did you used the where clause? Select or Load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240896#M621376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240897#M621377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the WHERE-clause when defining my view... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240897#M621377</guid>
      <dc:creator />
      <dc:date>2017-03-20T16:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240898#M621378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh the view already has the where clause... then you just did a direct select * from view? should not have error-ed out... not sure what might have caused it... Can you post the screenshot of the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240898#M621378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T16:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Larger Resultset from View</title>
      <link>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240899#M621379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT * from owner.table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;should return the same rows in every tool (sense, sqlplus, sql developer, etc....)&lt;/P&gt;&lt;P&gt;Check you're using the same database and the same oracle user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Larger-Resultset-from-View/m-p/1240899#M621379</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-03-20T20:17:28Z</dc:date>
    </item>
  </channel>
</rss>

