<?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 Chart - to plot the same chart for different time periods in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461719#M567959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following chart: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Dimension: =class(Wert_niO, 0.001)&lt;/P&gt;&lt;P&gt;- Expression: count(Wert_niO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the data that I plot depends also on the period of time that I choose. I would like to choose 2 different periods and plot 2 times the same chart (in one chart if its possible). The idea is to compare easily the lines of october and september, for example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 09:47:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-29T09:47:31Z</dc:date>
    <item>
      <title>Chart - to plot the same chart for different time periods</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461719#M567959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following chart: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Dimension: =class(Wert_niO, 0.001)&lt;/P&gt;&lt;P&gt;- Expression: count(Wert_niO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the data that I plot depends also on the period of time that I choose. I would like to choose 2 different periods and plot 2 times the same chart (in one chart if its possible). The idea is to compare easily the lines of october and september, for example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 09:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461719#M567959</guid>
      <dc:creator />
      <dc:date>2012-10-29T09:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - to plot the same chart for different time periods</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461720#M567960</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;You can try to add two expressions. One for september and one for october. This is to plot 2 periods in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use count({&amp;lt;Month = {'Sep'}&amp;gt;} &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Wert_niO&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month = {'Oct'}&amp;gt;} &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Wert_niO&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Janzen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 09:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461720#M567960</guid>
      <dc:creator />
      <dc:date>2012-10-29T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - to plot the same chart for different time periods</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461721#M567961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to tell you thawt I have 2 Dimensions (class(Wert, 0.001) and LinieWert). The second dimension allows me to plot 4 Lines, because I have 4 columns with information (I used Crosstable in my skript). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add "Month" as dimension but if I put it in second position than, I cannot plot 8 lines (4 for August and 4 for Sept for example). I just plot 2 lines (Aug and Sept). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 10:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461721#M567961</guid>
      <dc:creator />
      <dc:date>2012-10-29T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - to plot the same chart for different time periods</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461722#M567962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a calculated dimension: LinieWert&amp;amp;'-'&amp;amp;Month and use that instead of Month and LinieWert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 11:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461722#M567962</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-29T11:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - to plot the same chart for different time periods</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461723#M567963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!! It's jut what I needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 11:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-to-plot-the-same-chart-for-different-time-periods/m-p/461723#M567963</guid>
      <dc:creator />
      <dc:date>2012-10-29T11:58:23Z</dc:date>
    </item>
  </channel>
</rss>

