<?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 Draw a time series/time line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627076#M542957</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 am new to Qlikview. I wanted to achieve the kind of plot shown in attachment. This is how i tried doing it. &lt;/P&gt;&lt;P&gt;1. I have the data in excel. Three columns: Date, Start Time, End Time (ex: 06/06/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12:15:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12:30:00)&lt;/P&gt;&lt;P&gt;2. I used line chart, horizontal representation, i.e. Dimension on X-axis is: Date. The expressions are Time([Start Time],'hh:mm:ss')) and Time([End Time],'hh:mm:ss'). The result is shown in attachment "How far i succeeded.jpg". I could put two points where the Start TIme and End Time was, but dont know how to join them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i am missing.&lt;/P&gt;&lt;P&gt;1. Join Start Time and End Time using a line. All the events (each event is shown by a bar from Start Time to End Time) in a day will be shown using multiple bars.&lt;/P&gt;&lt;P&gt;2. The horizontal axis is the time axis representing 24 hrs, scale preferably 1 hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2014 09:46:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-25T09:46:27Z</dc:date>
    <item>
      <title>Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627076#M542957</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 am new to Qlikview. I wanted to achieve the kind of plot shown in attachment. This is how i tried doing it. &lt;/P&gt;&lt;P&gt;1. I have the data in excel. Three columns: Date, Start Time, End Time (ex: 06/06/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12:15:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12:30:00)&lt;/P&gt;&lt;P&gt;2. I used line chart, horizontal representation, i.e. Dimension on X-axis is: Date. The expressions are Time([Start Time],'hh:mm:ss')) and Time([End Time],'hh:mm:ss'). The result is shown in attachment "How far i succeeded.jpg". I could put two points where the Start TIme and End Time was, but dont know how to join them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i am missing.&lt;/P&gt;&lt;P&gt;1. Join Start Time and End Time using a line. All the events (each event is shown by a bar from Start Time to End Time) in a day will be shown using multiple bars.&lt;/P&gt;&lt;P&gt;2. The horizontal axis is the time axis representing 24 hrs, scale preferably 1 hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627076#M542957</guid>
      <dc:creator />
      <dc:date>2014-05-25T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627077#M542958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think you can do that straight from the data you have. What you have here is Start and End Time as dimension and Date as expression. For the same date, you want to get the trend between your two times - in order to achieve this you should have a single time dimension and have both the times in that column. You have to pivot your time data.&lt;/P&gt;&lt;P&gt;e.g.: &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Date, Time A, Time B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;06/06/2013 , 12:13:00, 12:15:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;05/31/2014, 13:15:00, 15:!5:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;01/02/2014, 1:00:00, 5:00:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp; Date, Time &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/06/2013, 12:13:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/06/2013, 12:15:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05/31/2014, 13:15:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05/31/2014, 15:15:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/02/2014, 1:00:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/02/2014, 5:00:00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;I dont understand the point of this though. Normally the line chart is used to give the trend of something - for example if the sales goes up or down over days ,etc. Not sure what you are trying to achieve here. Sorry couldn't help much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 10:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627077#M542958</guid>
      <dc:creator />
      <dc:date>2014-05-25T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627078#M542959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preethi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I started with line chart, because i dont know which kind of chart will give the kind of view i was looking for. I am trying to represent how some sequence of operations went on a day. Somehow i wanted to show my data in that kind of view. I can create my data in any format (like the pivot example you said), if that helps to get the view i am looking for. Could you please explain in detail (steps) how this can be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 11:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627078#M542959</guid>
      <dc:creator />
      <dc:date>2014-05-25T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627079#M542960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want is a gantt chart.&lt;/P&gt;&lt;P&gt;Check the awesome recipe to accomplish it under those 2 links:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/01/recipe-for-gantt-chart" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/06/01/recipe-for-gantt-chart"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/06/01/recipe-for-gantt-chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3113"&gt;Files for creation of a Gantt chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 12:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627079#M542960</guid>
      <dc:creator />
      <dc:date>2014-05-25T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627080#M542961</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;maybe using error bars is sufficient for your requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_119679_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59516_QlikCommunity_Thread_119679_Pic2.JPG.jpg" style="width: 620px; height: 182px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="59503" alt="QlikCommunity_Thread_119679_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59503_QlikCommunity_Thread_119679_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="59513" alt="QlikCommunity_Thread_119679_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59513_QlikCommunity_Thread_119679_Pic3.JPG.jpg" style="width: 620px; height: 510px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="59514" alt="QlikCommunity_Thread_119679_Pic4.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59514_QlikCommunity_Thread_119679_Pic4.JPG.jpg" style="width: 620px; height: 235px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="59515" alt="QlikCommunity_Thread_119679_Pic5.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59515_QlikCommunity_Thread_119679_Pic5.JPG.jpg" style="width: 620px; height: 241px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_119679_Pic6.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59518_QlikCommunity_Thread_119679_Pic6.JPG.jpg" style="width: 620px; height: 508px;" /&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 22:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627080#M542961</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-25T22:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627081#M542962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. What you have shown really looks like a great and simple solution for what i am looking for. But, I could not open your app (.qvw) file you attached as i am using personal edition and i am getting following error message when i tried opening it (see attachment). Can you send an app that can be opened in the personal edition. Following are the things i could see in your screen shots and I could not replicate the same in my app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I want the time axis to look like same as yours (one hour spacing) and all the axis shown in a single screen. (May if i could open your app i could have known how you did that).&lt;/P&gt;&lt;P&gt;2. On the same day there could more than on "Start and End" set like shown in attachment "Value Table". Can you also tell me how this can done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 05:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627081#M542962</guid>
      <dc:creator />
      <dc:date>2014-05-26T05:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627082#M542963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/61367"&gt;Jean-Pierre Bakhache&lt;/A&gt;: Thank you for your response. I tried the Gantt chart link that you suggested before posting this question. I could not achieve what i wanted. May be i did not do everything right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 05:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627082#M542963</guid>
      <dc:creator />
      <dc:date>2014-05-26T05:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627083#M542964</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 cannot include a licence in my qvw to enable it to be opened with a personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time axis in my example is configured like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_119679_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59523_QlikCommunity_Thread_119679_Pic1.JPG.jpg" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to allow multiple time ranges on a single day, I think you would have to create distinct dimension values e.g. like&amp;nbsp; "6/8/2013_1", "6/8/2013_2", "6/8/2013_3" ... either at script level or as a calculated dimension.&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 10:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627083#M542964</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-26T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627084#M542965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In order to allow multiple time ranges on a single day, I think you could create distinct dimension values with a calculated dimension e.g. like this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;=Date(Date+[Start Time]+[End Time]*0.000001, 'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Dual(Date, Date+[Start Time]+[End Time]*0.000001)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This expression generates distinct dimension values even for multiple time ranges within the same day/date.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The dimension then can be sorted numerically.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The result looks like this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="QlikCommunity_Thread_119679_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59559_QlikCommunity_Thread_119679_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="QlikCommunity_Thread_119679_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/59560_QlikCommunity_Thread_119679_Pic3.JPG.jpg" style="width: 620px; height: 189px;" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this helps&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 15:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627084#M542965</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-26T15:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627085#M542966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your detailed reply. I liked this idea, but there are multiple rows with same date. Is there a possibility to bring all of them to one row, i mean multiple bars of same date on same line (here bars for same date are marked in multiple lines). If this can be done my problem is completely solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 03:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627085#M542966</guid>
      <dc:creator />
      <dc:date>2014-05-29T03:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627086#M542967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, this has worked perfectly for my requirement to display a range between two times on a selected date and for a fixed single dimension. Thanks for your time in posting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2016 11:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627086#M542967</guid>
      <dc:creator />
      <dc:date>2016-05-15T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627087#M542968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marco,&lt;/P&gt;&lt;P&gt;I came through this post while searching for a solution similar to this.Is it possible to exclude dates which have both start time and end time equal to zero ?? If so how can we achieve it?Thank you for your time&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 12:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627087#M542968</guid>
      <dc:creator />
      <dc:date>2016-05-25T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627088#M542969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with a condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(not([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;start time]=0 and [end time]=0), expression&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 22:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627088#M542969</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-25T22:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627089#M542970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marco,&lt;/P&gt;&lt;P&gt;Thank you for quick response.The solution worked well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 04:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627089#M542970</guid>
      <dc:creator />
      <dc:date>2016-05-26T04:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a time series/time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627090#M542971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to follow your steps but my chart just shows 'No data to display'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm obviously doing something wrong, could you help at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 11:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Draw-a-time-series-time-line-chart/m-p/627090#M542971</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2016-11-22T11:28:00Z</dc:date>
    </item>
  </channel>
</rss>

