<?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 Exporting currency in correct format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exporting-currency-in-correct-format/m-p/2432410#M96718</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I want the following output, e.g.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;0 should be displayed and exported as 0 €&lt;/LI&gt;
&lt;LI&gt;5000&amp;nbsp;should be displayed and exported as 5.000,00 €&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-style: dotted; width: 100%;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;Idea No.&lt;/TD&gt;
&lt;TD width="12.5%"&gt;Formula&lt;/TD&gt;
&lt;TD width="25%"&gt;Number Format&lt;/TD&gt;
&lt;TD width="25%"&gt;Displayed Output in Qlik Sense&lt;/TD&gt;
&lt;TD width="25%"&gt;Exported Output in Excel&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;1&lt;/TD&gt;
&lt;TD width="12.5%"&gt;=Money(round(..., .01))&lt;/TD&gt;
&lt;TD width="25%"&gt;Automatically&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;0 €&lt;/LI&gt;
&lt;LI&gt;5.000,00 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;000 €&lt;/LI&gt;
&lt;LI&gt;5.000 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;2&lt;/TD&gt;
&lt;TD width="12.5%"&gt;=round(..., .01)&lt;/TD&gt;
&lt;TD width="25%"&gt;Currency with: #.##0,00 €;-#.##0,00 €&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;0 €&lt;/LI&gt;
&lt;LI&gt;5.000,00 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;,000 €&lt;/LI&gt;
&lt;LI&gt;5000,000 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My analytics team always export with the tick in keeping the table format, because they want to keep the colors. Therefore their output in excel is like the exported output in excel as above. Not ticking would be a solution for the decimals, but will remove the colored cells.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is my displayed output different to the exported output and how can I change that?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2024 13:46:06 GMT</pubDate>
    <dc:creator>steasy</dc:creator>
    <dc:date>2024-03-19T13:46:06Z</dc:date>
    <item>
      <title>Exporting currency in correct format</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-currency-in-correct-format/m-p/2432410#M96718</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I want the following output, e.g.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;0 should be displayed and exported as 0 €&lt;/LI&gt;
&lt;LI&gt;5000&amp;nbsp;should be displayed and exported as 5.000,00 €&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-style: dotted; width: 100%;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;Idea No.&lt;/TD&gt;
&lt;TD width="12.5%"&gt;Formula&lt;/TD&gt;
&lt;TD width="25%"&gt;Number Format&lt;/TD&gt;
&lt;TD width="25%"&gt;Displayed Output in Qlik Sense&lt;/TD&gt;
&lt;TD width="25%"&gt;Exported Output in Excel&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;1&lt;/TD&gt;
&lt;TD width="12.5%"&gt;=Money(round(..., .01))&lt;/TD&gt;
&lt;TD width="25%"&gt;Automatically&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;0 €&lt;/LI&gt;
&lt;LI&gt;5.000,00 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;000 €&lt;/LI&gt;
&lt;LI&gt;5.000 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;2&lt;/TD&gt;
&lt;TD width="12.5%"&gt;=round(..., .01)&lt;/TD&gt;
&lt;TD width="25%"&gt;Currency with: #.##0,00 €;-#.##0,00 €&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;0 €&lt;/LI&gt;
&lt;LI&gt;5.000,00 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;TD width="25%"&gt;
&lt;OL&gt;
&lt;LI&gt;,000 €&lt;/LI&gt;
&lt;LI&gt;5000,000 €&lt;/LI&gt;
&lt;/OL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My analytics team always export with the tick in keeping the table format, because they want to keep the colors. Therefore their output in excel is like the exported output in excel as above. Not ticking would be a solution for the decimals, but will remove the colored cells.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is my displayed output different to the exported output and how can I change that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-currency-in-correct-format/m-p/2432410#M96718</guid>
      <dc:creator>steasy</dc:creator>
      <dc:date>2024-03-19T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting currency in correct format</title>
      <link>https://community.qlik.com/t5/App-Development/Exporting-currency-in-correct-format/m-p/2432429#M96723</link>
      <description>&lt;P&gt;Your Excel and Qlik Sense are using different decimal and thousands separators. You can change them in the load script:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_0-1710857134405.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162306i71C4E2AA65C23C99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_0-1710857134405.png" alt="LRuCelver_0-1710857134405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 14:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exporting-currency-in-correct-format/m-p/2432429#M96723</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-03-19T14:05:43Z</dc:date>
    </item>
  </channel>
</rss>

