<?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 combo chart with different dates: each line with each date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395453#M147478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a multichart with four lines (created, closed, resolved and updated) from a list of tickets. I have this data (see the attached image). I create a new combo chart and I configure the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension 1: Month(created_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 2: Month(resolved_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 3: Month(updated_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 4: Month(closed_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression 1: count(created_at)&lt;/P&gt;&lt;P&gt;expression 2: count(resolved_at)&lt;/P&gt;&lt;P&gt;expression 3: count(updated_at)&lt;/P&gt;&lt;P&gt;expression 4: count(closed_at)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result is not the expected, of course. I do not know how get for each expression their appropiate month. I stay the whole day trying to fix the problem. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2012 16:23:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-30T16:23:55Z</dc:date>
    <item>
      <title>combo chart with different dates: each line with each date</title>
      <link>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395453#M147478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a multichart with four lines (created, closed, resolved and updated) from a list of tickets. I have this data (see the attached image). I create a new combo chart and I configure the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension 1: Month(created_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 2: Month(resolved_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 3: Month(updated_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;dimension 4: Month(closed_at) //X axe = Jan, Feb, Mar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression 1: count(created_at)&lt;/P&gt;&lt;P&gt;expression 2: count(resolved_at)&lt;/P&gt;&lt;P&gt;expression 3: count(updated_at)&lt;/P&gt;&lt;P&gt;expression 4: count(closed_at)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result is not the expected, of course. I do not know how get for each expression their appropiate month. I stay the whole day trying to fix the problem. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395453#M147478</guid>
      <dc:creator />
      <dc:date>2012-11-30T16:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart with different dates: each line with each date</title>
      <link>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395454#M147479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in combo chart all the expressions have the same dimensions;) (all you can do is prepare combo with two (or more)&amp;nbsp; expressions (one on the left axe and second on the right axe) but it would be still the same&amp;nbsp; dimension for both expressions (the only diference will be teh scale)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for your question... if all your dimensions give the same range (Jan to Dec) why do you want to use four dimensions? not just one of them? for example &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Month(created_at)&lt;/SPAN&gt; (if task isn't create it could be not&amp;nbsp; resolved/updated/closed, so created_at contain max range of months in your database)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2012 19:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395454#M147479</guid>
      <dc:creator />
      <dc:date>2012-12-01T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart with different dates: each line with each date</title>
      <link>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395455#M147480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one table with all tickets, i.e. 50,000 (see screenshot attached). I want to visualize the amount of created, resolved, closed and updated tickets, per month (Jan...Dec). I decided to use combochart because I want this info all-in-one, i.e. in the same chart. Is possible to do it that I want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 00:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combo-chart-with-different-dates-each-line-with-each-date/m-p/395455#M147480</guid>
      <dc:creator />
      <dc:date>2012-12-02T00:31:35Z</dc:date>
    </item>
  </channel>
</rss>

