<?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 number with the thousand separator in auto format mode in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Format-number-with-the-thousand-separator-in-auto-format-mode/m-p/1758390#M58578</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The client customise the abbreviation for big numbers, but want the exact value when it's under a million (with thousand separator).&lt;BR /&gt;The KPI chart doesn't display correctly the value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the main script, the variables are on the ThousandSep &amp;amp; the&amp;nbsp;NumericalAbbreviation.&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='#&amp;nbsp;##0.00 CHF;-#&amp;nbsp;##0.00 CHF';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=0;&lt;BR /&gt;SET ReferenceDay=4;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='fr-CH';&lt;BR /&gt;SET CreateSearchIndexOnReload=1;&lt;BR /&gt;SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET LongMonthNames='janvier;février;mars;avril;mai;juin;juillet;août;septembre;octobre;novembre;décembre';&lt;BR /&gt;SET DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;SET LongDayNames='lundi;mardi;mercredi;jeudi;vendredi;samedi;dimanche';&lt;BR /&gt;SET NumericalAbbreviation='6:mio;9:mia;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;BR /&gt;//SET NumericalAbbreviation='3:k;6:M;9:bn;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Number. The value is display with the thousand separator&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 11_58_41-20201022_Qlik Sense .png" style="width: 197px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43493i4C8342C8ACF3E5D1/image-dimensions/197x68?v=v2" width="197" height="68" role="button" title="2020-11-04 11_58_41-20201022_Qlik Sense .png" alt="2020-11-04 11_58_41-20201022_Qlik Sense .png" /&gt;&lt;/span&gt;No problem here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Auto. The value is displays with the abbreviation (more than 1 million)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 12_08_09-20201022_ Qlik Sense .png" style="width: 157px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43494iA460CA79530D3D89/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-04 12_08_09-20201022_ Qlik Sense .png" alt="2020-11-04 12_08_09-20201022_ Qlik Sense .png" /&gt;&lt;/span&gt;This is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Auto. The value is displays with the abbreviation (less than 1 million, no abbreviation)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 12_14_11-20201022_Qlik Sense .png" style="width: 195px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43495iCF50B2CC9FB36449/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-04 12_14_11-20201022_Qlik Sense .png" alt="2020-11-04 12_14_11-20201022_Qlik Sense .png" /&gt;&lt;/span&gt;No thousand separator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas to this 'problem'? or a way to fix it?&amp;nbsp;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:52:48 GMT</pubDate>
    <dc:creator>t_donnet</dc:creator>
    <dc:date>2024-11-16T17:52:48Z</dc:date>
    <item>
      <title>Format number with the thousand separator in auto format mode</title>
      <link>https://community.qlik.com/t5/App-Development/Format-number-with-the-thousand-separator-in-auto-format-mode/m-p/1758390#M58578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The client customise the abbreviation for big numbers, but want the exact value when it's under a million (with thousand separator).&lt;BR /&gt;The KPI chart doesn't display correctly the value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the main script, the variables are on the ThousandSep &amp;amp; the&amp;nbsp;NumericalAbbreviation.&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='#&amp;nbsp;##0.00 CHF;-#&amp;nbsp;##0.00 CHF';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=0;&lt;BR /&gt;SET ReferenceDay=4;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='fr-CH';&lt;BR /&gt;SET CreateSearchIndexOnReload=1;&lt;BR /&gt;SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET LongMonthNames='janvier;février;mars;avril;mai;juin;juillet;août;septembre;octobre;novembre;décembre';&lt;BR /&gt;SET DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;SET LongDayNames='lundi;mardi;mercredi;jeudi;vendredi;samedi;dimanche';&lt;BR /&gt;SET NumericalAbbreviation='6:mio;9:mia;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;BR /&gt;//SET NumericalAbbreviation='3:k;6:M;9:bn;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Number. The value is display with the thousand separator&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 11_58_41-20201022_Qlik Sense .png" style="width: 197px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43493i4C8342C8ACF3E5D1/image-dimensions/197x68?v=v2" width="197" height="68" role="button" title="2020-11-04 11_58_41-20201022_Qlik Sense .png" alt="2020-11-04 11_58_41-20201022_Qlik Sense .png" /&gt;&lt;/span&gt;No problem here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Auto. The value is displays with the abbreviation (more than 1 million)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 12_08_09-20201022_ Qlik Sense .png" style="width: 157px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43494iA460CA79530D3D89/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-04 12_08_09-20201022_ Qlik Sense .png" alt="2020-11-04 12_08_09-20201022_ Qlik Sense .png" /&gt;&lt;/span&gt;This is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number format is set to Auto. The value is displays with the abbreviation (less than 1 million, no abbreviation)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-04 12_14_11-20201022_Qlik Sense .png" style="width: 195px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43495iCF50B2CC9FB36449/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-04 12_14_11-20201022_Qlik Sense .png" alt="2020-11-04 12_14_11-20201022_Qlik Sense .png" /&gt;&lt;/span&gt;No thousand separator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas to this 'problem'? or a way to fix it?&amp;nbsp;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-number-with-the-thousand-separator-in-auto-format-mode/m-p/1758390#M58578</guid>
      <dc:creator>t_donnet</dc:creator>
      <dc:date>2024-11-16T17:52:48Z</dc:date>
    </item>
  </channel>
</rss>

