<?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: Money format like $123,456k? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584117#M42711</link>
    <description>&lt;P&gt;I prefer to use it when I load the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can &lt;SPAN&gt;format by using this setup:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="expression.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12575iCAEC7E66B78B5F76/image-size/large?v=v2&amp;amp;px=999" role="button" title="expression.png" alt="expression.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But as I said, I prefer to apply a specific format when the data are loaded - and in the visualization&amp;nbsp;only to display the data.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 18:17:07 GMT</pubDate>
    <dc:creator>nicu1996</dc:creator>
    <dc:date>2019-05-23T18:17:07Z</dc:date>
    <item>
      <title>Money format like $123,456k?</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584068#M42706</link>
      <description>&lt;P&gt;Is there a way to specify a money format that has the following features?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;a dollar-sign prefix&lt;/LI&gt;&lt;LI&gt;thousands-separator commas&lt;/LI&gt;&lt;LI&gt;a k suffix (meaning thousand) no matter what&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I want the k suffix to be there all the time, even if the dollar amount is below 1000 or above 1 million.&amp;nbsp; My gut feeling is that I'd prefer not having to divide my numbers by 1000 to get this to work, if possible (i.e. do this purely with formatting), but I'm open to whatever is simplest.&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;123,456,789.12 -&amp;gt; $123,457k&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;123.45 -&amp;gt; $0k&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 23 May 2019 17:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584068#M42706</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2019-05-23T17:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Money format like $123,456k?</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584090#M42707</link>
      <description>&lt;P&gt;You can try:&lt;/P&gt;&lt;P&gt;Money(amount/1000, '$#,##0k', '.' , ',' )&lt;BR /&gt;&lt;BR /&gt;More details here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Money.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Money.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 17:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584090#M42707</guid>
      <dc:creator>nicu1996</dc:creator>
      <dc:date>2019-05-23T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Money format like $123,456k?</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584108#M42709</link>
      <description>Thanks! I assume I should use that 1) during loading for each money field and/or 2) in each money measure. Is that right?&lt;BR /&gt;&lt;BR /&gt;I'm curious, is there a way to achieve this formatting after the fact, by specifying it in the formatting parameters of a visualization?</description>
      <pubDate>Thu, 23 May 2019 18:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584108#M42709</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2019-05-23T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Money format like $123,456k?</title>
      <link>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584117#M42711</link>
      <description>&lt;P&gt;I prefer to use it when I load the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can &lt;SPAN&gt;format by using this setup:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="expression.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12575iCAEC7E66B78B5F76/image-size/large?v=v2&amp;amp;px=999" role="button" title="expression.png" alt="expression.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But as I said, I prefer to apply a specific format when the data are loaded - and in the visualization&amp;nbsp;only to display the data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 18:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Money-format-like-123-456k/m-p/1584117#M42711</guid>
      <dc:creator>nicu1996</dc:creator>
      <dc:date>2019-05-23T18:17:07Z</dc:date>
    </item>
  </channel>
</rss>

