<?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: Running a select query from Oracle standard view returns 0 record in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524979#M437740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi frank,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think this is Globle View, that does not contain any data,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data will be populated only for perticular session.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Better do one thing, Check base tables on which view is created.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and also use that base table for QlikView.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope that will solve your problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vishal Waghole&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 12:55:07 GMT</pubDate>
    <dc:creator>VishalWaghole</dc:creator>
    <dc:date>2013-12-27T12:55:07Z</dc:date>
    <item>
      <title>Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524971#M437732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just facing this problem: running a select query from an standard Oracle view in TOAD can return records as expected after running the below script in TOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;VARCHAR2&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;50&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;):=&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;'AMERICAN'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #008000; font-size: 10pt;"&gt;--'SIMPLIFIED CHINESE';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; text-decoration: underline;"&gt;v_language_option&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;VARCHAR2&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;500&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;begin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;:=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;'ALTER SESSION SET NLS_LANGUAGE= '''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;''''&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;EXECUTE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IMMEDIATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;v_language_option&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;EM style=": ; color: #008000; font-size: 10pt;"&gt;--???????&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;fnd_global&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;apps_initialize&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;user_id &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;1230&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; resp_id &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;50541&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; resp_appl_id &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;200&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;mo_global&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;set_policy_context&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;'S'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;'81'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;but it can't return any record to run a select query from an standard Oracle view in Qlikview; of course I did not run that script in Qlikview as i don't know how to run it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Anybody can help this out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 02:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524971#M437732</guid>
      <dc:creator />
      <dc:date>2013-12-25T02:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524972#M437733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi frank,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think, we cant able to call that packages from QlikView.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vishal Waghole&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 04:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524972#M437733</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-12-26T04:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524973#M437734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank,&lt;/P&gt;&lt;P&gt;Create a view in Oracle and then fetch the record from this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from &amp;lt;ViewName&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 07:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524973#M437734</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2013-12-26T07:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524974#M437735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview only support Select statements for any database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For executing procedures, call is used, but I have doubt to call a package from Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optimized resolution is to have a view for the same and then use following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL select * from view_name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 08:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524974#M437735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-26T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524975#M437736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may find that batching all of those  statements up into a stored&lt;/P&gt;&lt;P&gt;procedure and calling that will work as you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to set the script options to allow write (QlikView assumes&lt;/P&gt;&lt;P&gt;any stored procedure may write to the database).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should find instructions for this if you search the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 08:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524975#M437736</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-12-26T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524976#M437737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query I am trying to run is as follows:&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;select MD.ORGANIZATION_CODE,MD.ITEM_SEGMENTS,MD.ITEM_DESCRIPTION,MD.PLAN_ID,&lt;/P&gt;&lt;P&gt;MD.CATEGORY_SET_ID,MD.CATEGORY_ID,MD.CATEGORY_NAME,&lt;/P&gt;&lt;P&gt;MD.QUANTITY, MD.EXCEPTION_TYPE_TEXT,MD.FROM_DATE,MD.TO_DATE&lt;/P&gt;&lt;P&gt;from MSC_EXCEPTION_DETAILS_V MD&lt;/P&gt;&lt;P&gt;where MD.PLAN_ID = 1&lt;/P&gt;&lt;P&gt;and MD.EXCEPTION_TYPE_TEXT='Items with excess inventory'&lt;/P&gt;&lt;P&gt;and MD.CATEGORY_SET_ID=9&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSC_EXCEPTION_DETAILS_V is a seeded view in Oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when removing MD.EXCEPTION_TYPE_TEXT='Items with excess inventory', it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone does have any inputs for local machine setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 02:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524976#M437737</guid>
      <dc:creator />
      <dc:date>2013-12-27T02:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524977#M437738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether their is any record for 'Items with excess inventory'.&lt;/P&gt;&lt;P&gt;if no any record for such value then it will return zero record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 04:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524977#M437738</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-12-27T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524978#M437739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without the WHERE statement and then after load add a list box to the&lt;/P&gt;&lt;P&gt;screen containing MD.EXCEPTION_TYPE_TEXT. This will show you all values for&lt;/P&gt;&lt;P&gt;this field.  Find the list box entry and check it matches your WHERE&lt;/P&gt;&lt;P&gt;statement. You can right click it and select 'Copy Cell Value' and paste it&lt;/P&gt;&lt;P&gt;into your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that value doesn't exist then you have found your problem. I would then&lt;/P&gt;&lt;P&gt;head back to the database to investigate.  Or you could comment out the&lt;/P&gt;&lt;P&gt;other two WHERE statements to check three full table contents in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 09:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524978#M437739</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-12-27T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Running a select query from Oracle standard view returns 0 record in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524979#M437740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi frank,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think this is Globle View, that does not contain any data,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data will be populated only for perticular session.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Better do one thing, Check base tables on which view is created.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and also use that base table for QlikView.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope that will solve your problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vishal Waghole&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 12:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-select-query-from-Oracle-standard-view-returns-0/m-p/524979#M437740</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-12-27T12:55:07Z</dc:date>
    </item>
  </channel>
</rss>

