<?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: Grouping products as a single value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342872#M494544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be you are looking for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached file hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 14:12:48 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-04-09T14:12:48Z</dc:date>
    <item>
      <title>Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342870#M494542</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;i have a scenario for Adhoc like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a listbox with product names, when i select few products, then those products should be grouped together as 'other group'&lt;/P&gt;&lt;P&gt;i will have a table,&lt;/P&gt;&lt;P&gt;when i select some values in product listbox, then those selected values are grouped and the volume for those products are calculated and show as one row as 'other group' with its sum(volume).&lt;/P&gt;&lt;P&gt;the table should show those unselected products and that group 'other group' with their corresponding Sum(Volume).&lt;/P&gt;&lt;P&gt;how we can do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 12:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342870#M494542</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-09T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342871#M494543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 14:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342871#M494543</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T14:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342872#M494544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be you are looking for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached file hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 14:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342872#M494544</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342873#M494545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="114" style="border-image: initial; height: 106px; width: 870px; border-width: 1px; border-color: #000000; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Products&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sum(Volume)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;others (d,e)&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reply,&lt;/P&gt;&lt;P&gt;ya i want almost that kind of thing, but one more thing in that,&lt;/P&gt;&lt;P&gt;in second file which u uploaded, it shows sum of selected products as some value 900 and&lt;/P&gt;&lt;P&gt;i need unselected products also shown with that group as individual&lt;/P&gt;&lt;P&gt;something like the mentioned table&lt;/P&gt;&lt;P&gt;the grouped products should be shown as others and unselected products should show as different row in the table. and also these products should filter based on markets selected.&lt;/P&gt;&lt;P&gt;there are few markets like biologic, rheum , derm.&lt;/P&gt;&lt;P&gt;the no of products varies based on the market selection.&lt;/P&gt;&lt;P&gt;so here the products should filter based on the market selection and even it should show this grouping.&lt;/P&gt;&lt;P&gt;if i dont group products, if i select some market, then it should show all the products and its volume based on market,&lt;/P&gt;&lt;P&gt;but if i select and group products based on market, then the table should show the products based on market and even the grouping should be shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342873#M494545</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-09T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342874#M494546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using QV11, I think you can do this using dimension limits and two expressions defining your two sets you need. The first expression is only used for the dimension limit and hidden in presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 14:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342874#M494546</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-09T14:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342875#M494547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reply,&lt;/P&gt;&lt;P&gt;i wanted that only, but the problem is, am using pivot table. so dimension limit tab is not visible for pivot table.&lt;/P&gt;&lt;P&gt;i have one more field month name, so am placing that at the top of the table as column. so i need to use pivot table for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 14:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342875#M494547</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-09T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342876#M494548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, here is a different approach not using dimension limits, but partial sums in a pivot and checking for dimensionality(). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 15:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342876#M494548</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-09T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping products as a single value</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342877#M494549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much for the help&lt;/P&gt;&lt;P&gt;u rock &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 15:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-products-as-a-single-value/m-p/342877#M494549</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-09T15:24:06Z</dc:date>
    </item>
  </channel>
</rss>

