<?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: Need help in converting percentage into value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395059#M1325069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 option&lt;/P&gt;&lt;P&gt;&lt;IMG alt="POR.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181779_POR.png" style="height: 503px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2017 21:54:49 GMT</pubDate>
    <dc:creator>el_aprendiz111</dc:creator>
    <dc:date>2017-11-01T21:54:49Z</dc:date>
    <item>
      <title>Need help in converting percentage into value</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395057#M1325062</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;I need some help in the percentage value. Basically I have created a table in Qlikview which has an expression which calculate percentage and I want an expression which gives the value of that percentage. For example if the percentage is 69% and I want an expression which gives value of 69% in another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the example table which I've created and the expressions which I'm using to get the percentage value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="81" style="width: 630px; height: 81px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0.5pt 0px; border-style: solid none; border-color: black #960000; background-color: #e1e1e1;" width="161"&gt;&lt;STRONG style="color: #960000;"&gt;Technology&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0px; border-style: solid none; border-color: black #960000; background-color: #e1e1e1;" width="95"&gt;&lt;STRONG style="color: #960000;"&gt;Total Devices&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0px; border-style: solid none; border-color: black #960000; background-color: #e1e1e1;" width="137"&gt;&lt;STRONG style="color: #960000;"&gt;Total Scannable Devices&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0px; border-style: solid none; border-color: black #960000; background-color: #e1e1e1;" width="77"&gt;&lt;STRONG style="color: #960000;"&gt;% Coverage&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border: 0px teal; border-image: none; background-color: white;"&gt;&lt;STRONG style="color: #008080;"&gt;Desktop&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none; background-color: white;"&gt;&lt;STRONG style="color: #000000;"&gt;368,964&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none; background-color: whitesmoke;"&gt;&lt;STRONG style="color: #000000;"&gt;253,757&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none; background-color: white;"&gt;&lt;STRONG style="color: #000000;"&gt;69%&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the above example for the technology desktop the percentage is 69% and I want the expression to convert 69% to the number or value in another column as Coverage Value. Below is the expression which I'm using to get the % Coverage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Coverage Expression : count(&lt;SPAN style="color: #960000;"&gt;&lt;STRONG&gt;Total Scannable Devices&lt;/STRONG&gt;&lt;/SPAN&gt;)/count(&lt;SPAN style="color: #960000;"&gt;&lt;STRONG&gt;Total Devices&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Total Devices Expression: count(distinct columnname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Scannable Devices Expression: count(distinct if(Columnname='Scanned',Columnname))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharath Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395057#M1325062</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in converting percentage into value</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395058#M1325066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean by number or value? What value you are looking to get there. 69% of Total devices scanned is 253,757, is this the value you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 21:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395058#M1325066</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-11-01T21:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in converting percentage into value</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395059#M1325069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 option&lt;/P&gt;&lt;P&gt;&lt;IMG alt="POR.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181779_POR.png" style="height: 503px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 21:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-converting-percentage-into-value/m-p/1395059#M1325069</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-11-01T21:54:49Z</dc:date>
    </item>
  </channel>
</rss>

