<?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: How to break the complex expression into 2 part ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155865#M629644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 08:23:41 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-07-27T08:23:41Z</dc:date>
    <item>
      <title>How to break the complex expression into 2 part ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155864#M629643</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;&lt;/P&gt;&lt;P&gt;I have below expression from sunny working fine . May i know how to break the below expression into 2 part ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(RangeSum(Above(RangeSum&lt;/P&gt;&lt;P&gt;(Above(&lt;/P&gt;&lt;P&gt;Sum&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;year, month, aP={aP}&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[Amount]*-1), 0, RowNo()))),&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum( &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;aP={aP}&amp;gt;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;TOTAL Aggr(Sum(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;year, month, aP={aP}&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[Amount]*-1), YearMonth&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that i can make it as load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155864#M629643</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-27T08:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to break the complex expression into 2 part ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155865#M629644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155865#M629644</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-27T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to break the complex expression into 2 part ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155866#M629645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above, Aggr() and set expressions do not work in the load script, so it is not a simple conversion. And its not clear how you want to "split" the expression. You also need to explain the context of the expression - if its in a table/chart, what are the dimensions, and how are they sorted, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155866#M629645</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-07-27T08:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to break the complex expression into 2 part ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155867#M629646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jona&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I want to spilt is because I need to compute the Cash conversion cycle. I manage to get 2 items right but only 1 items I cannot get it correct. That AP account payable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to give me some suggestion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-break-the-complex-expression-into-2-part/m-p/1155867#M629646</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-27T09:21:55Z</dc:date>
    </item>
  </channel>
</rss>

