<?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 oracle functions in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281990#M579140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See my function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create or replace function f_md5 (cValor varchar) return varchar2 is&lt;BR /&gt; cInput varchar2(2000) := cValor;&lt;BR /&gt; cHexkey varchar2(32) := null;&lt;BR /&gt;begin&lt;BR /&gt; cHexkey := rawtohex(dbms_obfuscation_toolkit.md5(input =&amp;gt; utl_raw.cast_to_raw(cInput)));&lt;BR /&gt; return nvl(cHexkey,'');&lt;BR /&gt;end;&lt;BR /&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select f_md5('senha') as MD5 from dual; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2012 17:40:41 GMT</pubDate>
    <dc:creator>fernando_tonial</dc:creator>
    <dc:date>2012-02-14T17:40:41Z</dc:date>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281989#M579139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way to use a oracle function with in and out parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Silviu. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 17:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281989#M579139</guid>
      <dc:creator />
      <dc:date>2012-02-14T17:00:38Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281990#M579140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See my function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create or replace function f_md5 (cValor varchar) return varchar2 is&lt;BR /&gt; cInput varchar2(2000) := cValor;&lt;BR /&gt; cHexkey varchar2(32) := null;&lt;BR /&gt;begin&lt;BR /&gt; cHexkey := rawtohex(dbms_obfuscation_toolkit.md5(input =&amp;gt; utl_raw.cast_to_raw(cInput)));&lt;BR /&gt; return nvl(cHexkey,'');&lt;BR /&gt;end;&lt;BR /&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select f_md5('senha') as MD5 from dual; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 17:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281990#M579140</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2012-02-14T17:40:41Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281991#M579142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanx.&lt;/P&gt;&lt;P&gt;What I wold like to do is to execute an Oracle function (like the one that you mention) in edit module script of Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 18:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281991#M579142</guid>
      <dc:creator />
      <dc:date>2012-02-14T18:01:23Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281992#M579143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use oracle functions but it possible only in the load script i.e, loading data from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 04:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281992#M579143</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-15T04:35:16Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281993#M579144</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;Oracle functions can be used in the qlikview in the Load script by using the Select queries.&amp;nbsp; Can you tell what function you need to use it in Edit Module.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281993#M579144</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-15T05:00:00Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281994#M579145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You cann't use the oracle functions as macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281994#M579145</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-15T05:08:17Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281995#M579147</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;My function returns if a policy is changed or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would like to do is to load the POLICY table, to apply the function into the load script, and to add one field at the end of the table that will contain Y/N(changed/not changed) for each row(each policy ID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION IS_ANNEX_CHANGED (p_policy_id number) return varchar is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cursor c1 is select count(*)&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select cfg.fract_type&lt;/P&gt;&lt;P&gt;from gen_risk_covered grc, cfg_gl_gen_fractions cfg&lt;/P&gt;&lt;P&gt;where grc.cover_type=cfg.cover_type&lt;/P&gt;&lt;P&gt;and grc.insr_type=cfg.insr_type&lt;/P&gt;&lt;P&gt;and risk_state between 0 and 12&lt;/P&gt;&lt;P&gt;and grc.annex_id&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;and policy_id=p_policy_id&lt;/P&gt;&lt;P&gt;minus&lt;/P&gt;&lt;P&gt;select cfg.fract_type&lt;/P&gt;&lt;P&gt;from gen_risk_covered grc, cfg_gl_gen_fractions cfg&lt;/P&gt;&lt;P&gt;where grc.cover_type=cfg.cover_type&lt;/P&gt;&lt;P&gt;and grc.insr_type=cfg.insr_type&lt;/P&gt;&lt;P&gt;--and risk_state between 0 and 12&lt;/P&gt;&lt;P&gt;and grc.annex_id=0&lt;/P&gt;&lt;P&gt;and policy_id=p_policy_id&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nr number;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open c1;&lt;/P&gt;&lt;P&gt;fetch c1 into nr;&lt;/P&gt;&lt;P&gt;close c1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if nvl(nr,0)&amp;gt;0 then &lt;/P&gt;&lt;P&gt;return 'Y';&lt;/P&gt;&lt;P&gt;else return 'N';&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt; ---------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy:&lt;/P&gt;&lt;P&gt;LOAD POLICY_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSR_TYPE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OFFICE_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENT_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGENT_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSR_BEGIN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSR_END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ................... &lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt;[...\policy.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 08:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281995#M579147</guid>
      <dc:creator />
      <dc:date>2012-02-15T08:29:24Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281996#M579148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple ways you could do this in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Oracle Functions or any normal oracle database queries can be called in the Qlikview level by preceding with SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Convert this logic in to Set analysis and no need to use the oracle function then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Have this value readily stored in the QVD where you would use the part of the function logic statements and load them in to policy.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281996#M579148</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-02-15T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281997#M579149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple ways you could do this in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Oracle Functions or any normal oracle database queries can be called in the Qlikview level by preceding with SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Convert this logic in to Set analysis and no need to use the oracle function then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Have this value readily stored in the QVD where you would use the part of the function logic statements and load them in to policy.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281997#M579149</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-02-15T11:18:20Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281998#M579151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way for me is a method to call this function into the qlikview load script, but I don't know how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please detaliate the 1'st point that you mention earlier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281998#M579151</guid>
      <dc:creator />
      <dc:date>2012-02-15T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281999#M579152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;SPAN class="hps"&gt;You can do&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;one of two ways&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;1)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;If you have the&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;policy &lt;SPAN class="hps"&gt;table&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;in your&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;database you&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;can do&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;POLICY_ANNEX_CHANGED: &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Select &lt;BR /&gt; POLICY_ID,&lt;BR /&gt; IS_ANNEX_CHANGED (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPolicyID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) as ANNEX_CHANGED &lt;BR /&gt; from Dual;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="hps"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="hps"&gt;2)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; If you don´t have a policy table in your database. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&lt;SPAN class="hps"&gt;Making&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;a loop&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;to get information&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;for each policy.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;POLICY:&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &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;POLICY_ID&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;INSR_TYPE&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;OFFICE_ID&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;CLIENT_ID&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;AGENT_ID&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;INSR_BEGIN&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;INSR_END&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [...\policy.qvd] (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&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;FOR&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;P&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=0 &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: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('POLICY')-1;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vPolicyID&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;SPAN style="color: #808080; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('POLICY_ID',&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(P)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; POLICY_ANNEX_CHANGED:&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;BR /&gt; '$(vPolicyID)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;POLICY_ID&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;ANNEX_CHANGED&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&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 IS_ANNEX_CHANGED (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPolicyID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) as ANNEX_CHANGED from Dual;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;P &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/281999#M579152</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2012-02-15T11:45:13Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282000#M579153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Fernando.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you're answer shines me:)&lt;/P&gt;&lt;P&gt;but I have some questions if you don't matter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I would chose the seccond sollution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;POLICY_ANNEX_CHANGED:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;'$(vPolicyID)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;POLICY_ID&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;ANNEX_CHANGED&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&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 IS_ANNEX_CHANGED (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vPolicyID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) as ANNEX_CHANGED from Dual;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;P &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-what do you mean "from Dual"?&lt;/P&gt;&lt;P&gt;-my function is on the server, and it has to be called to return Y/N into the ANNEX_CHANGED field, for each POLICY_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282000#M579153</guid>
      <dc:creator />
      <dc:date>2012-02-15T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282001#M579155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;OK, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;The Dual table is widely used to select operations where there is no need to extract data in tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;You&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;will make&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;a loop&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;for each value of&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;policy&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;and execute&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;your&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;in the database&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;through the&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;SQL Select&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;command&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282001#M579155</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2012-02-15T12:23:44Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282002#M579156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So dual means that the path must be from 2 sides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POLICY_ID will be from the previous loaded table ("policy") and ANNEX_CHANGED must be populated with the answers that my function IS_ANNEX_CHANGED() will retrieve. The function is on a database server, so the path will be different from "policy".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282002#M579156</guid>
      <dc:creator />
      <dc:date>2012-02-15T12:53:25Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282003#M579157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; how can this 2 different paths be called in the SELECT...FROM clause?...one for POLICY_ID and one for ANNEX_CHANGED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282003#M579157</guid>
      <dc:creator />
      <dc:date>2012-02-15T12:56:12Z</dc:date>
    </item>
    <item>
      <title>oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282004#M579159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use you're example, but I have received the following error:&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S0002, ErrorCode: 942, ErrorMsg: [Oracle][ODBC][Ora]ORA-00942: table or view does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that I can call a oracle function and save the returned answer into my ANNEX_CHANGED field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 13:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282004#M579159</guid>
      <dc:creator />
      <dc:date>2012-02-15T13:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: oracle functions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282005#M579160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can try this, Logon in your database and execute the SQL &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Select IS_ANNEX_CHANGED (&lt;STRONG&gt;NumberPolicyID&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) as ANNEX_CHANGED from Dual;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;STRONG&gt;where the NumberPolicyID is a valida Policy_id;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 17:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-functions-in-qlikview/m-p/282005#M579160</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2012-02-15T17:09:06Z</dc:date>
    </item>
  </channel>
</rss>

