<?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 calculation in Qlik in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993576#M82227</link>
    <description>&lt;P&gt;If the expression you posted actually is the expression you tried to use without success then you should replace the en dash with a minus sign to get it working:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1666038220357.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91488i300A86338D0D4874/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1666038220357.png" alt="MarcoWedel_0-1666038220357.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 20:28:36 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-10-17T20:28:36Z</dc:date>
    <item>
      <title>Division calculation in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993530#M82223</link>
      <description>&lt;P&gt;Hello, I have the following table of data. I need to perform the following calculation:&lt;/P&gt;
&lt;P&gt;(VALID_LINES – EXTRA_LINES)/VALID_LINES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I tell Qlik to do this? I am thinking a custom dimension but not sure where to go from there.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 153pt;" border="0" width="204" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD width="68" height="19" style="height: 14.25pt; width: 51pt;"&gt;CATEGORY&lt;/TD&gt;
&lt;TD width="68" style="width: 51pt;"&gt;VALID_LINES&lt;/TD&gt;
&lt;TD width="68" style="width: 51pt;"&gt;EXTRA_LINES&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="height: 14.25pt;"&gt;A&lt;/TD&gt;
&lt;TD align="right"&gt;2&lt;/TD&gt;
&lt;TD align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="height: 14.25pt;"&gt;B&lt;/TD&gt;
&lt;TD align="right"&gt;3&lt;/TD&gt;
&lt;TD align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="height: 14.25pt;"&gt;C&lt;/TD&gt;
&lt;TD align="right"&gt;1&lt;/TD&gt;
&lt;TD align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="height: 14.25pt;"&gt;D&lt;/TD&gt;
&lt;TD align="right"&gt;1&lt;/TD&gt;
&lt;TD align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 18:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993530#M82223</guid>
      <dc:creator>laurenr171</dc:creator>
      <dc:date>2022-10-17T18:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Division calculation in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993562#M82226</link>
      <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Evaluate(&lt;/STRONG&gt;&lt;/FONT&gt;(VALID_LINES-EXTRA_LINES)/VALID_LINES&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/FONT&gt; as [New Measure]&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunPierre_0-1666036165590.png" style="width: 408px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91485i86FBDADCF2108114/image-dimensions/408x92?v=v2" width="408" height="92" role="button" title="BrunPierre_0-1666036165590.png" alt="BrunPierre_0-1666036165590.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 19:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993562#M82226</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-10-17T19:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Division calculation in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993576#M82227</link>
      <description>&lt;P&gt;If the expression you posted actually is the expression you tried to use without success then you should replace the en dash with a minus sign to get it working:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1666038220357.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91488i300A86338D0D4874/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1666038220357.png" alt="MarcoWedel_0-1666038220357.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 20:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Division-calculation-in-Qlik/m-p/1993576#M82227</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-10-17T20:28:36Z</dc:date>
    </item>
  </channel>
</rss>

