<?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 use fileter in Fractile function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249977#M25154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2016 07:36:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-13T07:36:51Z</dc:date>
    <item>
      <title>How to use fileter in Fractile function</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249975#M25152</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;/P&gt;&lt;P&gt;I have a field called 'IT_ElapsedDays' which contains the values '-43' . &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Fractile(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;IT_ElapsedDays&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;,0.8)&lt;/STRONG&gt; &lt;/SPAN&gt;is what my KPI expression. trying to apply the filter as below which is not worrking &lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;IT_ElapsedDays&amp;lt;&amp;gt;-43,&lt;SPAN style="font-size: 13.3333px;"&gt;Fractile(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IT_ElapsedDays&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;,0.8)).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody have idea to solve this issue. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 02:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249975#M25152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T02:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fileter in Fractile function</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249976#M25153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be one of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Fractile({&amp;lt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IT_ElapsedDays -= {-43}&lt;/STRONG&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IT_ElapsedDays&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;, 0.8)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Fractile(If(&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IT_ElapsedDays &amp;lt;&amp;gt; -43, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IT_ElapsedDays)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;, 0.8)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 03:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249976#M25153</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T03:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fileter in Fractile function</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249977#M25154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-fileter-in-Fractile-function/m-p/1249977#M25154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T07:36:51Z</dc:date>
    </item>
  </channel>
</rss>

