<?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 How do i call Oracle Hyperlink statement into Qlikview report table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-i-call-Oracle-Hyperlink-statement-into-Qlikview-report/m-p/1769010#M717376</link>
    <description>&lt;P&gt;I have below fields in oracle.&lt;/P&gt;&lt;P&gt;'&lt;A href="http://emy.amoia.org/webtop/Mmols/objId/" target="_blank"&gt;http://emy.amoia.org/webtop/Mmols/objId/&lt;/A&gt;' || emp.emp_id ||'/ver/New' as HyperlinkDoc&lt;/P&gt;&lt;P&gt;how do i call the above fields in LOAD statement followed by select statement.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:26:23 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2024-11-15T23:26:23Z</dc:date>
    <item>
      <title>How do i call Oracle Hyperlink statement into Qlikview report table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-call-Oracle-Hyperlink-statement-into-Qlikview-report/m-p/1769010#M717376</link>
      <description>&lt;P&gt;I have below fields in oracle.&lt;/P&gt;&lt;P&gt;'&lt;A href="http://emy.amoia.org/webtop/Mmols/objId/" target="_blank"&gt;http://emy.amoia.org/webtop/Mmols/objId/&lt;/A&gt;' || emp.emp_id ||'/ver/New' as HyperlinkDoc&lt;/P&gt;&lt;P&gt;how do i call the above fields in LOAD statement followed by select statement.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-call-Oracle-Hyperlink-statement-into-Qlikview-report/m-p/1769010#M717376</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-15T23:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i call Oracle Hyperlink statement into Qlikview report table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-call-Oracle-Hyperlink-statement-into-Qlikview-report/m-p/1769055#M717377</link>
      <description>&lt;LI-CODE lang="markup"&gt;Table:
LOAD 'http://emy.amoia.org/webtop/Mmols/objId/' &amp;amp; emp_id &amp;amp; '/ver/New' as HyperlinkDoc;
SELECT (all of your fields, make sure you include emp.emp_id)
FROM YourTable;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: If you rename emp_id in the SELECT statement, you will need to put whatever you renamed it to in the LOAD statement.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 17:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-call-Oracle-Hyperlink-statement-into-Qlikview-report/m-p/1769055#M717377</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2020-12-16T17:43:25Z</dc:date>
    </item>
  </channel>
</rss>

