<?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 How Divide this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752768#M268244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created many rows in QlikView with the wildmatch fuction and Concatenated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now I have 3 rows ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row A&lt;/P&gt;&lt;P&gt;Row B&lt;/P&gt;&lt;P&gt;Row C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension created is called Reumen and the expression is called Sum(Real)*-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to divide (Row A + Row B + Row C) / Row A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How has to be the next row? I know that in QlikView is impossible divide like I did below. But is for better Comprehenssion that what I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Resumen) LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Departamento,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sub_Departamento,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cuenta_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sub_Cuenta_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cc_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '%' as Resumen&lt;/P&gt;&lt;P&gt;RESIDENT Real&lt;/P&gt;&lt;P&gt;WHERE wildmatch(Departamento,'A', 'B', 'C'/'A');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 18:32:32 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2015-03-05T18:32:32Z</dc:date>
    <item>
      <title>How Divide this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752768#M268244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created many rows in QlikView with the wildmatch fuction and Concatenated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now I have 3 rows ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row A&lt;/P&gt;&lt;P&gt;Row B&lt;/P&gt;&lt;P&gt;Row C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension created is called Reumen and the expression is called Sum(Real)*-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to divide (Row A + Row B + Row C) / Row A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How has to be the next row? I know that in QlikView is impossible divide like I did below. But is for better Comprehenssion that what I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Resumen) LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Departamento,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sub_Departamento,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cuenta_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sub_Cuenta_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cc_EERR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '%' as Resumen&lt;/P&gt;&lt;P&gt;RESIDENT Real&lt;/P&gt;&lt;P&gt;WHERE wildmatch(Departamento,'A', 'B', 'C'/'A');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752768#M268244</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-03-05T18:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How Divide this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752769#M268245</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 have created an example the final number has to be 0,31 or 31% in the fourth row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so 2027/6347&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752769#M268245</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-03-05T18:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How Divide this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752770#M268246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 14:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Divide-this/m-p/752770#M268246</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-03-06T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

