<?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 Combine 2 charts into 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-2-charts-into-1/m-p/338774#M124961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simpler solution will be changing the script to concatenate these 2 tables and then you should be able to achieve this easily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hrs1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incl_Dates1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Incl_Dates1) as Incl_Qtrs1,&lt;/P&gt;&lt;P&gt;'A' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\pqwk\Desktop\DELETE\Book3.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TABLE1)&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hrs2 as Hrs1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incl_Dates2 as Incl_Dates1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Incl_Dates2) as Incl_Qtrs1,&lt;/P&gt;&lt;P&gt;'B' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\pqwk\Desktop\DELETE\Book3.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added additional field Source to differentiate data coming from either source... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further assistance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2012 17:14:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-06T17:14:14Z</dc:date>
    <item>
      <title>Combine 2 charts into 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-charts-into-1/m-p/338773#M124960</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;I have 2 qlikview tables, with ID as the common key. The 2 tables have hours and dates for different tasks. Please see attached qlikview application for details. I am trying to combine the 2 charts to show in 1 chart (with the Incl Qtrs as the horizontal axis and Task1 and Task2 as 2 lines/bars in the chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 17:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-charts-into-1/m-p/338773#M124960</guid>
      <dc:creator />
      <dc:date>2012-03-06T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Combine 2 charts into 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-charts-into-1/m-p/338774#M124961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simpler solution will be changing the script to concatenate these 2 tables and then you should be able to achieve this easily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hrs1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incl_Dates1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Incl_Dates1) as Incl_Qtrs1,&lt;/P&gt;&lt;P&gt;'A' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\pqwk\Desktop\DELETE\Book3.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TABLE1)&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hrs2 as Hrs1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incl_Dates2 as Incl_Dates1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Incl_Dates2) as Incl_Qtrs1,&lt;/P&gt;&lt;P&gt;'B' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\pqwk\Desktop\DELETE\Book3.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added additional field Source to differentiate data coming from either source... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further assistance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 17:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-charts-into-1/m-p/338774#M124961</guid>
      <dc:creator />
      <dc:date>2012-03-06T17:14:14Z</dc:date>
    </item>
  </channel>
</rss>

