<?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 absolute value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438006#M163283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a bunch of values in a field with negative value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any command that I can use to remove the negative value aka absolute value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried fabs(value) but the result turns out a different value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 10:06:01 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2013-05-08T10:06:01Z</dc:date>
    <item>
      <title>absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438006#M163283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a bunch of values in a field with negative value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any command that I can use to remove the negative value aka absolute value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried fabs(value) but the result turns out a different value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438006#M163283</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-05-08T10:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438007#M163284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're probably not using the same definition of 'absolute value' as the rest of the world, but fabs(myvalue) returns the absolute value of myvalue. If you want disregard negative values you can use an if statement: if(myvalue&amp;gt;=0,myvalue).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438007#M163284</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-08T10:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438008#M163285</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;fabs() is currect one. Ok try this one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if(Left(value,1)='-',-1,1)*value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438008#M163285</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-08T10:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438009#M163286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the value turns out to be the same as i use fab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;absolute to my understanding is to change ur negative value (-200) to positive ( 200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway my value is in minutes form, say 200 refers to 200 minutes, it that the reason why it turns out my value to be all in decimal point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438009#M163286</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-05-08T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438010#M163287</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;Yes, minutes are come decimal point value in qlikview. Read the Date() and Time() Functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer This Blog&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;&lt;A href="http://www.qlikviewaddict.com"&gt;www.&lt;STRONG&gt;qlikviewaddict&lt;/STRONG&gt;.com&lt;/A&gt;&lt;/CITE&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438010#M163287</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-08T10:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: absolute value</title>
      <link>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438011#M163288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any way i can solve this? without changing here and there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/absolute-value/m-p/438011#M163288</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-05-08T10:21:30Z</dc:date>
    </item>
  </channel>
</rss>

