<?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: Customize Partial Sum... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822205#M289853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Manish,&lt;/P&gt;&lt;P&gt;Thank you for your time...&lt;/P&gt;&lt;P&gt;i think you can help me, but let me try to explain a bit more...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i have data like below table...&lt;/P&gt;&lt;P&gt;if you see in the table, under control code 10 if sum(Amount) for any AccountCode is negative then dont want to show this value in table...for each AccountCode there are 2 values, and this condition is only for Control code 10...&lt;/P&gt;&lt;P&gt;but for the ControlCode 11 if there is negative sum, then i have to convert it in to positive value and have to show in report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it clear now???&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ControlCode&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AccountCode&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Month&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Amount&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum(this column is not in table)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-100. dont want to show this value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-700&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200(convert this value to positive value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 20:15:22 GMT</pubDate>
    <dc:creator>israrkhan</dc:creator>
    <dc:date>2015-03-17T20:15:22Z</dc:date>
    <item>
      <title>Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822198#M289846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to customize partial sum, in pivot table, is this possibe...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with three dimension and one expression,&lt;/P&gt;&lt;P&gt;i have negative values in pivot table, and i dont want to show negative values, so i am showing zero instead of negative values..&lt;/P&gt;&lt;P&gt;but my sum is still same, i want to get the sum of only visible value,&lt;/P&gt;&lt;P&gt;is there a way to do that? &lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822198#M289846</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-03-17T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822199#M289847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum (&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;CombinedID={"=sum(aggr(sum(Sales),dim1,dim2,dim3)) &amp;gt;=0"}&amp;gt;}&amp;nbsp; Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where CombinedID is a unique identifier of Dim1,Dim2,Dim3... setup as a calculated field in the load via autonumber().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have overcomplicated it but let me know what you think. I haven't tested it yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822199#M289847</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-17T19:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822200#M289848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know whether this will help you or not.. but you can do aggr in the script itself and make 0 for all negative aggregated values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822200#M289848</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-17T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822201#M289849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you share your qvw please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822201#M289849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-17T19:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822202#M289850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply..&lt;/P&gt;&lt;P&gt;let me explain a bit more..&lt;/P&gt;&lt;P&gt;i have 3 master tables, Company, Control, Account, and one transaction table.&lt;/P&gt;&lt;P&gt;my Dimension are CompanyCode, ControlCode, AccountCode,&lt;/P&gt;&lt;P&gt;there are many controlCode under one company, and there are many AccountCode under one ControlCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now let say for ControlCode 10, there are 20 Accountcode, some of them having negatives values,(my transaction are on AccountCode Level)&lt;/P&gt;&lt;P&gt;now under controlCode 10 i dont want to sum any negative value,&lt;/P&gt;&lt;P&gt;and under controlcode 11 i want to convert negative values to positive values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write this complex expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can do this all in expressions, but then my partial sum goes wrong, means remains same...even if i converto negatives to positive , or id i converet negative value to 0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think its clear now...&lt;/P&gt;&lt;P&gt;Thanks Again.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822202#M289850</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-03-17T19:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822203#M289851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, Please read my detail answer to Jonathan, &lt;/P&gt;&lt;P&gt;and kindly help me, i spent 5, 6 hour...but stuck...no luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i am building a Balance sheet...might be one of you have worked on already, and could share the experience...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822203#M289851</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-03-17T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822204#M289852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load Company, Control, Account, Value From TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2;&lt;/P&gt;&lt;P&gt;Load Company, Control, Account, If(Sum(Value) &amp;lt; 0 , 0, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum(Value)) &lt;/SPAN&gt;as TotalValue Resident T1&lt;/P&gt;&lt;P&gt;Group By Company, Control, Account;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use, SUM(TotalValue) instead of Value.... Not sure this would help or not..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822204#M289852</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-17T19:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822205#M289853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Manish,&lt;/P&gt;&lt;P&gt;Thank you for your time...&lt;/P&gt;&lt;P&gt;i think you can help me, but let me try to explain a bit more...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i have data like below table...&lt;/P&gt;&lt;P&gt;if you see in the table, under control code 10 if sum(Amount) for any AccountCode is negative then dont want to show this value in table...for each AccountCode there are 2 values, and this condition is only for Control code 10...&lt;/P&gt;&lt;P&gt;but for the ControlCode 11 if there is negative sum, then i have to convert it in to positive value and have to show in report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it clear now???&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ControlCode&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AccountCode&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Month&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Amount&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum(this column is not in table)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-100. dont want to show this value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-700&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-200(convert this value to positive value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 20:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822205#M289853</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-03-17T20:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822206#M289854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you gone through below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3324"&gt;How to Create a Profit and Loss Statement in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 21:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822206#M289854</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-17T21:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822207#M289855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have read this..&lt;/P&gt;&lt;P&gt;but my data structure is totally different than this...&lt;/P&gt;&lt;P&gt;anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 21:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822207#M289855</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-03-17T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Partial Sum...</title>
      <link>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822208#M289856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Israr ,&amp;nbsp; do you have a mapping table that defines which account code converts negative to positive and which one disregards negatives ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add a field called 'converter' to that mapping table that is either&amp;nbsp; 0 (disregard negatives)&amp;nbsp; ,&amp;nbsp; -1 (convert negatives) , and 1 (leave as is)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&amp;nbsp; (&amp;nbsp;&amp;nbsp; Value * converter) &lt;/P&gt;&lt;P&gt;-&amp;gt;&amp;nbsp; any records associated to a code that is 0 get a 0 value in details and sums&lt;/P&gt;&lt;P&gt;-&amp;gt; any records associated to a code that is -1 get a positive value&amp;nbsp; in details and sums&lt;/P&gt;&lt;P&gt;-&amp;gt; any records associated to a code of 1 get no change at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 14:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customize-Partial-Sum/m-p/822208#M289856</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-18T14:56:24Z</dc:date>
    </item>
  </channel>
</rss>

