<?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: break even analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061468#M927583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to accumulate your y-values, so maybe enable the full accumulation option or use&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rangesum(Above( Count(DISTINCT unit),0,rowno() ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 19:38:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-23T19:38:49Z</dc:date>
    <item>
      <title>break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061467#M927582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to create a simple line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The x-axis should just be a numeric value, in this case representing units sold, each unit has a unique identifier but can appear more than once in the data, so I can count(distinct unit) to get the total value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I want to plot the average income per unit, which should just be a 45 degree line, increasing per unit sold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can then add my fixed costs which are easy as this is just a straight horizontal line&lt;/P&gt;&lt;P&gt;and variable costs which start at the fixed cost on the y-axis and again increase per unit sold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions I can figure, but how can I plot the x-axis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061467#M927582</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061468#M927583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to accumulate your y-values, so maybe enable the full accumulation option or use&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rangesum(Above( Count(DISTINCT unit),0,rowno() ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061468#M927583</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-23T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061469#M927584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use that as a calculated dimension?&lt;/P&gt;&lt;P&gt;Its what I should use as the actual dimension which has me stumped in this case!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just adding a rowno to my load script to see if I can use that as the dimension, not sure why I can;t sus this one, just having a total mental block&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061469#M927584</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-03-23T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061470#M927585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I was thinking about an expression that accumulates the count of units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I am just not understanding what you are trying to achieve. Why is the average income per unit increasing with the number of units?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061470#M927585</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-23T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061471#M927586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not explaining myself very well, as I said... brain fail!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think adding a rowno() to the load script is the best way to achieve what I want, just trying to figure out the best way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably easier if I show you what I intend to produce, the red ring is the break even point (appreciate I probably can't add the red ring to QV!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_example.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119197_qv_example.JPG" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061471#M927586</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-03-23T20:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061472#M927587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you manage to create your excel table in QlikSense in the data model, I think you are all set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061472#M927587</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-23T20:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: break even analysis</title>
      <link>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061473#M927588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying this in desktop and I kind of need to work with the model as it is as its already 325,000,000 records and there is a whole dashboard already hanging off it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think once I can get the rowno() working correctly in the load script I should be grand though, it was an epiphany I had after posting this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/break-even-analysis/m-p/1061473#M927588</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-03-23T20:16:53Z</dc:date>
    </item>
  </channel>
</rss>

