<?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 Format Issues with Numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731466#M1049768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a very basic question but cannot make it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got two tables I want to joint &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both I have "Invoice Amount" but Table A : Comes from a systems and Values are like “-411,35” while fromm system B Values are like “411.35”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the script to make 411.35 be “-411,35”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 09:26:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-30T09:26:35Z</dc:date>
    <item>
      <title>Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731466#M1049768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a very basic question but cannot make it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got two tables I want to joint &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both I have "Invoice Amount" but Table A : Comes from a systems and Values are like “-411,35” while fromm system B Values are like “411.35”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the script to make 411.35 be “-411,35”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731466#M1049768</guid>
      <dc:creator />
      <dc:date>2014-10-30T09:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731467#M1049769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace(Replace(InvoiceAmt,'-',''),',','.')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731467#M1049769</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-30T09:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731468#M1049770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing...Thanks a lot Anbun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731468#M1049770</guid>
      <dc:creator />
      <dc:date>2014-10-30T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731469#M1049771</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;Use this Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='-' &amp;amp; Replace(Value,'.',',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731469#M1049771</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2014-10-30T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731470#M1049772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the post, if your queries are answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731470#M1049772</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-30T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731471#M1049773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;=replace(num('411.35','#,##0.00')*-1,'.',','):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use just replace and then set&amp;nbsp; the number format from the Number Tab in charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731471#M1049773</guid>
      <dc:creator />
      <dc:date>2014-10-30T10:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731472#M1049774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FABS( InvoiceAmt ) AS InvoiceAmt&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From Location;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Or&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;IF ( InvoiceAmt &amp;lt; 0,&amp;nbsp; Num( InvoiceAmt * -1&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,'#,##0.00') )&lt;/SPAN&gt;, Num( InvoiceAmt&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,'#,##0.00')&lt;/SPAN&gt; ) AS InvoiceAmt&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;From Location;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731472#M1049774</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T10:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731473#M1049775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked once again and it works only for Debit values i.e: 411.35 be “-411,35” but not when I got Credit Values&lt;/P&gt;&lt;P&gt;-411.35 be “411,35” so I need some kind of If Function as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731473#M1049775</guid>
      <dc:creator />
      <dc:date>2014-10-30T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issues with Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731474#M1049777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load If(InvoiceAmt Like '-*',Replace(Replace(InvoiceAmt,'-',''),',','.'),'-' &amp;amp; Replace(InvoiceAmt,',','.')) Inline [&lt;/P&gt;&lt;P&gt;InvoiceAmt&lt;/P&gt;&lt;P&gt;"-411,35"&lt;/P&gt;&lt;P&gt;"411,35" ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Issues-with-Numbers/m-p/731474#M1049777</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-30T10:48:25Z</dc:date>
    </item>
  </channel>
</rss>

