<?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: Typical Qlikview Program Structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533508#M1149941</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;If the column names are not same then you have to rename the columns by using AS, Qlikview automatically joins if column names are same in the tables.&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, 03 Jul 2013 06:59:07 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-07-03T06:59:07Z</dc:date>
    <item>
      <title>Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533503#M1149933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my friends.&amp;nbsp; I am fairly new to QlikView and am really struggling with some of the basic concepts of the program.&amp;nbsp; My background is in Access to some of the QV syntax is very different to me.&amp;nbsp; For example, in Access, I could tell someone just starting out that the way to create a db app is to connect to an ODBC, link to specific tables, query those tables and then generate reports off of said queries.&amp;nbsp; In QV this does not seem to be the case.&amp;nbsp; I have successfully connected to my ODBC and brought in four different tables.&amp;nbsp; I have qualified each table to make it easier (I thought) to then join certain fields together.&amp;nbsp; This has proved incredibly frustrating for me.&amp;nbsp; I keep getting synthetic keys and have been told that they are a bad thing.&amp;nbsp; Please, would someone take the time to break down for me how you would go about structuring an easy program in QV.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13727923218956470" jivemacro_uid="_13727923218956470"&gt;Example:&lt;BR /&gt; &lt;BR /&gt; 01.&amp;nbsp; CONNECT to ODBC_y;&lt;BR /&gt; 02.&amp;nbsp; QUALIFY *;&lt;BR /&gt; 03.&amp;nbsp; tblName_A:&lt;BR /&gt; 04.&amp;nbsp; SELECT *&lt;BR /&gt; 05.&amp;nbsp; FROM tblName_A&lt;BR /&gt; 06.&amp;nbsp; WHERE condition;&lt;BR /&gt; 07.&amp;nbsp; UNQUALIFY *;&lt;BR /&gt; 08.&lt;BR /&gt; 09.&amp;nbsp; CONNECT to ODBC_z;&lt;BR /&gt; 10.&amp;nbsp; QUALIFY *;&lt;BR /&gt; 11.&amp;nbsp; tblName_B:&lt;BR /&gt; 12.&amp;nbsp; SELECT *&lt;BR /&gt; 13.&amp;nbsp; FROM tblName_B&lt;BR /&gt; 14.&amp;nbsp; WHERE condition;&lt;BR /&gt; 15.&amp;nbsp; UNQUALIFY *;&lt;BR /&gt; &lt;BR /&gt; Now how do I merge these two tables together into one?&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 19:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533503#M1149933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T19:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533504#M1149934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&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;CONNECT to ODBC_y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tblName_A:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM tblName_A&lt;/P&gt;&lt;P&gt;WHERE condition;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CONNECT to ODBC_z; &lt;/P&gt;&lt;P&gt;Concatenate(tblName_A)&lt;/P&gt;&lt;P&gt; SELECT *&lt;/P&gt;&lt;P&gt; FROM tblName_B&lt;/P&gt;&lt;P&gt; WHERE condition;&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>Tue, 02 Jul 2013 19:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533504#M1149934</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-02T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533505#M1149935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the quick response Jagan.  Unfortunately I “think” what I am trying to do is an inner join.  My first example was vague.  Basically the first section of code was bringing in two tables.  Now that I have two tables, they each have a field (for example, tblName_A.him in the first table and tblName_B.her in the second) that I need to join on.I am not sue of the syntax to make this join with two fields from different tables that have different names but the same data in them…&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 19:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533505#M1149935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T19:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533506#M1149937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CONNECT to ODBC_y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;tblName_A:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SELECT *&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM tblName_A&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;WHERE condition;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CONNECT to ODBC_z;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;INNER JOIN(tblName_A)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SELECT &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;her &lt;/SPAN&gt;as him,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM tblName_B&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;WHERE condition;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;If columns are same then qlikview will join the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 20:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533506#M1149937</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-02T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533507#M1149939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the columns are not the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 20:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533507#M1149939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533508#M1149941</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;If the column names are not same then you have to rename the columns by using AS, Qlikview automatically joins if column names are same in the tables.&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, 03 Jul 2013 06:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533508#M1149941</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-03T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Qlikview Program Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533509#M1149943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thnkgreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview can be a little odd when first starting out, but your experience in Access will help you learn quickly. Essentially what you are trying to do in QV is denormalise the data model to a star schema instead of separate tables you would find in a traditional RDBMS. QV handles the storage of duplicated data for you, and less tables in memory will generally perform quicker.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would avoid Select * statements because you could lose control of your QV datamodel (eg. if a new field is added to your datasource which has a field name existing elsewhere they will create a possibly unwanted join). I highly recommend the free online courses and buying a good book - Qlikview11 for Developers by Miguel Garcia and Barry Harmsen is highly recommended, but there are others. I've been using QV for 7 years but still picked up more knowledge than I expected from these publications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 08:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Typical-Qlikview-Program-Structure/m-p/533509#M1149943</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-07-03T08:21:36Z</dc:date>
    </item>
  </channel>
</rss>

