<?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: Getting a percentage in a Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828419#M988433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Another way I could do it would be to just show the closest integer. So instead of 0,2021727 I multiply by 100 and just show 20. I can then add &amp;amp; '%' at the end to show 20%. How do I script to get it to be an integer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 12:33:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-20T12:33:11Z</dc:date>
    <item>
      <title>Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828412#M988426</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;So I have a text object and an expression that I would like made into a percentage. My expression works perfectly but I cannot seem to format the value 0,202172078143 that I get into a percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I tried adding the following to the end (and trying several options with where to place parenthesis but only get an error message. I am sure that there is only a small syntactical error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;..........&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)), '#,##0.0%'&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828412#M988426</guid>
      <dc:creator />
      <dc:date>2015-07-20T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828413#M988427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; used this in textobject and it Shows 12,45%&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('12,45','#.#0%') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828413#M988427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-20T11:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828414#M988428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add the bold&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'Jackets'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'KA'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'Jackets'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;) +&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;={'KA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;, '#,##0.00%'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can copy the format from number tab&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="93344" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93344_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828414#M988428</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-20T11:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828415#M988429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo, I cannot format the number as this is a Text Box. The formatting has to be done in the expresssion I think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828415#M988429</guid>
      <dc:creator />
      <dc:date>2015-07-20T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828416#M988430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;SUM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;({&amp;lt;BLART={'K1','K2','K3','K4','KR'}, [BA Name]={'Jackets'}, BUZEI={'001'}&amp;gt;}#ActualNetSpend_NOK) + SUM({&amp;lt;BLART={'KA'}, [BA Name]={'Jackets'}&amp;gt;}#ActualNetSpend_NOK)) / (SUM(TOTAL{&amp;lt;BLART={'K1','K2','K3','K4','KR'}, BUZEI={'001'}&amp;gt;}#ActualNetSpend_NOK) + SUM(TOTAL{&amp;lt;BLART={'KA'}&amp;gt;}#ActualNetSpend_NOK&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;))&lt;SPAN style="color: #ff0000;"&gt;, '#,##0.0%')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828416#M988430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828417#M988431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use NUm() function around your expression like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(your_expression, ########,###,###%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828417#M988431</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-20T12:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828418#M988432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do the Num expressions suggested above I keep getting an error saying "Garbage after expression: ","&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),'#,##0.0%'&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828418#M988432</guid>
      <dc:creator />
      <dc:date>2015-07-20T12:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828419#M988433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Another way I could do it would be to just show the closest integer. So instead of 0,2021727 I multiply by 100 and just show 20. I can then add &amp;amp; '%' at the end to show 20%. How do I script to get it to be an integer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828419#M988433</guid>
      <dc:creator />
      <dc:date>2015-07-20T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828420#M988434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌=NUM(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;SUM({&amp;lt;BLART={'K1','K2','K3','K4','KR'}, [BA Name]={'Jackets'}, BUZEI={'001'}&amp;gt;}#ActualNetSpend_NOK) + SUM({&amp;lt;BLART={'KA'}, [BA Name]={'Jackets'}&amp;gt;}#ActualNetSpend_NOK)) / (SUM(TOTAL{&amp;lt;BLART={'K1','K2','K3','K4','KR'}, BUZEI={'001'}&amp;gt;}#ActualNetSpend_NOK) + SUM(TOTAL{&amp;lt;BLART={'KA'}&amp;gt;}#ActualNetSpend_NOK)),'#,##0.0%')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828420#M988434</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828421#M988436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the pairs of opening and closing brackets are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num (&amp;nbsp; (expr1 + expr2) / (expr3 + expr4) , format_expr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to change you expression to&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=NUM( &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BA Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jackets'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'K1','K2','K3','K4','KR'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BUZEI&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'001'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BLART&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'KA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;#ActualNetSpend_NOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),'#,##0.0%'&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828421#M988436</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-07-20T12:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a percentage in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828422#M988438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect Colin. The extra parenthesis at the beginning did it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-percentage-in-a-Text-Object/m-p/828422#M988438</guid>
      <dc:creator />
      <dc:date>2015-07-20T12:37:49Z</dc:date>
    </item>
  </channel>
</rss>

