<?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 Problem with converting currency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-converting-currency/m-p/1671805#M593575</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I'm having some trouble converting a currency with . as the decimal separator. Please view my code below. I would rather not change the variables as these work for the rest of the application. I've added a screenshot with the current outcome so you can see what's going wrong. What I need is to convert the [Financial charge] field to a value in which the Money separators are as defined in the variables.&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='€ #.##0,00;€ -#.##0,00';&lt;BR /&gt;SET TimeFormat='h:mm:ss';&lt;BR /&gt;SET DateFormat='D/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='D/MM/YYYY h:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='ma;di;wo;do;vr;za;zo';&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;date(Date#([Creation date], 'MMM D, YYYY'), 'DD/MM/YYYY') as Chargebackdate,&lt;BR /&gt;[Financial charge],&lt;BR /&gt;Num#([Financial charge],'#.##0,00') as Chargebackamount,&lt;BR /&gt;[Issue type],&lt;BR /&gt;Status,&lt;BR /&gt;EAN,&lt;BR /&gt;[Purchase Order Code]&lt;BR /&gt;FROM&lt;BR /&gt;[E:\Qlikview Storage\Data\Csv\Chargebacks.csv]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:11:25 GMT</pubDate>
    <dc:creator>Arnec</dc:creator>
    <dc:date>2024-11-16T19:11:25Z</dc:date>
    <item>
      <title>Problem with converting currency</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-converting-currency/m-p/1671805#M593575</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I'm having some trouble converting a currency with . as the decimal separator. Please view my code below. I would rather not change the variables as these work for the rest of the application. I've added a screenshot with the current outcome so you can see what's going wrong. What I need is to convert the [Financial charge] field to a value in which the Money separators are as defined in the variables.&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='€ #.##0,00;€ -#.##0,00';&lt;BR /&gt;SET TimeFormat='h:mm:ss';&lt;BR /&gt;SET DateFormat='D/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='D/MM/YYYY h:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='ma;di;wo;do;vr;za;zo';&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;date(Date#([Creation date], 'MMM D, YYYY'), 'DD/MM/YYYY') as Chargebackdate,&lt;BR /&gt;[Financial charge],&lt;BR /&gt;Num#([Financial charge],'#.##0,00') as Chargebackamount,&lt;BR /&gt;[Issue type],&lt;BR /&gt;Status,&lt;BR /&gt;EAN,&lt;BR /&gt;[Purchase Order Code]&lt;BR /&gt;FROM&lt;BR /&gt;[E:\Qlikview Storage\Data\Csv\Chargebacks.csv]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-converting-currency/m-p/1671805#M593575</guid>
      <dc:creator>Arnec</dc:creator>
      <dc:date>2024-11-16T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with converting currency</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-converting-currency/m-p/1673515#M593576</link>
      <description>&lt;P&gt;Hi, if you want to convert text 16.36 to number 26,36 you can use:&amp;nbsp;Num(Num#(&lt;SPAN&gt;[Financial charge]&lt;/SPAN&gt;, '0', '.', ','))&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 09:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-converting-currency/m-p/1673515#M593576</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-02-08T09:06:23Z</dc:date>
    </item>
  </channel>
</rss>

