<?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: Division zero constraint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574240#M1117263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Request you to share sample application so that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt; help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 10:36:51 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2014-02-12T10:36:51Z</dc:date>
    <item>
      <title>Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574233#M1117254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;In chart dimension calculation, I have a division, but we know that it's impossible to divide&amp;nbsp; into zero. Here's my calculation: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(Sum(INCOME) / (Sum(COST)+ Sum(SALARY))) - 1&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;The result is percent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;(Sum(COST)+ Sum(SALARY)&lt;/SPAN&gt; = 0, then the result should be 100%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;How to write it? Pls help!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574233#M1117254</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574234#M1117255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ( &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;(Sum(COST)+ Sum(SALARY)&lt;/SPAN&gt; = 0, 1&lt;/SPAN&gt;,&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(Sum(INCOME) / (Sum(COST)+ Sum(SALARY))) - 1&amp;nbsp; &lt;/SPAN&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574234#M1117255</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2014-02-12T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574235#M1117256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a sample(Scenario) application for better understanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574235#M1117256</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-02-12T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574236#M1117257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI linoy&lt;/P&gt;&lt;P&gt;try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((sum(Cost)+sum(Salary))=0,1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px; background-color: #f6f6f6;"&gt;(Sum(INCOME) / (Sum(COST)+ Sum(SALARY))) - 1 &lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574236#M1117257</guid>
      <dc:creator />
      <dc:date>2014-02-12T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574237#M1117258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is &lt;/P&gt;&lt;P&gt;IF(&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Sum(COST)+ Sum(SALARY)&lt;/SPAN&gt; &amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;(Sum(INCOME) / (Sum(COST)+ Sum(SALARY))) - 1 &lt;/SPAN&gt;,0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Numbers select show in %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574237#M1117258</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-12T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574238#M1117259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'm confused myself.. no, it's not supposed to be 100%, cause let's say if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 1:&lt;/P&gt;&lt;P&gt;I invested 100 and sold 120, so my ROI would be ((120/100)-1)*100 = 20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 2:&lt;/P&gt;&lt;P&gt;I invested 100 and sold 80, so my ROI would be ((80/100)-1)*100 = -20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 3:&lt;/P&gt;&lt;P&gt;WHAT HAPPENS IF I INVEST 0 and sell 100??&lt;/P&gt;&lt;P&gt;What's my ROI then??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574238#M1117259</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T10:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574239#M1117261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The thing is that if &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sum(COST)+ Sum(SALARY)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;= 0, then the result is not supposed to be 0 but quite an opposite!&lt;/P&gt;&lt;P&gt;This part (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Sum(COST)+ Sum(SALARY)&lt;/SPAN&gt;) is my investment. If it's 0, it means that all &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Sum(INCOME) is a benefit. How much it will be in percents though?..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574239#M1117261</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574240#M1117263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Request you to share sample application so that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt; help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574240#M1117263</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-12T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574241#M1117264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;case 1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I invested 100 and sold 120, so my ROI would be ((120/100)-1)*100 = 20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;case 2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I invested 100 and sold 80, so my ROI would be ((80/100)-1)*100 = -20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;case 3:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHAT HAPPENS IF I INVEST 0 and sell 100??&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What's my ROI then?? (logically)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574241#M1117264</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T10:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574242#M1117265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logically, then ROI is infinity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574242#M1117265</guid>
      <dc:creator />
      <dc:date>2014-02-12T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574243#M1117266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Return On Investment (ROI)" class="jiveImage" src="http://i.investopedia.com/inv/dictionary/terms/ROIb.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no investment (Cost of investment = 0), how would I present ROI? It's actually an infinite number... It's impossible, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574243#M1117266</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T11:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574244#M1117267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly! But it's not good to show "-" in the report... It's just not right... because then I do SUM(ROI) and I get less then it's supposed to be. Guess I'll just ask business what they want me to do in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574244#M1117267</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574245#M1117268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It all depends on what you mean by saying "impossible". It's impossible in real life, but can be in your data source by some kind of reason (error, rounding, etc). So YOU must decide, how to display the result of such occasion. A real big value, a text like "error!" or "infinity" or just to substitute a little fixed value to costs (like 0.000001) - every way is possible using if(...) solution posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574245#M1117268</guid>
      <dc:creator />
      <dc:date>2014-02-12T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574246#M1117269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! That's the right answer to the original question &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Though after posting it, I understood that it's supposed to be smth else then a 100% (basically, I'm thinking how to present infinity lol)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574246#M1117269</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T11:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574247#M1117270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree. It's not a mistake, it happens in real life. I'll think further how to present it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks for thinking with me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574247#M1117270</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574248#M1117271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know your task, but SUM(ROI) is (logically) quite a strange operaion... Only if costs (investments) are equal for all the operations. Imagine: 1) inv=1mil, sales=0, 2) inv=1, sales=2. SUM(ROI) = 0, but I would kill such investment manager &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574248#M1117271</guid>
      <dc:creator />
      <dc:date>2014-02-12T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Division zero constraint</title>
      <link>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574249#M1117272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The business wanted to see ROI, but I have data when on certain days investment is 0 but there are sales, so ROI is "-". Sum(ROI) doesn't really make sense, as well as ROI calculation by itself. I'm getting to a conclusion that ROI might not be a right value to present in my case... already told the business about it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Division-zero-constraint/m-p/574249#M1117272</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-02-12T11:27:16Z</dc:date>
    </item>
  </channel>
</rss>

