<?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: Dividing two values from the same column or values which are not appearing in one row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503984#M1127161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your values are stored in separate fields (like totalvalue, incomevalue) just remove your column type&lt;/P&gt;&lt;P&gt;you'll then get total and income as 2 expressions based on the same dimension&lt;/P&gt;&lt;P&gt;you can divide them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are stored under one field (like value) based on Type dimension then use "above" function (or above(above(...) if not sorted) &lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 08:50:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-19T08:50:10Z</dc:date>
    <item>
      <title>Dividing two values from the same column or values which are not appearing in one row</title>
      <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503983#M1127160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table (please see attached), I want to create a third column (as indicated in the attached document) by dividing two values appearing in the same column or which are (also) appearing into two separate columns but which are not in one row, plz suggest how can I achieve this thing in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Muhammad Raza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503983#M1127160</guid>
      <dc:creator>muhammadraza</dc:creator>
      <dc:date>2013-12-19T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing two values from the same column or values which are not appearing in one row</title>
      <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503984#M1127161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your values are stored in separate fields (like totalvalue, incomevalue) just remove your column type&lt;/P&gt;&lt;P&gt;you'll then get total and income as 2 expressions based on the same dimension&lt;/P&gt;&lt;P&gt;you can divide them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are stored under one field (like value) based on Type dimension then use "above" function (or above(above(...) if not sorted) &lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503984#M1127161</guid>
      <dc:creator />
      <dc:date>2013-12-19T08:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing two values from the same column or values which are not appearing in one row</title>
      <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503985#M1127162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to implement it in the UI not in the Script &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503985#M1127162</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-19T08:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing two values from the same column or values which are not appearing in one row</title>
      <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503986#M1127163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached as possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Points, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num((Points / Previous(Points))-1,'##%')&amp;nbsp; as Increase&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Mappe21.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Tabelle1) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503986#M1127163</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2013-12-19T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing two values from the same column or values which are not appearing in one row</title>
      <link>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503987#M1127164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raza,&lt;/P&gt;&lt;P&gt;PFA hope it helps you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dividing-two-values-from-the-same-column-or-values-which-are-not/m-p/503987#M1127164</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2013-12-19T09:39:18Z</dc:date>
    </item>
  </channel>
</rss>

