<?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 detaching a table with a filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870793#M994925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to detach a table with a filter. Indeed, a filter is applied on the sheet but I would like for one of the tables it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 09:22:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-02T09:22:38Z</dc:date>
    <item>
      <title>detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870793#M994925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to detach a table with a filter. Indeed, a filter is applied on the sheet but I would like for one of the tables it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870793#M994925</guid>
      <dc:creator />
      <dc:date>2015-07-02T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870794#M994926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use alternate states to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870794#M994926</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-02T09:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870795#M994927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an alternate state on the General tab of the Document Properties window and then assign that alternate state to the table object on the General tab of the properties window of the table object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870795#M994927</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870796#M994928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, I try to make a table with two columns. The first count products for a selected area and the second takes the total of all products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to do that in one table but I don't know how to do. Could you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870796#M994928</guid>
      <dc:creator />
      <dc:date>2015-07-02T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870797#M994929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table you can use set analysis expressions and override selections:&lt;/P&gt;&lt;P&gt;Don't override user selections: count(distinct products)&lt;/P&gt;&lt;P&gt;Override the selection of area: sum({&amp;lt;area=&amp;gt;} salesamount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870797#M994929</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T09:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870798#M994930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My formula is following for a ratio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[area]&amp;gt;} [No product])/count(TOTAL({&amp;lt;[area]&amp;gt;} [No product]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first part of the formula works because I tried it alone. The second no apparently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870798#M994930</guid>
      <dc:creator />
      <dc:date>2015-07-02T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870799#M994931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the second set of parentheses after TOTAL:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[area]&amp;gt;} [No product])/count(TOTAL{&amp;lt;[area]&amp;gt;} [No product])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870799#M994931</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870800#M994932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you enormously for all the answers. I still think I will need your help to other problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870800#M994932</guid>
      <dc:creator />
      <dc:date>2015-07-02T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870801#M994933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last question and then I'll leave you. I would like always the table but in the following form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products sector&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Area&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; His country to the selected area&lt;/P&gt;&lt;P&gt;Sector 1&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870801#M994933</guid>
      <dc:creator />
      <dc:date>2015-07-02T10:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870802#M994934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the question. Can you post a qlikview document that explains it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 10:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870802#M994934</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: detaching a table with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870803#M994935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact it would be a count of the number of product for a selected area (eg a state of the United States) and adjacent to the territories (eg the US).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/detaching-a-table-with-a-filter/m-p/870803#M994935</guid>
      <dc:creator />
      <dc:date>2015-07-02T11:42:11Z</dc:date>
    </item>
  </channel>
</rss>

