<?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 Best practice for number format on divide by 1000 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116012#M19151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am about to place all my expression in master key , and i am not sure what is the right way if i have expression :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i input as :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pro :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. make the number not so many digit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 user may not know the amount is divide by 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise ? As i try to let user pick the expression and just click on number format = money.. and don't need to select custom and change the number by remove the last 2 digit and insert K . which is trouble some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 23:14:57 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-06-14T23:14:57Z</dc:date>
    <item>
      <title>Best practice for number format on divide by 1000</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116012#M19151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am about to place all my expression in master key , and i am not sure what is the right way if i have expression :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i input as :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pro :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. make the number not so many digit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 user may not know the amount is divide by 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise ? As i try to let user pick the expression and just click on number format = money.. and don't need to select custom and change the number by remove the last 2 digit and insert K . which is trouble some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 23:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116012#M19151</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-14T23:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for number format on divide by 1000</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116013#M19152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Don't&amp;nbsp; use sum(sales)/1000 in load script, you can use sum(sales)/1000 in expression of chart so that you can have both values full as well as user can see 1000 divided value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 06:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116013#M19152</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-06-15T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for number format on divide by 1000</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116014#M19153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not refer to load script , I refer to put my expression in QS AS MASTER KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way thank you for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 06:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-for-number-format-on-divide-by-1000/m-p/1116014#M19153</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-15T06:22:54Z</dc:date>
    </item>
  </channel>
</rss>

