<?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: How to Number format with Comma Separator in Qlik Application Automation in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027157#M1254</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;&amp;nbsp;I will try this out and let you know the results.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 12:05:31 GMT</pubDate>
    <dc:creator>OmuniBasav</dc:creator>
    <dc:date>2023-01-18T12:05:31Z</dc:date>
    <item>
      <title>How to Number format with Comma Separator in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2026375#M1250</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pulling variable value by using Get Expression Value, and then Storing that in a variable. Its all working fine, but I'm unable to format the number with ',' separator.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;current numbers being displayed as: 5487398&lt;/P&gt;
&lt;P&gt;How i want it to display : 54,87,398&lt;/P&gt;
&lt;P&gt;I tried to look for the solution could not find any. Please help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 02:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2026375#M1250</guid>
      <dc:creator>OmuniBasav</dc:creator>
      <dc:date>2023-01-17T02:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Number format with Comma Separator in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027056#M1252</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not think that there is an out of box formula for this in QAA, but i might be wrong.&lt;/P&gt;
&lt;P&gt;What you can do is set up a "Custom Code" block, set it to node as the preferred language and add the following code as input:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let number = 5487398;

// US system en-US
let usFormatNumber = number.toLocaleString('en-US');
console.log(usFormatNumber ); // 5,487,398
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will parse the number to a local string based on a locale parameter.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The position of the comma can be changed by different locales like the 'en-US' separates numbers with a comma at every 3 digits while 'hi-IN' uses a comma at every 2 digits (the last 3 digits are not separated).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 09:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027056#M1252</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-01-18T09:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Number format with Comma Separator in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027157#M1254</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;&amp;nbsp;I will try this out and let you know the results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 12:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027157#M1254</guid>
      <dc:creator>OmuniBasav</dc:creator>
      <dc:date>2023-01-18T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Number format with Comma Separator in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027178#M1255</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;&amp;nbsp;I have tried your method it worked. Thank you so much. Below is how I am storing the variable value from Qlik Sense app, then using custom code to format numbers, then using the store variable value to send it over slack. Thanks again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slack_numberformat_success.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98299i850F43E1B0272A5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="slack_numberformat_success.PNG" alt="slack_numberformat_success.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 13:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Number-format-with-Comma-Separator-in-Qlik-Application/m-p/2027178#M1255</guid>
      <dc:creator>OmuniBasav</dc:creator>
      <dc:date>2023-01-18T13:02:02Z</dc:date>
    </item>
  </channel>
</rss>

