<?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: How to add the reference line that changes overtime? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560311#M744000</link>
    <description>&lt;P&gt;reply is quite helpful.&lt;/P&gt;&lt;P&gt;Try this . it works.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; the person replying in this thread.&lt;/P&gt;&lt;P&gt;quite helpful.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 22:13:20 GMT</pubDate>
    <dc:creator>petersmith69</dc:creator>
    <dc:date>2019-03-22T22:13:20Z</dc:date>
    <item>
      <title>How to add the reference line that changes overtime?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560201#M743997</link>
      <description>&lt;P&gt;The dimension is project released month from 09/2018 to 01/2019.&lt;/P&gt;&lt;P&gt;My target is 09/2018: 66%; 10/2018: 99%; 11/2018: 100%; 12/2018: 100%; 01/2019: 100%.&lt;/P&gt;&lt;P&gt;I wrote a load * inline statement to insert two more column in my data. But the target number is not showing in my final table at all.&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;Table1:&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff" size="1"&gt;LOAD&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;ID,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;Name,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;[Project Development Release Month]&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;FROM a location&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;qvd&lt;/FONT&gt;&lt;FONT size="1"&gt;);&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;left&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;join&lt;/FONT&gt;&lt;FONT size="1"&gt;(Table1)&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff" size="1"&gt;load&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt; * &lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;inline&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;[Project Development Release Month, Target&lt;BR /&gt;09/2018,66%&lt;BR /&gt;10/2018,100%&lt;BR /&gt;11/2018,100%&lt;BR /&gt;12/2018,100%&lt;BR /&gt;01/2019,100%]&lt;/FONT&gt;&lt;FONT size="1"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;Thanks for your help.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560201#M743997</guid>
      <dc:creator>Marie201931</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the reference line that changes overtime?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560206#M743998</link>
      <description>&lt;P&gt;The field type for&amp;nbsp;&lt;SPAN&gt;Project Development Release Month in the two tables might not be the same. It might be a Date field within Table1, but Text within the inline load.... may be try this&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Table1:
LOAD ID,
  Name,
  [Project Development Release Month]
FROM a location (qvd);

Left Join(Table1)
&lt;FONT color="#FF0000"&gt;LOAD Date#([Project Development Release Month], 'MM/YYYY') as [Project Development Release Month],
Target;&lt;/FONT&gt;
LOAD * INLINE [&lt;BR /&gt;Project Development Release Month, Target
09/2018,66%
10/2018,100%
11/2018,100%
12/2018,100%
01/2019,100%&lt;BR /&gt;];&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Mar 2019 15:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560206#M743998</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-22T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the reference line that changes overtime?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560310#M743999</link>
      <description>&lt;P&gt;reply is quite helpful.&lt;/P&gt;&lt;P&gt;Try this . it works.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; the person replying in this thread.quite helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 22:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560310#M743999</guid>
      <dc:creator>petersmith69</dc:creator>
      <dc:date>2019-03-22T22:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the reference line that changes overtime?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560311#M744000</link>
      <description>&lt;P&gt;reply is quite helpful.&lt;/P&gt;&lt;P&gt;Try this . it works.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; the person replying in this thread.&lt;/P&gt;&lt;P&gt;quite helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 22:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-the-reference-line-that-changes-overtime/m-p/1560311#M744000</guid>
      <dc:creator>petersmith69</dc:creator>
      <dc:date>2019-03-22T22:13:20Z</dc:date>
    </item>
  </channel>
</rss>

