<?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: Load two sets of data from sql and groups sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371520#M493697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is that two tables not are relationed between this.&lt;/P&gt;&lt;P&gt;I need show two reports of diferent kind of data for not create two qw reports separated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2012 16:24:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-27T16:24:39Z</dc:date>
    <item>
      <title>Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371518#M493695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;I have 2 questions.&lt;/P&gt;&lt;P&gt;1) I need select two sets of data from sql database but with diferents structures of fields because i need construct two reports of diferent concepts.&lt;/P&gt;&lt;P&gt;The table 1 have year,customer and profit and table 2&amp;nbsp;&amp;nbsp; cost and customer.&lt;/P&gt;&lt;P&gt;How i&amp;nbsp; retrieve both data from sql in the script ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is possible in the sheet create subsheets ??? or exists any object that agrup objects it tabs ???&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371518#M493695</guid>
      <dc:creator />
      <dc:date>2012-04-26T21:53:39Z</dc:date>
    </item>
    <item>
      <title>Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371519#M493696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can load the two tables from SQL database, but you need to find out how to link the tables properly. Based on your explanation, the first table is defined by Year and Customer, and the second table only has Customer. Don't you have Year in the second table? Correct linking of the tables is th key to correct reporting/analysis in QlikView. Perhaps you could look up some available training on QlikView scripting. Those issues are covered there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The "sub-sheet" is implemented in an object called "Container". You can list several objects (charts and tables) in a Container, and their names will be presented in tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 01:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371519#M493696</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-04-27T01:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371520#M493697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is that two tables not are relationed between this.&lt;/P&gt;&lt;P&gt;I need show two reports of diferent kind of data for not create two qw reports separated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 16:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371520#M493697</guid>
      <dc:creator />
      <dc:date>2012-04-27T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371521#M493698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The recommended is create 2 qvw but if you need to put all in 1 qvw simply load 2 tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_1:&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field3&lt;/P&gt;&lt;P&gt;FROM table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_2:&lt;/P&gt;&lt;P&gt;LOAD field4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field6&lt;/P&gt;&lt;P&gt;FROM table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second issue, like &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/luistarzia" id="jive-8324823989123350198946" style="background-color: #e0eaf3; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;luistarzia&lt;/A&gt; says, use the "container" object, it allow you put in the same object 2 or more tables, graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luciano.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 20:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371521#M493698</guid>
      <dc:creator />
      <dc:date>2012-04-27T20:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371522#M493699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but i see the container and only i put one object per tab ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 20:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371522#M493699</guid>
      <dc:creator />
      <dc:date>2012-04-27T20:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371523#M493700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need select the data from tables of sql ??&lt;/P&gt;&lt;P&gt;In what place of scritp i include the select sentence of each table ??&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 20:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371523#M493700</guid>
      <dc:creator />
      <dc:date>2012-04-27T20:57:26Z</dc:date>
    </item>
    <item>
      <title>Load two sets of data from sql and groups sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371524#M493701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1- The object container only support one object by tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- You can link the qvw with SQL if you want or download the data from SQL to Excel and load data in QlikView from Excel.&lt;/P&gt;&lt;P&gt;In the script you can load all you data after the declaration of variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$ #.##0,00;$-#.##0,00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE LOAD YOUR DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luciano.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 21:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-two-sets-of-data-from-sql-and-groups-sheets/m-p/371524#M493701</guid>
      <dc:creator />
      <dc:date>2012-04-27T21:06:43Z</dc:date>
    </item>
  </channel>
</rss>

