<?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: Decreasing Goal Line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401573#M559337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do it in a load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 13:45:26 GMT</pubDate>
    <dc:creator>oleg_orlov</dc:creator>
    <dc:date>2013-05-23T13:45:26Z</dc:date>
    <item>
      <title>Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401572#M559336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of data that I would like to create a decreasing goal line for. It is set up by weekly amounts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have it start with a value such as 1.7 and then decrease it by 9.8% for each week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula in excel was simple. [1.7-(1.7*.0098)] in the first row and then in the next row below that, have it reference the cell above it's value and subratact it by 9.8%&lt;/P&gt;&lt;P&gt;[REF - (REF * .0098) and copy that forumula down the excel document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot seem to replicate this formula in Qlikview. I tried using the AGGR function with no success. Does anyone know of a way to complete this formula in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401572#M559336</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401573#M559337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do it in a load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401573#M559337</guid>
      <dc:creator>oleg_orlov</dc:creator>
      <dc:date>2013-05-23T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401574#M559338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be possible. But I'm not sure how to go about doing it that way either?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401574#M559338</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T13:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401575#M559339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use an exprssion similar to this if you want to do it in the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(RowNo()=1,1.7-(1.7*0.0098),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; above(Column(1)) - (above(Column(1))* 0.0098)&amp;nbsp;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401575#M559339</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-23T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401576#M559340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gave me a very volatile line. I just need a steadily decreasing line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values should follow this pattern for the formula, decreasing by 9.8% starting with a value of 1.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.7000&lt;/P&gt;&lt;P&gt;1.6833&lt;/P&gt;&lt;P&gt;1.6668&lt;/P&gt;&lt;P&gt;1.6505&lt;/P&gt;&lt;P&gt;1.6343&lt;/P&gt;&lt;P&gt;1.6183&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 15:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401576#M559340</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401577#M559341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression does that (see the attached document)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401577#M559341</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-23T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401578#M559342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does for a chart, but I need it to represent it in a line graph. I tried it in my application and it gave me a straight line. Even in the table formate it just gave me the value 1.6833 for each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what was different except that I have different variables listed in my dimensions (Fiscal Weeks). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to plot this Goal line over a set of values. Would that be conflicting with it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401578#M559342</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401579#M559343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload an example .qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401579#M559343</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-23T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401580#M559344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example with some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with this data it is still showing a straight line for the goal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401580#M559344</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401581#M559345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You only need one dimenion (Month) you can remove RowNo()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 20:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401581#M559345</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-23T20:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401582#M559346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I tried that first but then it just gives me a line dependent on the values, I just need a slowing downward sloping line. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 21:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401582#M559346</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-23T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401583#M559347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I downloaded your qvw and just left the month dimension I had a downwards sloping line.&lt;/P&gt;&lt;P&gt;I didn't want to upload the file again being so large it would have taken forever.&amp;nbsp; I'm not around tomorrow so if you have anymore problems I suggest starting a new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 21:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401583#M559347</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-23T21:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401584#M559348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I'll look into it further. Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401584#M559348</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-28T11:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing Goal Line</title>
      <link>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401585#M559349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This formual does work. I had to switch the order of the expressions. I put this one first and my value expression after it and now it works! Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 17:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decreasing-Goal-Line/m-p/401585#M559349</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2013-05-29T17:52:51Z</dc:date>
    </item>
  </channel>
</rss>

