<?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: Negative to positive values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796854#M1039304</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), ',', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 06:27:40 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-12-30T06:27:40Z</dc:date>
    <item>
      <title>Negative to positive values</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796851#M1039301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the values from negative to positive with comma separated.&lt;/P&gt;&lt;P&gt;i used two ways to achieve this.&lt;/P&gt;&lt;P&gt;1. =if(YourExpression&amp;lt;0,chr(91)&amp;amp;fabs(YourExpression)&amp;amp;chr(93),YourExpression)&lt;/P&gt;&lt;P&gt;Result : Getting in square brackets.But, the value of one expression is not adding to another one.The another expression is showing as null.&lt;/P&gt;&lt;P&gt;E.g;&lt;/P&gt;&lt;P&gt;Paid: &lt;/P&gt;&lt;P&gt;=if(A&amp;lt;0,chr(91)&amp;amp;fabs(A)&amp;amp;chr(93),A) &lt;/P&gt;&lt;P&gt;O/P [23456]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;premium:&lt;/P&gt;&lt;P&gt;=if(Paid+insured&amp;lt;0,chr(91)&amp;amp;fabs(Paid+insured)&amp;amp;chr(93),Paid+insured)&lt;/P&gt;&lt;P&gt;O/P :&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Number Tab-&amp;gt; Integer -&amp;gt;#.##0;(#.##0)&lt;/P&gt;&lt;P&gt;It's adding values to another expression.I need comma separated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please any help can be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 08:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796851#M1039301</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-12-29T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Negative to positive values</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796852#M1039302</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;Try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Concat(expression,','),dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 06:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796852#M1039302</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-12-30T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Negative to positive values</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796853#M1039303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's Not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 06:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796853#M1039303</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-12-30T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Negative to positive values</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796854#M1039304</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), ',', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimensionName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 06:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796854#M1039304</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-30T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Negative to positive values</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796855#M1039305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thank you for your suggestions.&lt;/P&gt;&lt;P&gt;It's working by following this link. and small modification.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;#.##0;(#.##0). Here i replaced comma.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;#,##0;(#,##0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/29241"&gt;*** Negative Value to Positive Value ***&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 07:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-to-positive-values/m-p/796855#M1039305</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-12-30T07:32:48Z</dc:date>
    </item>
  </channel>
</rss>

