<?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 Aggregation with fractile value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634217#M232628</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;&lt;/P&gt;&lt;P&gt;I have a question for you. I would like to create a listbox that aggregates the number of Card_id that meet a condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a list box that Lists all the card in this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr: If(Value&amp;lt;=Fractile(TOTAL Value,0.1),Card_id )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a list box that give me the number of these cards and help me to select these cards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 13:51:55 GMT</pubDate>
    <dc:creator>menta</dc:creator>
    <dc:date>2014-05-30T13:51:55Z</dc:date>
    <item>
      <title>Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634217#M232628</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;&lt;/P&gt;&lt;P&gt;I have a question for you. I would like to create a listbox that aggregates the number of Card_id that meet a condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a list box that Lists all the card in this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr: If(Value&amp;lt;=Fractile(TOTAL Value,0.1),Card_id )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a list box that give me the number of these cards and help me to select these cards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 13:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634217#M232628</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2014-05-30T13:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634218#M232629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is what you mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In list box properties, under the general tab, select the option "Show Frequency". This will indicate how many Card_Ids fall under a given fractile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 13:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634218#M232629</guid>
      <dc:creator />
      <dc:date>2014-05-30T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634219#M232630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but is not my request&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634219#M232630</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2014-06-03T09:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634220#M232631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, it would to be with Aggr(), like:&lt;/P&gt;&lt;P&gt;=Aggr(If(Value&amp;lt;=Fractile(TOTAL Value,0.1),Card_id ) , Card_id)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // total keyword might not be required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634220#M232631</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-03T09:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634221#M232632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have this listbox, I need a list box that show me the fractile number, for example 0.1 and on clik on this number I automatically select all the cards. I need and aggregation of this aggregation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634221#M232632</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2014-06-03T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634222#M232633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 10:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634222#M232633</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-03T10:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation with fractile value</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634223#M232634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the way to attach a file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 11:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-with-fractile-value/m-p/634223#M232634</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2014-06-03T11:15:45Z</dc:date>
    </item>
  </channel>
</rss>

