<?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 How to add a percentage symbol post expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097360#M89871</link>
    <description>&lt;P&gt;HI all, below expression provides a value. I want to show a percentage symbol once the IF condition is true.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;below is my expression:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00')))/1000000, '#.##0,##M', ',', '.'),&lt;BR /&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00')))/1000, '#.##0,##K', ',', '.'), &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))), '#.##0,##', ',', '.')))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I concatenate a percentage symbol post the IF true block, there is a change in the values which it display. pls see image for more info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushi2020_0-1690364145409.png" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112997i4C3F9B13353EC2F6/image-dimensions/558x360?v=v2" width="558" height="360" role="button" title="kaushi2020_0-1690364145409.png" alt="kaushi2020_0-1690364145409.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 09:36:09 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2023-07-26T09:36:09Z</dc:date>
    <item>
      <title>How to add a percentage symbol post expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097360#M89871</link>
      <description>&lt;P&gt;HI all, below expression provides a value. I want to show a percentage symbol once the IF condition is true.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;below is my expression:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00')))/1000000, '#.##0,##M', ',', '.'),&lt;BR /&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00')))/1000, '#.##0,##K', ',', '.'), &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),'##.00') ,Num(Sum([Jun-2023]),'##.00'))), '#.##0,##', ',', '.')))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I concatenate a percentage symbol post the IF true block, there is a change in the values which it display. pls see image for more info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushi2020_0-1690364145409.png" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112997i4C3F9B13353EC2F6/image-dimensions/558x360?v=v2" width="558" height="360" role="button" title="kaushi2020_0-1690364145409.png" alt="kaushi2020_0-1690364145409.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 09:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097360#M89871</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2023-07-26T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a percentage symbol post expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097366#M89874</link>
      <description>&lt;P&gt;u need to add it to your num() function. something like below&lt;/P&gt;
&lt;P&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/P&gt;
&lt;P&gt;Also ensure the measure Number Formatting is set to Measure expression.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 09:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097366#M89874</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-07-26T09:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a percentage symbol post expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097409#M89879</link>
      <description>&lt;P&gt;Thanks for the swift reply. I changed to below way. let me know if I am in sync with your suggestion.&amp;nbsp; Still I cannot see percentage symbol. let me know if I am missing anything.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),&lt;STRONG&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/STRONG&gt;) ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),&lt;STRONG&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/STRONG&gt;) ,Num(Sum([Jun-2023]),'##.00')))/1000000, '#.##0,##M', ',', '.'),&lt;BR /&gt;if((if(Units='%',Num(Sum([Jun-2023]/100),&lt;STRONG&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/STRONG&gt;) ,Num(Sum([Jun-2023]),'##.00'))) &amp;gt; 1000, &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),&lt;STRONG&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/STRONG&gt;) ,Num(Sum([Jun-2023]),'##.00')))/1000, '#.##0,##K', ',', '.'), &lt;BR /&gt;num((if(Units='%',Num(Sum([Jun-2023]/100),&lt;STRONG&gt;'#,##0.0%;(#,##0.0)%;-'&lt;/STRONG&gt;) ,Num(Sum([Jun-2023]),'##.00'))), '#.##0,##', ',', '.')))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also changed to Measure expression.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushi2020_0-1690370143832.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113003iBF72534C38F28727/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaushi2020_0-1690370143832.png" alt="kaushi2020_0-1690370143832.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 11:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-percentage-symbol-post-expression/m-p/2097409#M89879</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2023-07-26T11:20:52Z</dc:date>
    </item>
  </channel>
</rss>

