<?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 display expression in Text object as percentage? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84863#M770758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Like this:&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}[Delivered Quantity]))&amp;nbsp; &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: 16px;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(count({1&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}total [Delivered Quantity])),'##.0%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2018 10:43:22 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2018-05-24T10:43:22Z</dc:date>
    <item>
      <title>How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84860#M770755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set analysis expression that I need to display as a percentage, can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt; = (count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}[Delivered Quantity]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is used as 'Text in chart' on a gauge chart FYI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84860#M770755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84861#M770756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&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;&lt;STRONG&gt;Num&lt;/STRONG&gt;( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}[Delivered Quantity])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Arial; color: #636363;"&gt;, '&lt;STRONG&gt;#,##0%&lt;/STRONG&gt;'&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84861#M770756</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-24T10:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84862#M770757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work unfortunately &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84862#M770757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84863#M770758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Like this:&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}[Delivered Quantity]))&amp;nbsp; &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: 16px;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(count({1&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}total [Delivered Quantity])),'##.0%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84863#M770758</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-24T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84864#M770759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you the expression has been accepted as suitable however the percetnage value shown is different to the one shown from the original expression shown in my first post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84864#M770759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84865#M770760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(((count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;}[Delivered Quantity]))/&lt;/P&gt;&lt;P&gt;(count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late' }&amp;gt;}[Delivered Quantity]))),'##0.00%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84865#M770760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T11:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84866#M770761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time'}&amp;gt;} [Delivered Quantity])/Count({$&amp;lt;[Performance (Requested Date)] = {'Early' , 'On Time', 'Late','Undelivered Late'}&amp;gt;} [Delivered Quantity])&lt;SPAN style="color: #ff0000;"&gt;, '#0.0%')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84866#M770761</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T11:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84867#M770762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny and everyone else this has worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84867#M770762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84868#M770763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missed the formatting &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks buddy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84868#M770763</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-24T11:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to display expression in Text object as percentage?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84869#M770764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was my mistake, i did not say the "/" in your expression and thought this as a complete one count. So i divided the same expression with the total &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-expression-in-Text-object-as-percentage/m-p/84869#M770764</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-24T11:41:53Z</dc:date>
    </item>
  </channel>
</rss>

