<?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: Guage chart % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211141#M877396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does it is?&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;vMaxReportedOutDate, Does it is same as Today() only / Different&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Oct 2016 02:49:07 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-10-22T02:49:07Z</dc:date>
    <item>
      <title>Guage chart %</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211139#M877394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Developers &lt;/P&gt;&lt;P&gt;I have below information ( The values are examples in my case). I am not getting the correct result in the guage chart. Please look at the expression what i wrote below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total reported out cases = 17260&lt;/P&gt;&lt;P&gt;Total tbd cases = 2168&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated points = 17260-2168 = 15092&lt;/P&gt;&lt;P&gt;Points earned = 23203&lt;/P&gt;&lt;P&gt;Average is calculated below by taking points earned divided by (Total reported out cases minus Total tbd cases) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;Avg= 23203/15092 = 1.53743705&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points for TBD cases will be calculated by total TBD cases * average value&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;2168*1.53743705 = 3333.16352&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total points = 23203+3333.16352= 26536.1635&lt;/P&gt;&lt;P&gt;For 92 days we have 148536 points &lt;/P&gt;&lt;P&gt;If I look till today what will be the goal point’s example 18 days the calculation is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;18*148536 divided by 92 = 29061.3913&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% to plan as of today will be 26536.1635/29061.3912*100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=((count(distinct if(count_id=' ' And not Isnull(Bill_Type_Details),Reported_Out_case_id))*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(Points)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(sum(goal_Reported_Out)-count(distinct if(count_id=' ' And not Isnull(Bill_Type_Details),Reported_Out_case_id)))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+Sum(Points))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(goal)*(Today()-QuarterStart(Today())-2)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(QuarterEnd(Today())-QuarterStart(Today())))*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching my app. Can some one help me please in getting the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&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/Guage-chart/m-p/1211139#M877394</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Guage chart %</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211140#M877395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello developers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the result &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;=((count(distinct if(count_id=' ' And not Isnull(Bill_Type_Details),Reported_Out_case_id))*&lt;/P&gt;&lt;P&gt;(Sum(Points)/&lt;/P&gt;&lt;P&gt;(sum(goal_Reported_Out)-count(distinct if(count_id=' ' And not Isnull(Bill_Type_Details),Reported_Out_case_id)))))&lt;/P&gt;&lt;P&gt;+Sum(Points))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(Sum(goal)*(vMaxReportedOutDate-QuarterStart(vMaxReportedOutDate)+1)/&lt;/P&gt;&lt;P&gt;(QuarterEnd(vMaxReportedOutDate-QuarterStart(vMaxReportedOutDate)+1)))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is 91.31071...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to round this to 91.31.&lt;/P&gt;&lt;P&gt;Can someone help me. I tried number format its not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 21:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211140#M877395</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-21T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guage chart %</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211141#M877396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does it is?&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;vMaxReportedOutDate, Does it is same as Today() only / Different&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 02:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211141#M877396</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-22T02:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Guage chart %</title>
      <link>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211142#M877397</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;num(91.31071,'##.##') = 91.31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 08:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Guage-chart/m-p/1211142#M877397</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-22T08:40:54Z</dc:date>
    </item>
  </channel>
</rss>

