<?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: How to convert values into % after dividing in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414348#M94950</link>
    <description>&lt;P&gt;&lt;STRONG&gt;create an expression and use the formatting property and set it to %&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Feb 2024 21:06:33 GMT</pubDate>
    <dc:creator>jochem_zw</dc:creator>
    <dc:date>2024-02-03T21:06:33Z</dc:date>
    <item>
      <title>How to convert values into % after dividing</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414116#M94926</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am dividing two values and calculating % but out-put i am getting in decimals instead of %. How I can achieve this. Below given formula I am using to calculate %.&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;Count({&amp;lt; SALES ={'Sales'}&amp;gt;}&amp;nbsp; POLICY_NO) / Count(total &amp;lt;FY_YEAR&amp;gt; POLICY_NO) * 100&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;Sum({&amp;lt; SALES ={'Sales'}&amp;gt;} SALES_AMT) / sum(total &amp;lt;FY_YEAR&amp;gt; TOTAL_SALES) * 100 / 100&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;b&lt;/STRONG&gt;elow given is the out-put i am getting. But what i want is&lt;/P&gt;
&lt;P&gt;0.73% , 7.5%,&lt;/P&gt;
&lt;P&gt;1.10%, 11.8% and so on&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="798px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="24px"&gt;FY_YEAR&lt;/TD&gt;
&lt;TD width="113.917px" height="24px"&gt;Total sales&lt;/TD&gt;
&lt;TD width="113.885px" height="24px"&gt;Sales&lt;/TD&gt;
&lt;TD width="113.875px" height="24px"&gt;% in Sales&lt;/TD&gt;
&lt;TD width="113.938px" height="24px"&gt;Total SA&lt;/TD&gt;
&lt;TD width="113.896px" height="24px"&gt;SA&lt;/TD&gt;
&lt;TD width="113.885px" height="24px"&gt;% SA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="24px"&gt;Totals&lt;/TD&gt;
&lt;TD width="113.917px" height="24px"&gt;2116978&lt;/TD&gt;
&lt;TD width="113.885px" height="24px"&gt;15455&lt;/TD&gt;
&lt;TD width="113.875px" height="24px"&gt;0.73&lt;/TD&gt;
&lt;TD width="113.938px" height="24px"&gt;13,091.10&lt;/TD&gt;
&lt;TD width="113.896px" height="24px"&gt;984.85&lt;/TD&gt;
&lt;TD width="113.885px" height="24px"&gt;0.08&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2015-2016&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;242149&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;2655&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;1.10&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;912.97&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;108.16&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2016-2017&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;216278&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;2499&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;1.16&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;986.72&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;126.56&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.13&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2017-2018&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;222493&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;1922&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;0.86&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,219.27&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;106.01&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.09&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2018-2019&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;212522&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;2434&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;1.15&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,375.59&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;157.66&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2019-2020&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;195382&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;2295&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;1.17&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,309.45&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;166.97&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.13&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2020-2021&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;245969&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;1966&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;0.80&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,454.59&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;193.95&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.13&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2021-2022&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;257494&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;1076&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;0.42&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,776.07&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;81.24&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.05&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2022-2023&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;300335&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;522&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;0.17&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;2,290.29&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;38.08&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.02&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="113.938px" height="46px"&gt;FY_2023-2024&lt;/TD&gt;
&lt;TD width="113.917px" height="46px"&gt;224356&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;86&lt;/TD&gt;
&lt;TD width="113.875px" height="46px"&gt;0.04&lt;/TD&gt;
&lt;TD width="113.938px" height="46px"&gt;1,766.15&lt;/TD&gt;
&lt;TD width="113.896px" height="46px"&gt;6.21&lt;/TD&gt;
&lt;TD width="113.885px" height="46px"&gt;0.00&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 15:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414116#M94926</guid>
      <dc:creator>P_Kale</dc:creator>
      <dc:date>2024-02-02T15:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values into % after dividing</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414119#M94927</link>
      <description>&lt;P&gt;try with this using number format&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;num(Sum({&amp;lt; SALES ={'Sales'}&amp;gt;} SALES_AMT) / sum(total &amp;lt;FY_YEAR&amp;gt; TOTAL_SALES) &lt;/SPAN&gt;&lt;SPAN&gt;, ''&lt;STRONG&gt;##.0&lt;/STRONG&gt;%')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414119#M94927</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-02-02T16:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values into % after dividing</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414123#M94928</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either use the Num() expression OR the built-in 'Number Formatting' shown below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NellyAcko_0-1706889683162.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158955i3A7BC3580589F60F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NellyAcko_0-1706889683162.png" alt="NellyAcko_0-1706889683162.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 23:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414123#M94928</guid>
      <dc:creator>NellyAcko</dc:creator>
      <dc:date>2024-02-03T23:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values into % after dividing</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414348#M94950</link>
      <description>&lt;P&gt;&lt;STRONG&gt;create an expression and use the formatting property and set it to %&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 21:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414348#M94950</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2024-02-03T21:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert values into % after dividing</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414368#M94955</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;&amp;nbsp;I Guess the format needs to be this , &lt;STRONG&gt;Num(Your expression, '#.#0%')&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 05:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-convert-values-into-after-dividing/m-p/2414368#M94955</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-02-04T05:10:46Z</dc:date>
    </item>
  </channel>
</rss>

