<?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: Adjust a table that is loaded from Oracle in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109709#M520247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify the columns you need in the ;load statement (or sql statement) so that you do like inline load&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;column1,&lt;/P&gt;&lt;P&gt;column2,...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;If(Date &amp;lt; vDate, "Older", "Not older") as [Classification];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; SELECT *&lt;BR /&gt;FROM "LAB_SERVICES"."FBI_LKR_OFF_UITVAL" &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 09:36:33 GMT</pubDate>
    <dc:creator>t_moutault</dc:creator>
    <dc:date>2016-08-02T09:36:33Z</dc:date>
    <item>
      <title>Adjust a table that is loaded from Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109708#M520246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a ODBC connection to load in a table from Oracle with a code that looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT32&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DWH_P3.world;DBQ=DWH_P3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XUserId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; BQYVFIBHWBMOTcAHbCTCEBdLTKREFLFJDKRGVOVD, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XPassword&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; dUbMAYVMQbcSWYIGTBSB);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT *&lt;BR /&gt; FROM "LAB_SERVICES"."FBI_LKR_OFF_UITVAL"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This all works fine but what I would like to do now is add some columns based on the records that are older then today. So with inline data the case would be like:&lt;/SPAN&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;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;vDate&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Item, Date&lt;BR /&gt; 1, 02-08-2016&lt;BR /&gt; 2, 03-08-2016&lt;BR /&gt; 3, 04-08-2016&lt;BR /&gt; If(Date &amp;lt; vDate, "Older", "Not older") as [Classification]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Any thoughts on how I can do this when loading a sql statement from Oracle?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109708#M520246</guid>
      <dc:creator />
      <dc:date>2016-08-02T09:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust a table that is loaded from Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109709#M520247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify the columns you need in the ;load statement (or sql statement) so that you do like inline load&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;column1,&lt;/P&gt;&lt;P&gt;column2,...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;If(Date &amp;lt; vDate, "Older", "Not older") as [Classification];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; SELECT *&lt;BR /&gt;FROM "LAB_SERVICES"."FBI_LKR_OFF_UITVAL" &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109709#M520247</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-08-02T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust a table that is loaded from Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109710#M520248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do all the manipulations you want in the preceding load:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjust-a-table-that-is-loaded-from-Oracle/m-p/1109710#M520248</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T10:17:31Z</dc:date>
    </item>
  </channel>
</rss>

