<?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 Time Line Chart questions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Line-Chart-questions/m-p/281501#M587579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a quick question: how to create a time line chart in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 column : Phone and Released date&lt;/P&gt;&lt;P&gt;iphone , 2/2/2010&lt;/P&gt;&lt;P&gt;droid , 2/10/2010&lt;/P&gt;&lt;P&gt;etc, 11/2/2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the time line with the date on the X axis and the phone name&amp;nbsp; shown on the chart&amp;nbsp; and not shown as legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It similar to the time line project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Senjaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 20:15:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-06T20:15:21Z</dc:date>
    <item>
      <title>Time Line Chart questions</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Line-Chart-questions/m-p/281501#M587579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a quick question: how to create a time line chart in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 column : Phone and Released date&lt;/P&gt;&lt;P&gt;iphone , 2/2/2010&lt;/P&gt;&lt;P&gt;droid , 2/10/2010&lt;/P&gt;&lt;P&gt;etc, 11/2/2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the time line with the date on the X axis and the phone name&amp;nbsp; shown on the chart&amp;nbsp; and not shown as legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It similar to the time line project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Senjaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 20:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Line-Chart-questions/m-p/281501#M587579</guid>
      <dc:creator />
      <dc:date>2011-05-06T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time Line Chart questions</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Line-Chart-questions/m-p/281502#M587580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is that you add a counter to each row of that dataset - you will also need to ensure your dates are formatted correctly.&amp;nbsp; This inline statement should give an idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeLine:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as PhoneCount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Phone,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(Date, 'DD MMM YYYY'), 'DD MMM YYYY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phone,Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;iPhone,1 Jan 2011&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Android,24 Mar 2011&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the data in this format you can create a combo chart.&amp;nbsp; Set the Date as the dimension for the chart.&amp;nbsp; Set the first Expression to be &lt;STRONG&gt;sum(PhoneCount)&lt;/STRONG&gt; and select that to be a symbol.&amp;nbsp; Put a second Expression in simply of &lt;STRONG&gt;Phone &lt;/STRONG&gt;- set this to be &lt;STRONG&gt;Values On Data Points&lt;/STRONG&gt;.&amp;nbsp; You will also want to check that you have a &lt;STRONG&gt;Continuous &lt;/STRONG&gt;axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give you something to start with, I would sugest you want to also want to play about with the formatting.&amp;nbsp; The attached .qvw file should give some ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 20:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Line-Chart-questions/m-p/281502#M587580</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-05-06T20:53:36Z</dc:date>
    </item>
  </channel>
</rss>

