<?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 a help to  calculate Accuracy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912763#M986468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 18:18:20 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-05T18:18:20Z</dc:date>
    <item>
      <title>Need a help to  calculate Accuracy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912761#M986466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create line chart by using expression 1-(fabs([Quantity])/[Real Qty]) and dimension is Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am Unable to see the values&lt;/P&gt;&lt;P&gt;I am getting output as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dash.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95097_Dash.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result should be in percentage.. Here I am getting output. it's displaying only 100% I want to show all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one one help how to resolve this issue. It's Really Needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya Paleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 17:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912761#M986466</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-08-05T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need a help to  calculate Accuracy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912762#M986467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe is related to your data, it would be easier to help with some sample of your app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 17:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912762#M986467</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-05T17:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need a help to  calculate Accuracy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912763#M986468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912763#M986468</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-05T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need a help to  calculate Accuracy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912764#M986469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use expression - num(fabs(sum([Quantity]))/sum([Real Qty]),'##.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912764#M986469</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-05T18:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need a help to  calculate Accuracy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912765#M986470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below one&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;1-(Sum(fabs([Quantity]))/Sum([Real Qty]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-a-help-to-calculate-Accuracy/m-p/912765#M986470</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-08-05T18:35:57Z</dc:date>
    </item>
  </channel>
</rss>

