<?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: datamart qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828750#M1006436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes in the second table there are also wrong data like Entity that does not exist, when i concatenate the two tables by the name of the column: Entity and I add the field ENTITY in the dashboard as u can see below&lt;/P&gt;&lt;P&gt;I get the concatenation of the two ENTITY name's that exist in table 1 + table 2 but i want to see just the ENTITY's name that are in the table 1. how can I do that please?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86111_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2015 21:56:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-10T21:56:38Z</dc:date>
    <item>
      <title>datamart qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828748#M1006434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question1:&lt;/P&gt;&lt;P&gt;hey everyone,&lt;/P&gt;&lt;P&gt;I have this table in sql server as u see below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="374" src="https://community.qlik.com/legacyfs/online/86102_Capture.PNG" style="height: 374px; width: 559.967px;" width="560" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I import this table with its data to qlikview&amp;nbsp; but I want to realize this Datamart by taking the informations from the columns which are in this unique table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" height="378" src="https://community.qlik.com/legacyfs/online/86103_Capture2.PNG" style="height: 378px; width: 509.771px;" width="510" /&gt;&lt;/P&gt;&lt;P&gt;If I can do that, could you guide me how we create Damarts in Qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUESTION 2 :&lt;/P&gt;&lt;P&gt;I have two tables like below, sometimes some informations does not exist is the second table that is why i need to calculate the difference between them&lt;/P&gt;&lt;P&gt;&lt;IMG alt="0.PNG" class="jive-image image-3" height="294" src="https://community.qlik.com/legacyfs/online/86104_0.PNG" style="height: 294px; width: 431.047px;" width="431" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a graphe= like this: which I can see at the same time&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;The number of employees in table 1&lt;/LI&gt;&lt;LI&gt;The number of employees in table two &lt;/LI&gt;&lt;LI&gt;And the difference between number of employees in table 2 and numbers of employees in table 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And when I qlick in a entity&amp;nbsp; name in qlikview dashboard I want to see of course in the graph the numbers adequate to this entity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 20:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828748#M1006434</guid>
      <dc:creator />
      <dc:date>2015-05-10T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: datamart qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828749#M1006435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't fully understood your first question, could you explain this a bit more in detail? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your second question, you can concatenate your two tables and distinguish between them by creating a new field SOURCE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;LOAD Entity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Table 1' as Source&lt;/P&gt;&lt;P&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Entity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Table 2' as Source&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;Tables get auto-concatenated when they show the same number of fields and field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a chart in your front end with dimension Source (and if you want, Entity) and =Sum(Employee) as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 21:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828749#M1006435</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-10T21:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: datamart qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828750#M1006436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes in the second table there are also wrong data like Entity that does not exist, when i concatenate the two tables by the name of the column: Entity and I add the field ENTITY in the dashboard as u can see below&lt;/P&gt;&lt;P&gt;I get the concatenation of the two ENTITY name's that exist in table 1 + table 2 but i want to see just the ENTITY's name that are in the table 1. how can I do that please?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86111_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 21:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828750#M1006436</guid>
      <dc:creator />
      <dc:date>2015-05-10T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: datamart qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828751#M1006437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should see the ENTITY values in the list box limited to the values of table 1 when you select 'Table 1' in field Source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, it depends on your analysis requirements if this approach is suitable for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you focus on comparing the values of the two tables, e.g. for analyzing the data quality, I think it should be a reasonable one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 22:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datamart-qlikview/m-p/828751#M1006437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-10T22:29:16Z</dc:date>
    </item>
  </channel>
</rss>

