<?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: QlikView loads old data from Oracle View in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919921#M75715</link>
    <description>&lt;P&gt;please export the script and share here&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 12:47:06 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-04-19T12:47:06Z</dc:date>
    <item>
      <title>QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919538#M75663</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I have an Oracle view which has&amp;nbsp; 400 records previously. with the latest update it should have 0 records. But QlikView still loading 400 records which is incorrect.&lt;/P&gt;
&lt;P&gt;Select * from View;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;---&amp;gt; No records (Current view and right output for Oracle SQL&amp;nbsp; Developer)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Qlikview&amp;nbsp; ---&amp;gt; OLEDB Connection --&amp;gt; 400 records (false output. )&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have compiled the view, created new view with same logic, used direct SQL in Qlikview, created new OLEDB connection but still no Luck.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have created a table out of the view which is working perfectly fine and has zero records as expected.&lt;/P&gt;
&lt;P&gt;It seems strange and I never faced this issue.&lt;/P&gt;
&lt;P&gt;anyone faced this or any suggestions?&lt;/P&gt;
&lt;P&gt;Thanks for you help in advance.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Manideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 20:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919538#M75663</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2022-04-18T20:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919641#M75675</link>
      <description>&lt;P&gt;please post the complete script&lt;/P&gt;
&lt;P&gt;it appear as though you are loading those 400 records from a previously stored qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm assuming your script is like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load * from someqvd.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;oled connect to____&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQL Select * from someview;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this way you will continue to see your 400 records;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 06:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919641#M75675</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T06:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919643#M75677</link>
      <description>&lt;P&gt;you might also want to check if the same viewname exists a different schema in the database and has the connection been created with a different default schema.&lt;/P&gt;
&lt;P&gt;it's always best to include the schema name when querying the database&lt;/P&gt;
&lt;P&gt;Select * from Schemaname.ViewName;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 06:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919643#M75677</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T06:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919903#M75712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your response.&amp;nbsp; I used an empty QVW from scratch and connected to nothing but just this view.&lt;/P&gt;
&lt;P&gt;No other QVDs are loaded in this.&lt;/P&gt;
&lt;P&gt;Also for your below answer,&amp;nbsp; Yes I am using the schema name before the object.&lt;/P&gt;
&lt;P&gt;FYI, I have only one instance of database.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 12:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919903#M75712</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2022-04-19T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919921#M75715</link>
      <description>&lt;P&gt;please export the script and share here&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 12:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919921#M75715</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919955#M75718</link>
      <description>&lt;P&gt;Here is the script.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SampleData:
LOAD "DQ Rule #",
    "DQ Dimension",
    "ID"
;
SQL SELECT *
FROM DEV_DB."V_TEST"
WHERE "DQ Rule #" = 301;
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919955#M75718</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2022-04-19T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919979#M75724</link>
      <description>&lt;P&gt;do you have a different Dev and Prod database environment?&lt;/P&gt;
&lt;P&gt;are you connecting to the environment where below table has 400 rows&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;DEV_DB."V_TEST"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Qlik does not create data out of nothing; it is definitely getting data from somewhere&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have any visibility on what or how your doing this so I can only speculate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1919979#M75724</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1920019#M75730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have only one database environment.&amp;nbsp; to double test, i deleted the view and it throw an error.&lt;/P&gt;
&lt;P&gt;The same view had 400 records until last week. I updated the view and compiled and from sql developer it's showing nothing for the above sql statement. But in qlik i'm still getting those 400 records.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took a new qvw file and just created the above script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know it's hard to believe until experience it.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1920019#M75730</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2022-04-19T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView loads old data from Oracle View</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1920032#M75731</link>
      <description>&lt;P&gt;hold on, its a view ! you cannot truncate or delete data from a view!&lt;/P&gt;
&lt;P&gt;everytime the query hits the view the view will fetch data from the source table;&lt;/P&gt;
&lt;P&gt;does the source table have data or is source table empty?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to delete your oledb connection and recreate it&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-loads-old-data-from-Oracle-View/m-p/1920032#M75731</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T15:38:21Z</dc:date>
    </item>
  </channel>
</rss>

