<?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 Help with something simple in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348207#M1171713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had my initial trianing and used Qlikview a bit but still struggle to understand some simple ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets say I have 1 table called 'author' and another called 'report'. Each report will have an 'author1' but in some cases the report will also have an 'author2'. I connect to my sql database, import the tables fine and initially I import the 'author1' column as 'authorid' so it links directly with the primary key in the 'author' table. The problem here is that I also want the application to show reports for which the selected author is not just the 'author1' but also the 'author2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume that I should not have actually imported the 'author1' column as 'authorid' but instead used an expression to say that the 'author1' value is referring to the 'authorid' value in the 'author' table. I could then pretty much use the same expression to link the 'auhor2' value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 08:08:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-12T08:08:53Z</dc:date>
    <item>
      <title>Help with something simple</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348207#M1171713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had my initial trianing and used Qlikview a bit but still struggle to understand some simple ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets say I have 1 table called 'author' and another called 'report'. Each report will have an 'author1' but in some cases the report will also have an 'author2'. I connect to my sql database, import the tables fine and initially I import the 'author1' column as 'authorid' so it links directly with the primary key in the 'author' table. The problem here is that I also want the application to show reports for which the selected author is not just the 'author1' but also the 'author2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume that I should not have actually imported the 'author1' column as 'authorid' but instead used an expression to say that the 'author1' value is referring to the 'authorid' value in the 'author' table. I could then pretty much use the same expression to link the 'auhor2' value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 08:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348207#M1171713</guid>
      <dc:creator />
      <dc:date>2012-06-12T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with something simple</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348208#M1171714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd say it depends on the charts you want to use. You can either join the "master" Author table to the Report table twice, using Author1 and Author2 as AuthorID respectively, or you can load the Author table twice, once renaming AuthorID to Author1 and the other to Author2, so you hace two author tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 08:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348208#M1171714</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-12T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with something simple</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348209#M1171715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that all sounds good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there nothing which I can do with the data after importing it rather than altering what I am importing? Sorry to be awquard but as I'm sure you can imagine, I am only explaining a small part of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348209#M1171715</guid>
      <dc:creator />
      <dc:date>2012-06-12T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with something simple</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348210#M1171716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several ways of loading data from one table into another: mapping tables, joins, concatenates... once you have already loaded the date, of course. The LOAD part allows you to control what is put into QlikView and the SQL what are you pulling from the data source. In some cases you will need to denormalize data, which uses a bit more space but increases performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, depending on hardware, network traffic, memory and CPU usage of RDBM or DWH... you can do some of these changes (say, joins) in the same SQL statement, but this usually loads unnecessarily the transactional and it all depends on the driver. And some things cannot be done in SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, QlikView has its own rules, and one of them is that tables link only when they share name fields, so renaming is quite usual when loading data into QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-something-simple/m-p/348210#M1171716</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-12T09:25:11Z</dc:date>
    </item>
  </channel>
</rss>

