<?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: RE:Negative values ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975656#M333531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ur&amp;nbsp; exprsn givng 1% as we r usng same&amp;nbsp; Def_Id only na..&lt;/P&gt;&lt;P&gt;and i dnt want the value for Def_Id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script i hve used&lt;/P&gt;&lt;P&gt;&amp;nbsp; Def_ClosingDate - Def_DetectOn as Defect_Aging_Days,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Def_ClosingDate - Def_DetectOn &amp;lt;= 1, '1 Day', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 2, '2 Days', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 3, '3 Days','&amp;gt; 3 Days'))) as Defect_Aging_DayBands,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Def_ClosingDate - Def_DetectOn &amp;lt;= 7, '1 Week', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 14, '2 Weeks', '&amp;gt; 2 Weeks')) as Defect_Aging_Weeks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need the&lt;/P&gt;&lt;P&gt;%&amp;lt;=1day to &amp;lt;=3days........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 06:57:24 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2015-12-23T06:57:24Z</dc:date>
    <item>
      <title>RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975649#M333524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="10792" data-externalid="" data-online="false" data-presence="null" data-userid="171708" data-username="sunindia" href="https://community.qlik.com/people/sunindia"&gt;Sunny T&lt;/A&gt;,&lt;A _jive_internal="true" data-avatarid="1024" data-externalid="" data-online="false" data-presence="null" data-userid="57428" data-username="Kush141087" href="https://community.qlik.com/people/Kush141087"&gt;Kush141087&lt;/A&gt;,&lt;A _jive_internal="true" data-avatarid="8426" data-externalid="" data-online="false" data-presence="null" data-userid="130924" data-username="Avinashelite" href="https://community.qlik.com/people/Avinashelite"&gt;Avinash R&lt;/A&gt;,&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/pcammaert"&gt;pcammaert&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;A _jive_internal="true" data-avatarid="10170" data-externalid="" data-online="false" data-presence="null" data-userid="23109" data-username="jagan" href="https://community.qlik.com/people/jagan"&gt;jagan mohan rao appala&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below expression givng me negative values on my bar chart&lt;/P&gt;&lt;P&gt;Formuale:&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial','sans-serif';"&gt;(No of Defects Fixed within 3 days from the date of defect opened / Total number of defects)*100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to caluclate % for &amp;lt;=1day&lt;/P&gt;&lt;P&gt;&amp;lt;=2Days&lt;/P&gt;&lt;P&gt;&amp;lt;=3Days&lt;/P&gt;&lt;P&gt;&amp;gt;3days&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Defect_Aging_Days='&amp;lt;=1'&amp;gt;}Def_ID)/num(count(Def_ID))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what wrng in my Exp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975649#M333524</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T06:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975650#M333525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missing curly brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Defect_Aging_Days=&lt;STRONG&gt;{&lt;/STRONG&gt;'&amp;lt;=1'&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}Def_ID)/num(count(Def_ID))*100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975650#M333525</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-23T06:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975651#M333526</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;Generally count won't give negative values, it always returns a positive value, try below expression&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;=(Count({&amp;lt;Defect_Aging_Days={'&amp;lt;=1'}&amp;gt;}Def_ID)/count(Def_ID))*100&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: 13px;"&gt;&lt;BR /&gt;&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: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&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;BR /&gt;&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: 13px;"&gt;REgards,&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: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975651#M333526</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-23T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975652#M333527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I don't see how you can get negative numbers using counts. But your expression is not correct. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this instead: Num(Count({&amp;lt;Defect_Aging_Days=&lt;STRONG&gt;{&lt;/STRONG&gt;'&amp;lt;=1'&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}Def_ID)/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(count(Def_ID)*100,'0.0%')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975652#M333527</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-23T06:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975653#M333528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx all...but if i use if statmnt i can i&amp;nbsp; implements with in dat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i want to display in barchart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=1day&lt;/P&gt;&lt;P&gt;&amp;lt;=2Day&lt;/P&gt;&lt;P&gt;&amp;lt;=3Days&lt;/P&gt;&lt;P&gt;&amp;gt;3Days&lt;/P&gt;&lt;P&gt;How can i ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975653#M333528</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975654#M333529</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;Create a bucket in script like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&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;If(Defect_Aging_Days &amp;gt; 3, '&amp;gt;3 Days',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Defect_Aging_Days = 3, '3 Days',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Defect_Aging_Days = 2, '2 Days',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Defect_Aging_Days &amp;lt;= 1, '&amp;lt;= 1 Day')))) AS Age_Bucket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Now use Age_Bucket as dimension and use below expresions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Num(Count(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Def_ID)/&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(count(TOTAL Def_ID)*100,'0.0%')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975654#M333529</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-23T06:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975655#M333530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the exp shwng error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975655#M333530</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T06:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975656#M333531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ur&amp;nbsp; exprsn givng 1% as we r usng same&amp;nbsp; Def_Id only na..&lt;/P&gt;&lt;P&gt;and i dnt want the value for Def_Id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script i hve used&lt;/P&gt;&lt;P&gt;&amp;nbsp; Def_ClosingDate - Def_DetectOn as Defect_Aging_Days,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Def_ClosingDate - Def_DetectOn &amp;lt;= 1, '1 Day', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 2, '2 Days', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 3, '3 Days','&amp;gt; 3 Days'))) as Defect_Aging_DayBands,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Def_ClosingDate - Def_DetectOn &amp;lt;= 7, '1 Week', if(Def_ClosingDate - Def_DetectOn &amp;lt;= 14, '2 Weeks', '&amp;gt; 2 Weeks')) as Defect_Aging_Weeks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need the&lt;/P&gt;&lt;P&gt;%&amp;lt;=1day to &amp;lt;=3days........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975656#M333531</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975657#M333532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it is wrong.&amp;nbsp; try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Count(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Def_ID)/&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;count(TOTAL Def_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Also check what values you are getting in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Age_Bucket field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975657#M333532</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-23T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975658#M333533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA in&amp;nbsp; that&amp;nbsp; Days barchart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wan to display the %values&amp;nbsp; &amp;lt;=1Days to &amp;lt;=3days&amp;nbsp; lik dat abve mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975658#M333533</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T07:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975659#M333534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can directly use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Def_ID)/Count(Total Defect ID)&lt;/STRONG&gt; for % of all ranges&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Defect_Aging_Days={'&amp;lt;=1' ,'&amp;lt;=3'}&amp;gt;}&amp;nbsp; Def_ID)/count(TOTAL Def_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;for&amp;nbsp; specific&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975659#M333534</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-12-23T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975660#M333535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not wrkng bro...kindly chk abve QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975660#M333535</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T07:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Negative values ?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975661#M333536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;PFA Application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Negative-values/m-p/975661#M333536</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-12-23T07:46:32Z</dc:date>
    </item>
  </channel>
</rss>

