<?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: Data from different tables into one Line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232805#M392639</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;Yes, i have done it. But date gets repeated. Beacuse i sales table, there is multiple values for same date. So combining these two table results in Multiple data. &lt;/P&gt;&lt;P&gt;Please find below attached qvf file, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 09:12:23 GMT</pubDate>
    <dc:creator>berryandcherry6</dc:creator>
    <dc:date>2017-03-06T09:12:23Z</dc:date>
    <item>
      <title>Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232799#M392633</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 two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SaleDate,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; Sales ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;SPAN style="font-size: 13.3333px;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD MarketingDate,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; MarketAmount ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL SELECT &lt;SPAN style="font-size: 13.3333px;"&gt;MarketingDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;MarketAmount &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM Marketing;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="ImageSale.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155288_ImageSale.PNG" style="height: 219px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i need to display both datas in line chart for Each day without repeating dates, for last 6 months. How could i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 06:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232799#M392633</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2017-03-06T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232800#M392634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Link those 2 tables with dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SaleDate as CalendarDate,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; Sales ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;SPAN style="font-size: 13.33px;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;LOAD MarketingDate as CalendarDate,&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; MarketAmount ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;SQL SELECT &lt;SPAN style="font-size: 13.33px;"&gt;MarketingDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.33px;"&gt;MarketAmount &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;FROM Marketing;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;and then plot graph&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Dimension:- Month(CalendarDate)&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Measure 1 :- sum(Sales)&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Measure2:- sum(MarketAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 06:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232800#M392634</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-03-06T06:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232801#M392635</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;Thanks for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to display for &lt;STRONG&gt;last 6 months&lt;/STRONG&gt; that is OCT 2016 to Feb 2017, showing dates in x axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 06:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232801#M392635</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2017-03-06T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232802#M392636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use in Set analysis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CalendarDate = {""&amp;gt;=$(=date(addmonths(max(CalendarDate),-6)))}&amp;gt;}MarketAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CalendarDate = {""&amp;gt;=$(=date(addmonths(max(CalendarDate),-6)))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Add Ons section&lt;/P&gt;&lt;P&gt;Uncheck Show Zero Values Property&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 07:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232802#M392636</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-03-06T07:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232803#M392637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shradda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i got what i wanted. But i have a questions here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Month as a dimension, if i use Dates it shows multiple values for same dates. How could i achieve to get only one value for particular dates without repeatation of Dates?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 08:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232803#M392637</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2017-03-06T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232804#M392638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi &lt;/STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/berryandcherry64"&gt;berryandcherry64&lt;/A&gt;‌ kindly rename the date fields of both the table with the same name and then load it so that there is a linking between them and the create a line chart accordingly. Please find the attached images for refrence.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG alt="Sales.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155304_Sales.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG alt="Sales1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/155305_Sales1.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG alt="Sales2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/155306_Sales2.PNG" style="height: 375px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 09:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232804#M392638</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2017-03-06T09:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232805#M392639</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;Yes, i have done it. But date gets repeated. Beacuse i sales table, there is multiple values for same date. So combining these two table results in Multiple data. &lt;/P&gt;&lt;P&gt;Please find below attached qvf file, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 09:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232805#M392639</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2017-03-06T09:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data from different tables into one Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232806#M392640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/berryandcherry64"&gt;berryandcherry64&lt;/A&gt; kindly change the date format to &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;MonthName(date(DateLink,'MMM-YYYY')) in Dimension then the chart will be as per your requirement&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 06:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-different-tables-into-one-Line-chart/m-p/1232806#M392640</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2017-03-09T06:40:00Z</dc:date>
    </item>
  </channel>
</rss>

