<?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: Number format issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541920#M599952</link>
    <description>&lt;P&gt;purgechar(fieldname,'%') &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is delete all the percentage fromthe number .&lt;BR /&gt;&lt;BR /&gt;You can use&lt;/P&gt;&lt;PRE&gt;purgechar(fieldname,'%')  /100&lt;/PRE&gt;&lt;P&gt;and use number format as %&lt;/P&gt;</description>
    <pubDate>Sat, 09 Feb 2019 12:17:50 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-02-09T12:17:50Z</dc:date>
    <item>
      <title>Number format issue</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541900#M599950</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to show field values in % format.I have one field which contains values like 20%,45%,2,4,55% etc.. when i select number format as % in qliksense it shows like 20%,45%,200%,400%,55% but its wrong i want to display like 20%,45%,2%,4%,55% etc..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me for getting this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 08:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541900#M599950</guid>
      <dc:creator>komminenianusha</dc:creator>
      <dc:date>2019-02-09T08:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Number format issue</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541910#M599951</link>
      <description>Divide these numbers by 100 first and then select % as number format.</description>
      <pubDate>Sat, 09 Feb 2019 10:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541910#M599951</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-02-09T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number format issue</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541920#M599952</link>
      <description>&lt;P&gt;purgechar(fieldname,'%') &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is delete all the percentage fromthe number .&lt;BR /&gt;&lt;BR /&gt;You can use&lt;/P&gt;&lt;PRE&gt;purgechar(fieldname,'%')  /100&lt;/PRE&gt;&lt;P&gt;and use number format as %&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 12:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541920#M599952</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-09T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Number format issue</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541953#M599953</link>
      <description>&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;You can use the code below as reference for your problem:&lt;/P&gt;&lt;PRE&gt;[TempOriginalValues]:
Load * Inline [
OriginalValue
20%
45%
2
4
55%
];

[Treatedvalues]:
Load
    [OriginalValue],
    &lt;STRONG&gt;Num(PurgeChar([OriginalValue],'%')/100,'#,##0%')&lt;/STRONG&gt; AS [TreatedValue]
Resident
    [TempOriginalValues]
;

DROP TABLE [TempOriginalValues];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will generate this result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="treatedvalues.png" style="width: 349px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5617i5CCB29AF0A3A75A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="treatedvalues.png" alt="treatedvalues.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 05:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-issue/m-p/1541953#M599953</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-02-10T05:43:58Z</dc:date>
    </item>
  </channel>
</rss>

