<?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: Plot S-Curve Line Chart with Only Start &amp;amp; End Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885338#M72917</link>
    <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Make a list box with 'Project Name,' field&lt;BR /&gt;2. Create a Line Chart with 'Quarter Date' as dimension&lt;BR /&gt;3. measure = [End Value] - [Start Value]&lt;/P&gt;
&lt;P&gt;As your&amp;nbsp;[End Value] , [Start Value] are constant&amp;nbsp; across any given TEST, you see a straight line rather than a curve.&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="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70975iB234D506B3CF5FC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 23:45:18 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2022-01-25T23:45:18Z</dc:date>
    <item>
      <title>Plot S-Curve Line Chart with Only Start &amp; End Values</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885330#M72916</link>
      <description>&lt;P&gt;Hi, I hope someone out there can please help me with this.&lt;/P&gt;
&lt;P&gt;I have a data set that has fixed date increments for each project and a start &amp;amp; end value. I'm trying to plot a S Curve line chart when a specific project is selected (as the sample picture below) with the dates as dimension and I need to calculate the values between the start and end values. Any ideas to calculate this either in the script or the chart would be greatly appreciated, thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonDB_0-1643151107876.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70971i8EBC5E40E45DD6F5/image-size/small?v=v2&amp;amp;px=200" role="button" title="SimonDB_0-1643151107876.png" alt="SimonDB_0-1643151107876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My Data looks something like this:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Project Row Number, Project Name, Quarter Date, Start Value, End Value&lt;BR /&gt;1, TEST1, 01/01/2026, 150,000, 10,000,000 &lt;BR /&gt;2, TEST1, 01/04/2026, 150,000, 10,000,000 &lt;BR /&gt;3, TEST1, 01/07/2026, 150,000, 10,000,000 &lt;BR /&gt;4, TEST1, 01/10/2026, 150,000, 10,000,000 &lt;BR /&gt;5, TEST1, 01/01/2027, 150,000, 10,000,000 &lt;BR /&gt;6, TEST1, 01/04/2027, 150,000, 10,000,000 &lt;BR /&gt;7, TEST1, 01/07/2027, 150,000, 10,000,000 &lt;BR /&gt;8, TEST1, 01/10/2027, 150,000, 10,000,000 &lt;BR /&gt;9, TEST1, 01/01/2028, 150,000, 10,000,000 &lt;BR /&gt;10, TEST1, 01/04/2028, 150,000, 10,000,000 &lt;BR /&gt;1, TEST 2, 01/01/2022, 0, 2,500,000 &lt;BR /&gt;2, TEST 2, 01/04/2022, 0, 2,500,000 &lt;BR /&gt;3, TEST 2, 01/07/2022, 0, 2,500,000 &lt;BR /&gt;4, TEST 2, 01/10/2022, 0, 2,500,000 &lt;BR /&gt;5, TEST 2, 01/01/2023, 0, 2,500,000 &lt;BR /&gt;6, TEST 2, 01/04/2023, 0, 2,500,000 &lt;BR /&gt;1, 3 TEST, 01/01/2023, 800, 12,000 &lt;BR /&gt;2, 3 TEST, 01/04/2023, 800, 12,000 &lt;BR /&gt;3, 3 TEST, 01/07/2023, 800, 12,000 &lt;BR /&gt;4, 3 TEST, 01/10/2023, 800, 12,000 &lt;BR /&gt;5, 3 TEST, 01/01/2024, 800, 12,000 &lt;BR /&gt;6, 3 TEST, 01/04/2024, 800, 12,000 &lt;BR /&gt;7, 3 TEST, 01/07/2024, 800, 12,000 &lt;BR /&gt;8, 3 TEST, 01/10/2024, 800, 12,000 &lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 23:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885330#M72916</guid>
      <dc:creator>SimonDB</dc:creator>
      <dc:date>2022-01-25T23:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Plot S-Curve Line Chart with Only Start &amp; End Values</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885338#M72917</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Make a list box with 'Project Name,' field&lt;BR /&gt;2. Create a Line Chart with 'Quarter Date' as dimension&lt;BR /&gt;3. measure = [End Value] - [Start Value]&lt;/P&gt;
&lt;P&gt;As your&amp;nbsp;[End Value] , [Start Value] are constant&amp;nbsp; across any given TEST, you see a straight line rather than a curve.&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="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70975iB234D506B3CF5FC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 23:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885338#M72917</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2022-01-25T23:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Plot S-Curve Line Chart with Only Start &amp; End Values</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885406#M72923</link>
      <description>&lt;P&gt;Hi, this wouldn't work for me. The Start Value sits with the first date and the end value sits with the last date. I need to calculate the values as a S Curve for the dates between the start and end. I believe this can be done using STDEV and/or NORMDIST, but I've no idea how to plot the expression&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 08:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885406#M72923</guid>
      <dc:creator>SimonDB</dc:creator>
      <dc:date>2022-01-26T08:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Plot S-Curve Line Chart with Only Start &amp; End Values</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885753#M72962</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;helped me solve this in this post&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Re-Logistic-curve/m-p/1885433#M72955" target="_blank"&gt;Solved: Re: Logistic curve - Qlik Community - 1885433&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 22:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-S-Curve-Line-Chart-with-Only-Start-amp-End-Values/m-p/1885753#M72962</guid>
      <dc:creator>SimonDB</dc:creator>
      <dc:date>2022-01-26T22:03:39Z</dc:date>
    </item>
  </channel>
</rss>

