<?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: Line Chart with Trend in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752212#M57940</link>
    <description>&lt;P&gt;Thank you Delestia for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your kind reference sharing below visual. the Time for x-axis is not getting fixed and not ordered. I have marked in red arrow. 9 am for 5th October and 10 October is sequential lined up rather it is order by date. Is there a way to fix the x- axis as 8AM to 8 PM with 1 hr interval.&amp;nbsp; Also the wave lines for different dates are not overlapping rather it is getting displayed next to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikatmap_0-1602641245067.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42190i2BB1A4A650A7C19E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qlikatmap_0-1602641245067.png" alt="qlikatmap_0-1602641245067.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 02:11:16 GMT</pubDate>
    <dc:creator>AtQlik</dc:creator>
    <dc:date>2020-10-14T02:11:16Z</dc:date>
    <item>
      <title>Line Chart with Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752191#M57932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am developing a line chart which has duration as xaxis and date + Time in which a task was executed. Something like below.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Time executed&lt;/TD&gt;&lt;TD&gt;Duration(mm:ss)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/05&lt;/TD&gt;&lt;TD&gt;10 AM&lt;/TD&gt;&lt;TD&gt;1:10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/06&lt;/TD&gt;&lt;TD&gt;10:30 AM&lt;/TD&gt;&lt;TD&gt;2:35&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to develop a chart similar to the one shown in the image. I am facing challenges fixing the x-axis. Could you pls help me with the steps to display the line chart something like below one. The data which I am using is similar to what shown in the above table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikatmap_0-1602626687588.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42185i3E3CB722593D853B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qlikatmap_0-1602626687588.png" alt="qlikatmap_0-1602626687588.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 22:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752191#M57932</guid>
      <dc:creator>AtQlik</dc:creator>
      <dc:date>2020-10-13T22:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752206#M57936</link>
      <description>&lt;P&gt;Hello Qlikatmap,&lt;/P&gt;&lt;P&gt;This can be achieved by using the Line Chart element on your desired sheet. For the first Group Dimension choose your [Time Executed] field in order to get the date time as the x-axis. Then for the Individual Line Dimension choose your [Date] field to get a line for each date you executed the experiment. Finally for your measure, I chose to use Sum([Duration]) however Min/Max will also produce the correct line depending on your data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Delestia_0-1602635272660.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42189i06A38F48A9C5D61C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Delestia_0-1602635272660.png" alt="Delestia_0-1602635272660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 00:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752206#M57936</guid>
      <dc:creator>Delestia</dc:creator>
      <dc:date>2020-10-14T00:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752212#M57940</link>
      <description>&lt;P&gt;Thank you Delestia for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your kind reference sharing below visual. the Time for x-axis is not getting fixed and not ordered. I have marked in red arrow. 9 am for 5th October and 10 October is sequential lined up rather it is order by date. Is there a way to fix the x- axis as 8AM to 8 PM with 1 hr interval.&amp;nbsp; Also the wave lines for different dates are not overlapping rather it is getting displayed next to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikatmap_0-1602641245067.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42190i2BB1A4A650A7C19E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qlikatmap_0-1602641245067.png" alt="qlikatmap_0-1602641245067.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 02:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752212#M57940</guid>
      <dc:creator>AtQlik</dc:creator>
      <dc:date>2020-10-14T02:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with Trend</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752213#M57941</link>
      <description>&lt;P&gt;Below is the script I am using to load the data from excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Created] as [Actual Date],&amp;nbsp; --- ex:&amp;nbsp;10/8/2020 4:47:00 PM&lt;BR /&gt;Date([Created],'DD/MM/YYYY') AS cDate,&amp;nbsp; &amp;nbsp;-- date field separated from previous row [Created]&lt;BR /&gt;Time([Created],'hh:mm TT') as ccTime,&amp;nbsp; -- time&amp;nbsp;field separated from previous row [Created]&lt;BR /&gt;Time([Elapsed time],'mm:ss') as [Time Taken], -- duration in minutes and secs&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 02:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-Trend/m-p/1752213#M57941</guid>
      <dc:creator>AtQlik</dc:creator>
      <dc:date>2020-10-14T02:20:07Z</dc:date>
    </item>
  </channel>
</rss>

