<?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: Issue with Joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123305#M894502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Anjos its really helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 20:22:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-03T20:22:56Z</dc:date>
    <item>
      <title>Issue with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123303#M894500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a query which is perfectly executing ,when im using in the script its throwing error ,&amp;nbsp; I assumed initially it was DB error but rest of the Queries are executing and loading from same DB .&lt;/P&gt;&lt;P&gt;kindy suggest if any errors or catch points where qlikview is not allowing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached Screen print .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from&lt;/P&gt;&lt;P&gt;(select&amp;nbsp; intf.ext_interface_nm PHWEB_INTERFACE_NM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SLA_THRESHOLD PHWEB_THRESHOLD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUTOFF_SLA_THRESHOLD PHWEB_CUTOFF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'mm/dd/yyyy') RECEPTION_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'hh24:mi:ss') PHWEB_INTIME&lt;/P&gt;&lt;P&gt;from zyadm.zy_interface_t intf, zyadm.zy_file_t ft&lt;/P&gt;&lt;P&gt;where intf.interface_id = ft.interface_id&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp; ft.reception_dt&amp;gt; = sysdate-7&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp; ft.interface_id = 1000) PHWEB&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN&lt;/P&gt;&lt;P&gt;(select&amp;nbsp; intf.ext_interface_nm GPSY_INTERFACE_NM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SLA_THRESHOLD GPSY_THRESHOLD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUTOFF_SLA_THRESHOLD GPSY_CUTOFF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'mm/dd/yyyy') RECEPTION_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'hh24:mi:ss') GPSY_INTIME&lt;/P&gt;&lt;P&gt;from zyadm.zy_interface_t intf, zyadm.zy_file_t ft&lt;/P&gt;&lt;P&gt;where intf.interface_id = ft.interface_id&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp; ft.reception_dt&amp;gt; = sysdate-7&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp; ft.interface_id = 1003) GPSY&lt;/P&gt;&lt;P&gt;ON GPSY.RECEPTION_DATE = PHWEB.RECEPTION_DATE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123303#M894500</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123304#M894501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That´s because you have &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RECEPTION_DATE in both query´s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Select * will bring &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RECEPTION_DATE twice that Qlik does not permit.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Never user select *,&lt;/SPAN&gt; list only the fields you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 17:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123304#M894501</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-03T17:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123305#M894502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Anjos its really helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 20:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Joins/m-p/1123305#M894502</guid>
      <dc:creator />
      <dc:date>2016-08-03T20:22:56Z</dc:date>
    </item>
  </channel>
</rss>

