<?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 in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434586#M96903</link>
    <description>&lt;P&gt;hello everyone, this is rather an easy question but i am not being able to solve this.&lt;/P&gt;
&lt;P&gt;I have a table, where my values are being displayed as this "$58395" but i would like to have them as this "$58,3K". How can i do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the format pattern right now looks like this:&amp;nbsp;#.##0 €;-#.##0 € . I played around with it but i just dont get it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:01:15 GMT</pubDate>
    <dc:creator>Nemo1</dc:creator>
    <dc:date>2024-11-15T21:01:15Z</dc:date>
    <item>
      <title>Format number in table</title>
      <link>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434586#M96903</link>
      <description>&lt;P&gt;hello everyone, this is rather an easy question but i am not being able to solve this.&lt;/P&gt;
&lt;P&gt;I have a table, where my values are being displayed as this "$58395" but i would like to have them as this "$58,3K". How can i do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the format pattern right now looks like this:&amp;nbsp;#.##0 €;-#.##0 € . I played around with it but i just dont get it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434586#M96903</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-11-15T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Format number in table</title>
      <link>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434592#M96904</link>
      <description>&lt;P&gt;use num()&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Num.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Num.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Money.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Money.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 08:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434592#M96904</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2024-03-26T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format number in table</title>
      <link>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434604#M96905</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;=Money('$58395'/1000, '$#,##0.0K')&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 09:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-number-in-table/m-p/2434604#M96905</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-03-26T09:07:13Z</dc:date>
    </item>
  </channel>
</rss>

