<?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 Rolled up numbers in a table and filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937421#M970516</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 requirement where I have data like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test1&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test2&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;XYZ&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;PQR&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have to create a chart that shows the rolled up numbers like&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test1&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test2&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; 0&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; 0&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to create similar looking chart using ValueList but the problem is I am not able to filter by selecting the values within the table.&lt;/P&gt;&lt;P&gt;The requirement is the user should be able to click on the values within the table and filter should be applied accordingly. For example, if the user clicks on value 3 in the above table, the filter should be applied on name field. In this case, Name should be filtered as ABC, DEF &amp;amp; PQR because these are the three names that has On Site value associated to Test1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching a sample qvw. Please let me know if something is not clear. Any help on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 22:47:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-11T22:47:56Z</dc:date>
    <item>
      <title>Rolled up numbers in a table and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937421#M970516</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 requirement where I have data like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test1&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test2&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;XYZ&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;PQR&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Off site&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have to create a chart that shows the rolled up numbers like&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test1&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test2&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Test3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;On site&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; 0&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Off site&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Both&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; 0&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to create similar looking chart using ValueList but the problem is I am not able to filter by selecting the values within the table.&lt;/P&gt;&lt;P&gt;The requirement is the user should be able to click on the values within the table and filter should be applied accordingly. For example, if the user clicks on value 3 in the above table, the filter should be applied on name field. In this case, Name should be filtered as ABC, DEF &amp;amp; PQR because these are the three names that has On Site value associated to Test1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching a sample qvw. Please let me know if something is not clear. Any help on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 22:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937421#M970516</guid>
      <dc:creator />
      <dc:date>2015-09-11T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rolled up numbers in a table and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937422#M970521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may not solved all your problems but try:&lt;/P&gt;&lt;P&gt;Change to Pivot table&lt;/P&gt;&lt;P&gt;Add Name dimension to the right of the Valuelist.&lt;/P&gt;&lt;P&gt;You can filter down when you expand the second dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2015 04:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937422#M970521</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-09-12T04:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rolled up numbers in a table and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937423#M970524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use crosstable in the load script, the solution on the front end is trivial.&amp;nbsp; See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2015 13:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937423#M970524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-12T13:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rolled up numbers in a table and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937424#M970526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to change my data model with crosstable for this data and was able to achieve it. Thanks a lot for your help. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Malai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 00:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937424#M970526</guid>
      <dc:creator />
      <dc:date>2015-09-14T00:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rolled up numbers in a table and filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937425#M970527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert - It was helpful. If there were no other option I would have gone with this but Michael's suggestion below worked to satisfy my requirement completely. Greatly appreciate your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Malai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 00:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolled-up-numbers-in-a-table-and-filtering/m-p/937425#M970527</guid>
      <dc:creator />
      <dc:date>2015-09-14T00:35:34Z</dc:date>
    </item>
  </channel>
</rss>

