<?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 Target vs Achievement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352862#M130936</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;Alternative workaround is to use acummulative expression (on months). Go to dimensions tab and check show all values for month. Then the straight line will continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second alternative is, you above function to get the previous row's values in case of zero. ie., if(sum(sales)=0,above(sum(sales)),sum(sales)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2012 11:39:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-16T11:39:57Z</dc:date>
    <item>
      <title>Target vs Achievement</title>
      <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352859#M130933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck with this for a month now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've Sales table : SPid,Sales,Sale_date&lt;/P&gt;&lt;P&gt;Target Table: SPid,Yearly Target for 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is i need to&amp;nbsp; create a graph as attached for 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales is present for 1999,2000,2012, ok we can get only those sales which are in 2012 by year(Sale_date)='2012'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if there's no sales in a year the target should be shown on the graph, i.e. for 2012 sales is only for Jan to May, still Target should be a full line till Dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 01:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352859#M130933</guid>
      <dc:creator />
      <dc:date>2012-05-16T01:56:57Z</dc:date>
    </item>
    <item>
      <title>Target vs Achievement</title>
      <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352860#M130934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe tick the "Show All Values" checkbox in the dimension tab for Month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 10:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352860#M130934</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-16T10:45:50Z</dc:date>
    </item>
    <item>
      <title>Target vs Achievement</title>
      <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352861#M130935</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 don't have the months for targets. Need to create them probably by some Master Calendar &amp;amp; then link it to the months of Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probly create a key of Salesid &amp;amp; some date component(say Month Year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i've thought but unable to implement. Not sure too whether this will work or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 10:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352861#M130935</guid>
      <dc:creator />
      <dc:date>2012-05-16T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Target vs Achievement</title>
      <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352862#M130936</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;Alternative workaround is to use acummulative expression (on months). Go to dimensions tab and check show all values for month. Then the straight line will continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second alternative is, you above function to get the previous row's values in case of zero. ie., if(sum(sales)=0,above(sum(sales)),sum(sales)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 11:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352862#M130936</guid>
      <dc:creator />
      <dc:date>2012-05-16T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Target vs Achievement</title>
      <link>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352863#M130937</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;These are the things which can be done when i've the months for targets. "Things of the future"&lt;/P&gt;&lt;P&gt;I repeat....I don't have the months just the yearly targets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 11:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Target-vs-Achievement/m-p/352863#M130937</guid>
      <dc:creator />
      <dc:date>2012-05-16T11:43:09Z</dc:date>
    </item>
  </channel>
</rss>

