<?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: Money format issues (both app and export) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19032#M1281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the ThousandSep Once in ur Script , i am seeing Blanks . compare with Default Script down ..&lt;/P&gt;&lt;P&gt;your Script has Blank Settings in Thousandsep&lt;/P&gt;&lt;P&gt;and MoneyThousandSep &lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;MoneyDeccimalSep should be '.';&lt;/P&gt;&lt;P&gt;in your case it is ',' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace, 'Segoe UI Emoji'; font-size: 14px;"&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; ThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyDecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyFormat=&lt;SPAN style="color: #ce9178;"&gt;'# ##0,00 kr;-# ##0,00 kr'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimeFormat=&lt;SPAN style="color: #ce9178;"&gt;'hh:mm:ss'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DateFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimestampFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD hh:mm:ss[.fff]'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Default Script :&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be Helpful to process furthur...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 10:46:44 GMT</pubDate>
    <dc:creator>praveenkumar_ma</dc:creator>
    <dc:date>2018-06-14T10:46:44Z</dc:date>
    <item>
      <title>Money format issues (both app and export)</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19031#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling to get the money format correct in my apps.&lt;/P&gt;&lt;P&gt;In the script I have the following settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace, 'Segoe UI Emoji'; font-size: 14px;"&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; ThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyDecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyFormat=&lt;SPAN style="color: #ce9178;"&gt;'# ##0,00 kr;-# ##0,00 kr'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimeFormat=&lt;SPAN style="color: #ce9178;"&gt;'hh:mm:ss'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DateFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimestampFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD hh:mm:ss[.fff]'&lt;/SPAN&gt;;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The measure I present is coded like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;Money(Sum(count*netprice))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;In a pivot table it looks correct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205031_1.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But when exporting to Excel it looks like this (missing spaces):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;IMG alt="3.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205032_3.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;In a bar chart it looks like this (spaces missing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;IMG alt="2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/205033_2.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;And when exporting to Excel I get this (spaces still missing):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;IMG alt="4.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/205034_4.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If I change the number format in my bar chart from "auto" to "currency" I get this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;IMG alt="5.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/205035_5.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;And when exporting to Excel I get this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/alert.png" /&gt; (values are correct but presentation is divided by 1000):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;IMG alt="6.PNG" class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/205036_6.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;SPAN style="color: #000000;"&gt;I would be very grateful if someone could explain to me what is going on and how to get it right&lt;/SPAN&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;/Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19031#M1280</guid>
      <dc:creator>phultman</dc:creator>
      <dc:date>2018-06-13T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Money format issues (both app and export)</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19032#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the ThousandSep Once in ur Script , i am seeing Blanks . compare with Default Script down ..&lt;/P&gt;&lt;P&gt;your Script has Blank Settings in Thousandsep&lt;/P&gt;&lt;P&gt;and MoneyThousandSep &lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;MoneyDeccimalSep should be '.';&lt;/P&gt;&lt;P&gt;in your case it is ',' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace, 'Segoe UI Emoji'; font-size: 14px;"&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; ThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyThousandSep=&lt;SPAN style="color: #ce9178;"&gt;' '&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyDecimalSep=&lt;SPAN style="color: #ce9178;"&gt;','&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; MoneyFormat=&lt;SPAN style="color: #ce9178;"&gt;'# ##0,00 kr;-# ##0,00 kr'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimeFormat=&lt;SPAN style="color: #ce9178;"&gt;'hh:mm:ss'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; DateFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #569cd6;"&gt;SET&lt;/SPAN&gt; TimestampFormat=&lt;SPAN style="color: #ce9178;"&gt;'YYYY-MM-DD hh:mm:ss[.fff]'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Default Script :&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be Helpful to process furthur...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 10:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19032#M1281</guid>
      <dc:creator>praveenkumar_ma</dc:creator>
      <dc:date>2018-06-14T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Money format issues (both app and export)</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19033#M1282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, put It depends on what locale you are using.&lt;/P&gt;&lt;P&gt;I want to have Swedish notation. Hence space and ','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/19033#M1282</guid>
      <dc:creator>phultman</dc:creator>
      <dc:date>2018-06-14T11:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Money format issues (both app and export)</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/1735682#M56206</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm facing a similar issue, easy to reproduce with an inline load of two rows&lt;/P&gt;&lt;P&gt;On the top, Qlik Sense&lt;/P&gt;&lt;P&gt;Below, the extract in Excel&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pierreguss1_0-1597332376715.png" style="width: 659px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39002iB7A032A0B746A643/image-dimensions/659x229?v=v2" width="659" height="229" role="button" title="pierreguss1_0-1597332376715.png" alt="pierreguss1_0-1597332376715.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem comes from the currency format&lt;/P&gt;&lt;P&gt;Column 1 :&amp;nbsp;#&amp;nbsp;##0,00 €;-#&amp;nbsp;##0,00 €&lt;/P&gt;&lt;P&gt;Column2 :&amp;nbsp;#&amp;nbsp;##0,00€;-#&amp;nbsp;##0,00€&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column3 :&amp;nbsp;#&amp;nbsp;##0&amp;nbsp;€;-#&amp;nbsp;##0&amp;nbsp;€ =&amp;gt; problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Column4 :&amp;nbsp;&amp;nbsp;#&amp;nbsp;##0€;-#&amp;nbsp;##0€&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know if the problem is also linked to the currency format in Excel settings.&lt;/P&gt;&lt;P&gt;Anyway, it looks like changing the currency format can solve the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps... 2 years later &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 15:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-issues-both-app-and-export/m-p/1735682#M56206</guid>
      <dc:creator>pierreguss1</dc:creator>
      <dc:date>2020-08-13T15:37:27Z</dc:date>
    </item>
  </channel>
</rss>

