<?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 rounding off number figure problem in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834125#M11488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to stop a sum from rounding off a number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g the correct answer should show 5.5...but I get 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please show me how I can edit this code below to stop this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num( sum(Target), $(= chr(39) &amp;amp; $(=$(vFormat)) &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: this part is needed to convert number to percentage (= chr(39) &amp;amp; $(=$(vFormat)) &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 15:12:42 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-04-27T15:12:42Z</dc:date>
    <item>
      <title>rounding off number figure problem</title>
      <link>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834125#M11488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to stop a sum from rounding off a number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g the correct answer should show 5.5...but I get 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please show me how I can edit this code below to stop this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num( sum(Target), $(= chr(39) &amp;amp; $(=$(vFormat)) &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: this part is needed to convert number to percentage (= chr(39) &amp;amp; $(=$(vFormat)) &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834125#M11488</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-27T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: rounding off problem</title>
      <link>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834126#M11489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JoeyBird,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post an example qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834126#M11489</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-27T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: rounding off number figure problem</title>
      <link>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834127#M11490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is related to an earlier post . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is true and you used a vFormat variable with this definition...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;set vFormat='if(Only(Format)=' &amp;amp; chr(39) &amp;amp; 'Integer' &amp;amp; chr(39) &amp;amp;',' &amp;amp;chr(39)&amp;amp; '#,##0' &amp;amp; chr(39) &amp;amp; ',' &amp;amp; chr(39) &amp;amp; '#,##0%' &amp;amp; chr(39) &amp;amp; ')';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;...then try changing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;#,##0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;#,###.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;#,###.#0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(the last has 2 decimals, the 2nd last has 1 decimal)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834127#M11490</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-04-27T15:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: rounding off number figure problem</title>
      <link>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834128#M11491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;#,###.0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;awesome possum!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 07:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/rounding-off-number-figure-problem/m-p/834128#M11491</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-28T07:22:04Z</dc:date>
    </item>
  </channel>
</rss>

