<?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: 1 Problem - 2 Questions, How to do various calculations on each field of an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481310#M1135352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mh, I already posted an example for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe its better to keep it simple.&lt;/P&gt;&lt;P&gt;So how &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px; background-color: #f6f6f6;"&gt;can I use the IF-formula when the Account-Structure info is not loaded until the next step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(to avoid the error I mentioned above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would fix the negative values with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then my second problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum it up in a pivot table.&lt;/P&gt;&lt;P&gt;Is it possible to design this table:&lt;/P&gt;&lt;P&gt;(I know its only schematic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turnover&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum(&amp;lt;Sales&amp;gt; Value)&lt;/P&gt;&lt;P&gt;CM1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Turnover - Costs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CM2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Turnover - Costs - Shipping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm usually not that bad with those things, or am I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 14:44:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-06T14:44:15Z</dc:date>
    <item>
      <title>1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481304#M1135343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikCommunity,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with QV every now and then for a few months now. This is my first entry in this board, so: Hi to everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out all my problems myself, but I got stucked on this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to sum up the values from booking accounts to something like a win-loss-account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load the booking accounts and their values from one file and&lt;/P&gt;&lt;P&gt;have to add the structure from another file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to change a few values in the win-loss-structure (change prefixes, sum a few things up)&lt;/P&gt;&lt;P&gt;And here is my problem. H&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ow can I do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I recalculate the values when I have different operations to do on one expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do it in the script?&lt;/P&gt;&lt;P&gt;Or do I have to do it in a pivotable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment I tried it like this in a pivotable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Win-Loss-Structure = 'Turnover', sum({&amp;lt;Win-Loss-Structure= {'Turnover'}&amp;gt;}Value)*-1, if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Win-Loss-Structure = 'CM I', sum({&amp;lt;Win-Loss-Structure= {'Turnover'}&amp;gt;} Value)*-1 - sum({&amp;lt;Win-Loss-Structure= {'CM I'}&amp;gt;} Value), sum(Value)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW it doesnt really work like that.&lt;/P&gt;&lt;P&gt;Its ok for Turnover,&lt;/P&gt;&lt;P&gt;but in CM 1 it excludes the Turnover part in the calculation... So I only get the&amp;nbsp; negative Value for CM 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you get my problem and you could share some inputs how to do it in the script or pivottable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481304#M1135343</guid>
      <dc:creator />
      <dc:date>2013-11-05T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481305#M1135344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example of what you're trying to do? An excel file with some source data and the result table will be fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 18:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481305#M1135344</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-05T18:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481306#M1135345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have one file with the accounts and the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="202"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="119"&gt;Booking Accounts&lt;/TD&gt;&lt;TD width="83"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales -Internet&lt;/TD&gt;&lt;TD align="right"&gt;-213&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales- Mail&lt;/TD&gt;&lt;TD align="right"&gt;-235&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales- Shop&lt;/TD&gt;&lt;TD align="right"&gt;-2355&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Internet&lt;/TD&gt;&lt;TD align="right"&gt;67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Mail&lt;/TD&gt;&lt;TD align="right"&gt;63&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Shop&lt;/TD&gt;&lt;TD align="right"&gt;876&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Internet&lt;/TD&gt;&lt;TD align="right"&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Mail&lt;/TD&gt;&lt;TD align="right"&gt;577&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Shop&lt;/TD&gt;&lt;TD align="right"&gt;76&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I add the Accounting structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="368"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="119"&gt;Booking Accounts&lt;/TD&gt;&lt;TD width="83"&gt;Accounting-Structure - Level 1&lt;/TD&gt;&lt;TD width="83"&gt;Accounting-Structure - Level 2&lt;/TD&gt;&lt;TD width="83"&gt;Accounting-Structure - Level 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales -Internet&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales- Mail&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Sales- Shop&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Internet&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Mail&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Costs - Shop&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Internet&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Mail&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;Shipping - Shop&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the prefix in the sales field is wrong so I have to change that and sum them up afterwards to get the values i.e. for the sales-channels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet: 2132&lt;/P&gt;&lt;P&gt;Mail: 657&lt;/P&gt;&lt;P&gt;Shop:678&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do it in the load script, like&lt;/P&gt;&lt;P&gt;load value if structure level 2= A, value*-1, value as Value2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I load the first table, the info about structure level 2 is not loaded then...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 09:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481306#M1135345</guid>
      <dc:creator />
      <dc:date>2013-11-06T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481307#M1135346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;As you can see the prefix in the sales field is wrong&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I see neither a sales field, nor a prefix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Accounting-Structure - Level 2&lt;/SPAN&gt; for calculations involving Value then you need to join the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load [Booking Account], Value&lt;/P&gt;&lt;P&gt;from ...somewhere...;&lt;/P&gt;&lt;P&gt;join(Table1)&lt;/P&gt;&lt;P&gt;Load [Booking Account]&lt;/P&gt;&lt;P&gt;, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Accounting-Structure - Level 1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Accounting-Structure - Level 2]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Accounting-Structure - Level 3]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from ...somewhere_else...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all you want is to use absolute values you can use fabs(Value) as Value. That will turn all negative values into positive values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481307#M1135346</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-06T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481308#M1135348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ment the minus-sign in the sales-* fields&lt;/P&gt;&lt;P&gt;I want to change it just in these cases.&lt;/P&gt;&lt;P&gt;Negative values in other variables should stay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already joined it.&lt;/P&gt;&lt;P&gt;But I cant use IF when the Account-Structure info is loaded in the next step.&lt;/P&gt;&lt;P&gt;Error message is: "Field not found"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I cant do it in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the pivot my calculation doesn't work as I described in my first post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Its not that easy when I didnt have the full qlikview-vocabulary ready, I know.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 11:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481308#M1135348</guid>
      <dc:creator />
      <dc:date>2013-11-06T11:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481309#M1135350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an excel file with source data and a result table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 11:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481309#M1135350</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-06T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481310#M1135352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mh, I already posted an example for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe its better to keep it simple.&lt;/P&gt;&lt;P&gt;So how &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px; background-color: #f6f6f6;"&gt;can I use the IF-formula when the Account-Structure info is not loaded until the next step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(to avoid the error I mentioned above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would fix the negative values with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then my second problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum it up in a pivot table.&lt;/P&gt;&lt;P&gt;Is it possible to design this table:&lt;/P&gt;&lt;P&gt;(I know its only schematic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turnover&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum(&amp;lt;Sales&amp;gt; Value)&lt;/P&gt;&lt;P&gt;CM1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Turnover - Costs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CM2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Turnover - Costs - Shipping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm usually not that bad with those things, or am I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481310#M1135352</guid>
      <dc:creator />
      <dc:date>2013-11-06T14:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: 1 Problem - 2 Questions, How to do various calculations on each field of an expression</title>
      <link>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481311#M1135354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not getting your problem at all but my english isnt first level so. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you want to transform the negative values use the function&lt;/P&gt;&lt;P&gt;fabs(x) &lt;/P&gt;&lt;P&gt;The absolute value of x. The result is a positive number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-Problem-2-Questions-How-to-do-various-calculations-on-each/m-p/481311#M1135354</guid>
      <dc:creator />
      <dc:date>2013-11-06T15:32:16Z</dc:date>
    </item>
  </channel>
</rss>

