<?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: Basic SQL question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682574#M1052952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both are Oracle tables, then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql Select m.*&lt;/P&gt;&lt;P&gt;From Main_Tbl m Inner Join Ref_tbl r&lt;/P&gt;&lt;P&gt;on m.base_color = r.color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 05:11:13 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-10-23T05:11:13Z</dc:date>
    <item>
      <title>Basic SQL question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682572#M1052950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, apologies first of all to ask stupid question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have is two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One is reference table with only one field in it which is color. Other is Oracle connection which has multiple fields in it and also field name "Base color".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i am trying to do is to grab only fields which are equal to reference table "color" fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No issues with connecting to Oracle etc, but for some reason i cannot grab values which are equal. thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 00:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682572#M1052950</guid>
      <dc:creator />
      <dc:date>2014-10-23T00:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic SQL question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682573#M1052951</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;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;Color AS [Base color]&lt;/P&gt;&lt;P&gt;FROM ReferenceTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other Table:&lt;/P&gt;&lt;P&gt;INNER KEEP(Reference)&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM OtherTableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use Exists(), refer Qlikview help file for reference and detailed help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Thu, 23 Oct 2014 04:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682573#M1052951</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-23T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Basic SQL question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682574#M1052952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both are Oracle tables, then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql Select m.*&lt;/P&gt;&lt;P&gt;From Main_Tbl m Inner Join Ref_tbl r&lt;/P&gt;&lt;P&gt;on m.base_color = r.color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 05:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-SQL-question/m-p/682574#M1052952</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-23T05:11:13Z</dc:date>
    </item>
  </channel>
</rss>

