<?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: Format as a percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276932#M857489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you forgot the Num() function.... Try this:&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;&lt;STRONG&gt;='Sustain' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum(TOTAL {$&amp;lt;Category={'Sustain'}&amp;gt;} [Committed Amount]) / (Budget),'#,##0%'&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 03:22:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-02T03:22:23Z</dc:date>
    <item>
      <title>Format as a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276931#M857488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the following to format as a percentage.&amp;nbsp; It is not working.&amp;nbsp; The number format is still showing as .0080831034482759 even when I use the script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Sustain'&amp;amp;sum(TOTAL{$&amp;lt;Category={'Sustain'}&amp;gt;} [Committed Amount]) / (Budget),'#,##0%' &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276931#M857488</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276932#M857489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you forgot the Num() function.... Try this:&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;&lt;STRONG&gt;='Sustain' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum(TOTAL {$&amp;lt;Category={'Sustain'}&amp;gt;} [Committed Amount]) / (Budget),'#,##0%'&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276932#M857489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T03:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276933#M857490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;can try this once:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Sustain'&amp;amp; NUM(sum(TOTAL{$&amp;lt;Category={'Sustain'}&amp;gt;} [Committed Amount]) / (Budget),'#0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276933#M857490</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-02T04:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276934#M857491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Sustain'&amp;amp; NUM(sum(TOTAL{$&amp;lt;Category={'Sustain'}&amp;gt;} [Committed Amount]) / (Budget),'#0.00%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-percentage/m-p/1276934#M857491</guid>
      <dc:creator />
      <dc:date>2017-02-02T04:27:34Z</dc:date>
    </item>
  </channel>
</rss>

