<?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: Percentage symbol in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787863#M278634</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;This worked for me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if([Field (%)]/100&amp;lt;=0,0,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Field(%)]/100&amp;lt;1, '(' &amp;amp;[Field(%)]/100&amp;nbsp; ')' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: inherit; font-weight: 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;if([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Field(%)&lt;/SPAN&gt;]/100&amp;gt;1,[&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Field(%)&lt;/SPAN&gt;]/100)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 15:01:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-25T15:01:48Z</dc:date>
    <item>
      <title>Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787834#M278605</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 have a field&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81816_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I need to show % at end of values like (0.21)%. i set it in Number properties, also used &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(Expression,'#.##0,00%') &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;but its not working ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;any expression level script or properties to change?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787834#M278605</guid>
      <dc:creator />
      <dc:date>2015-03-25T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787835#M278606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(Expression,'#0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787835#M278606</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-25T07:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787836#M278607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you add parentheses to the small values? Are those negative values? In that case, add the % symbol to the format string in the Numbers tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787836#M278607</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-25T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787837#M278608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its not working&lt;/P&gt;&lt;P&gt;my Expression is&lt;/P&gt;&lt;P&gt;=Num(if([Field (%)]/100&amp;lt;=0,0,&lt;/P&gt;&lt;P&gt;if([Field(%)]/100&amp;lt;1, '(' &amp;amp;[Field(%)]/100&amp;amp; ')',&lt;/P&gt;&lt;P&gt;if([&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field(%)&lt;/SPAN&gt;]/100&amp;gt;1,[&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field(%)&lt;/SPAN&gt;]/100))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787837#M278608</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787838#M278609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its default value if less than 0% will get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;parentheses.&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;Added % at num properties&lt;/SPAN&gt; used but not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787838#M278609</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787839#M278610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set in number tab like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81811_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787839#M278610</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787840#M278611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right but it showing to the values equal are more than 0%. like 0.00%, not to the values below Zero % which are in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;parentheses&lt;/SPAN&gt; should be like (0.21)%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787840#M278611</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787841#M278612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove /100 and try it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787841#M278612</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-25T08:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787842#M278613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can arrange in&lt;STRONG&gt; Fixed to 1 or 2 or 3.......&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787842#M278613</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787843#M278614</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;=if([Field (%)]/100&amp;lt;=0,0,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Field(%)]/100&amp;lt;1, '(' &amp;amp;[Field(%)]/100&amp;amp; ')',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Field(%)&lt;/SPAN&gt;]/100&amp;gt;1,[&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Field(%)&lt;/SPAN&gt;]/100))) &amp;amp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787843#M278614</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-25T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787844#M278615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AddPercentageSymbol thread157503.jpg" class="image-1 jive-image" src="/legacyfs/online/81819_AddPercentageSymbol thread157503.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the QVW document below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787844#M278615</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-25T08:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787845#M278616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its calculation part need &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787845#M278616</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787846#M278617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamsi,&lt;/P&gt;&lt;P&gt;there is a parenthesis error, try with this:&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;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Field (%)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100&amp;lt;=0,0, if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Field(%)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100&amp;lt;1, '(' &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Field(%)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100&amp;amp; ')',if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Field(%)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100&amp;gt;1,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Field(%)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100))),'#0.00%') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787846#M278617</guid>
      <dc:creator>anlonghi2</dc:creator>
      <dc:date>2015-03-25T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787847#M278618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can require like this (0.21)% . You can put Parenthesis (#,##0.0)%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="81824" alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81824_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787847#M278618</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787848#M278619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not working as you have set the positive number format only.&lt;/P&gt;&lt;P&gt;you need to set the negative format too.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(Expression,'#.##0,00%;(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;#.##0,00)%'&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787848#M278619</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-03-25T08:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787849#M278620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only 0% is showing and other values like (0.21) are missing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787849#M278620</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787850#M278621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All null values are also showing %&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81828_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787850#M278621</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787851#M278622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,simply u have to select from NUMBER tab- show in percent chek and modify ur expression accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787851#M278622</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-25T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787852#M278623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter but not working ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787852#M278623</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage symbol</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787853#M278624</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;only 0% is showing and other values like (0.21) are missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-symbol/m-p/787853#M278624</guid>
      <dc:creator />
      <dc:date>2015-03-25T08:58:59Z</dc:date>
    </item>
  </channel>
</rss>

