<?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 How to make a multiple table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447199#M35170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to make a chart with two kind of data&lt;/P&gt;&lt;P&gt;In power BI , it is easy to make it (By make 2 chart and overlap it)&lt;/P&gt;&lt;P&gt;But in qlik , i can not overlap 2 chart in one place&lt;/P&gt;&lt;P&gt;How could i do it &lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="未命名.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186110_未命名.jpg" style="height: 191px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 15:26:03 GMT</pubDate>
    <dc:creator>lichang422</dc:creator>
    <dc:date>2017-12-07T15:26:03Z</dc:date>
    <item>
      <title>How to make a multiple table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447199#M35170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to make a chart with two kind of data&lt;/P&gt;&lt;P&gt;In power BI , it is easy to make it (By make 2 chart and overlap it)&lt;/P&gt;&lt;P&gt;But in qlik , i can not overlap 2 chart in one place&lt;/P&gt;&lt;P&gt;How could i do it &lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="未命名.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186110_未命名.jpg" style="height: 191px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447199#M35170</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-07T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multiple table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447200#M35171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a combo chart in Sense.&lt;/P&gt;&lt;P&gt;With this data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;SalesPerson,Product, Sales&lt;/P&gt;&lt;P&gt;Adam,1, 2000&lt;/P&gt;&lt;P&gt;Adam,2, 1000&lt;/P&gt;&lt;P&gt;Bob,3, 300&lt;/P&gt;&lt;P&gt;Bob,5,100&lt;/P&gt;&lt;P&gt;Mary,1, 10000&lt;/P&gt;&lt;P&gt;Mary,2, 5123&lt;/P&gt;&lt;P&gt;Mary,3, 395&lt;/P&gt;&lt;P&gt;Sally,1, 1300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And creating a combo chart, gives me the following&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="186134" alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186134_Sample.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Dummy data, but ilustrates that you can get the same behaviour in one single chart object in Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the sample QVF file I created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 16:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447200#M35171</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-12-07T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multiple table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447201#M35172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shih,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you cannot put two objects at same place in Qlik Sense, but you can do it in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the Qlik Associative Model allows you to link two or more tables using any field you want, then you can put the both measures at the same graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Master Calendar and connect the two tables to then. Use this example to do that.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/150367"&gt;How to create master calendar in Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-multiple-table/m-p/1447201#M35172</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2017-12-07T17:09:43Z</dc:date>
    </item>
  </channel>
</rss>

