<?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 Giving option to select by count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226442#M873616</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;I have a similar straight-table as below, derived from multiple tables (as Customers, Orders, shipments). All fields in straight table has duplicates.&lt;/P&gt;&lt;P&gt;ORDERED_QTY is an Expression with Count function. &lt;/P&gt;&lt;P&gt;and remaining fields are Dimensions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143455_Capture.PNG" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And Business user requirement is "&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;For a given time period provide the ability to view details broken out by number as ORDERED_QTY&amp;gt;5 or 10, depends on user input".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help me how to implement this in dashboard.&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 tried implementing this by giving an "Multibox" option with the below similar expression&lt;/P&gt;&lt;P&gt;=Aggr( count(QTY), &lt;SPAN style="font-size: 10pt;"&gt;CUSTOMER_ID, CUSTOMER_NAME, ORDER_DATE_TIME, PRODUCT_DETAILS, SHIPPING_DETAILS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this results in a weird way as &lt;SPAN style="font-size: 10pt;"&gt;If I select Count 10, it is showing some extra values less than and greater than 10.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Giving option to select by count</title>
      <link>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226442#M873616</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;I have a similar straight-table as below, derived from multiple tables (as Customers, Orders, shipments). All fields in straight table has duplicates.&lt;/P&gt;&lt;P&gt;ORDERED_QTY is an Expression with Count function. &lt;/P&gt;&lt;P&gt;and remaining fields are Dimensions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143455_Capture.PNG" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And Business user requirement is "&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;For a given time period provide the ability to view details broken out by number as ORDERED_QTY&amp;gt;5 or 10, depends on user input".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help me how to implement this in dashboard.&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 tried implementing this by giving an "Multibox" option with the below similar expression&lt;/P&gt;&lt;P&gt;=Aggr( count(QTY), &lt;SPAN style="font-size: 10pt;"&gt;CUSTOMER_ID, CUSTOMER_NAME, ORDER_DATE_TIME, PRODUCT_DETAILS, SHIPPING_DETAILS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this results in a weird way as &lt;SPAN style="font-size: 10pt;"&gt;If I select Count 10, it is showing some extra values less than and greater than 10.&lt;/SPAN&gt;&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/Giving-option-to-select-by-count/m-p/1226442#M873616</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Giving option to select by count</title>
      <link>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226443#M873617</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;You can achive this using a variable OR Two variables to hold and store the lower and upper bounds of the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample app attached and hopefully it will help you...&lt;/P&gt;&lt;P&gt;* On the chart properties &amp;gt; Expressions - Notice that "Total Mode" is Sum of Rows *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226443#M873617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-10T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Giving option to select by count</title>
      <link>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226444#M873618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as listbox-expression something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class(aggr(sum(QTY),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;CUSTOMER_ID /* maybe some more dimensions like &lt;SPAN style="font-size: 10pt;"&gt;PRODUCT_DETAILS but &lt;SPAN style="font-size: 10pt;"&gt;surely &lt;/SPAN&gt;not all dimensions */),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;$(vQTYBucketSize))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and providing the variable &lt;SPAN style="font-size: 10pt;"&gt;vQTYBucketSize within a inputbox.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 12:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226444#M873618</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-10T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Giving option to select by count</title>
      <link>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226445#M873619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please post me the logic you used in QVW file, because I don't have a licensed version to open the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 05:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Giving-option-to-select-by-count/m-p/1226445#M873619</guid>
      <dc:creator />
      <dc:date>2016-11-17T05:35:22Z</dc:date>
    </item>
  </channel>
</rss>

