<?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: Use of thousand and decimal separators in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105399#M901664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I tried with my attached sample, it gives the proper number format for both region selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 18:29:17 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-07-12T18:29:17Z</dc:date>
    <item>
      <title>Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105390#M901655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do others handle separators in Qlikview when you have regions/countries using opposite standards.&amp;nbsp; If we choose one standard over the other we'll have issues when the region/country with the non-standard designation tries to export data into Excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 1&lt;/P&gt;&lt;P&gt;1,000.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2&lt;/P&gt;&lt;P&gt;1.000,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option would be to use period for the decimal separator and leave thousands blank, but this isn't an option as the thousands field needs to contain something.&amp;nbsp; A space for thousands is also not ideal as it isn't recognized in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105390#M901655</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105391#M901656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is more tricky than it might seem. In the number format codes you can't select the characters to use as the thousand and decimal separators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is a bit awkward and I'm hopeful someone could come up something a bit simpler&lt;/P&gt;&lt;P&gt;=Replace(&lt;/P&gt;&lt;P&gt;Replace(&lt;/P&gt;&lt;P&gt;Replace(Text(num(1000,'#,##0.00')),'.','|'),&lt;/P&gt;&lt;P&gt;',','.'),&lt;/P&gt;&lt;P&gt;'|',',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives the text : 1.000,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 20:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105391#M901656</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-07-06T20:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105392#M901657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I should be clearer in my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to represent both standards in Qlikview depending on the user or location?&amp;nbsp; Currently Qlikview is setup for only 1 standard.&amp;nbsp; Could Qlikview determine your location and adjust your setting or could the user select the format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So someone from the US selects the format 1,000.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And someone from Brazil selects the format 1.000,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is solved in Qlikview then I think the extract to Excel would be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A workaround might be like you suggest some type of extract script but this doesn't help non-standard users when using Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 20:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105392#M901657</guid>
      <dc:creator />
      <dc:date>2016-07-06T20:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105393#M901658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tested this? When I export to Excel it seems to apply my regional settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105393#M901658</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-06T21:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105394#M901659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not yet.&amp;nbsp; I'll forward to our developer and have him test.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105394#M901659</guid>
      <dc:creator />
      <dc:date>2016-07-06T21:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105395#M901660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I don't know, this one useful or not for you.. but check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load your separator data using inline with Country / Region. Then you can use the separator value in your expression with 'Num' function. for e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;QUALIFY&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *;&lt;BR /&gt;&amp;nbsp; Separator:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Separator,&amp;nbsp; Integer,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Decimal&lt;BR /&gt; Brazil,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "'#.##0', ',' , '.'",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "'#.##0,00', ',' , '.'"&lt;BR /&gt; US,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "'#,##0', '.' , ','",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "'#,##0.00', '.' , ','"&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;UNQUALIFY&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *;&lt;BR /&gt;&amp;nbsp; Sales:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 'Customer '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Rand&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()*100) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Rand&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()*1000 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sales&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 100; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Create the List box for Separator. (Always one selected value would be fine)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;In the expression, you can just use like&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(=Separator.Decimal)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Sample attached.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105395#M901660</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-06T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105396#M901661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;That's terrific. The QV help topic "Format Codes for Interpretation and Formatting Functions" says "It is not possible to set the separator in the format code.", but that's exactly what you've done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105396#M901661</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-07-06T22:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105397#M901662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Works, the format selected is based on a users region domain.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Thanks for the help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 15:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105397#M901662</guid>
      <dc:creator />
      <dc:date>2016-07-07T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105398#M901663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The numbers exported are formatted as text, any fix for this?&amp;nbsp; Thanks Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1079737-130748/image.png"&gt;&lt;IMG __jive_id="131014" alt="image.png" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/131014_image.png" width="191" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105398#M901663</guid>
      <dc:creator />
      <dc:date>2016-07-12T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use of thousand and decimal separators in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105399#M901664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I tried with my attached sample, it gives the proper number format for both region selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-thousand-and-decimal-separators-in-Qlikview/m-p/1105399#M901664</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-12T18:29:17Z</dc:date>
    </item>
  </channel>
</rss>

