<?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: Problem with full set {1} in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794176#M1025726</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 will put in expression&amp;nbsp;&amp;nbsp; $ instead of 1. like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count({$} distinct Supplier)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 07:27:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-14T07:27:11Z</dc:date>
    <item>
      <title>Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794171#M1025717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attached qv doc, in Table2 straighttable, I am trying to show Parts, corresponding weight and no of suppliers. If I make a selection in Vehicle, Part or Supplier fields I want Table2 to show rows related to the selection however the no of suppliers should be unaffected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i put "count({1} distinct Supplier)" as "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;no of suppliers" &lt;/SPAN&gt;expression. with this the supplier count is unaffected but extra rows show up when i do filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I select Part = P1, I should only get P1 record in Table2 but I get P1 and P3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone pls tell me why this behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 18:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794171#M1025717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-12T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794172#M1025718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to use following expression&lt;/P&gt;&lt;P&gt;count({&amp;lt;Supplier =&amp;gt;} distinct Supplier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will ignore your selection in Supplier but will react on selection in Part.&lt;/P&gt;&lt;P&gt;If you need to ignore also vehicle please do count({&amp;lt;Supplier =, Vehicle=&amp;gt;} distinct Supplier)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 19:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794172#M1025718</guid>
      <dc:creator />
      <dc:date>2015-03-12T19:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794173#M1025719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a scenario where I want to ignore all filters and if there are too many of them, what would be the best way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 19:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794173#M1025719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-12T19:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794174#M1025721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For ignoring all filters you would use {1}, for more specific requirements you can look at the following&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; attached document (page 18)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copying a small extract from the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If I want everything (All values) except for 2 dimensions: PRODUCT and MONTH, I would write:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=sum({$&amp;lt;[$(=Concat({1&amp;lt;$Field-={'PRODUCT','MONTH'}&amp;gt;}distinct $Field,']=,[' )&amp;amp;']=')&amp;gt;} VALUE)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 20:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794174#M1025721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-12T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794175#M1025724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;Supplier=&amp;gt;} distinct Supplier) worked partially. The count is correct now but I still see extra unrelated rows when I select Supplier filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;For ex, if I select Supplier S1, I should see only Part P1 but I see Part P3 also with corresponding values shown as null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Does anyone know why this happens?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794175#M1025724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T20:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794176#M1025726</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 will put in expression&amp;nbsp;&amp;nbsp; $ instead of 1. like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count({$} distinct Supplier)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 07:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794176#M1025726</guid>
      <dc:creator />
      <dc:date>2015-03-14T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794177#M1025727</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;did you try with TOTAL keyword...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 08:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794177#M1025727</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-14T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full set {1}</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794178#M1025728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Total doesnt help because I still want to use the groupby of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({$} distinct Supplier) gives me 1 if I select a supplier but I want the total suppliers of the part irrespective of the selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It almost looks impossible to have a field to filter the rows and still have count unaffected by the filter.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-full-set-1/m-p/794178#M1025728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T17:53:37Z</dc:date>
    </item>
  </channel>
</rss>

