<?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: Ignore Filter Condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486099#M101346</link>
    <description>&lt;P&gt;You can use indirect set analysis for this. I believe this will do it.&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt; Store = P(Store), Department, Item&amp;gt;} Sales)&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 05:00:47 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-10-09T05:00:47Z</dc:date>
    <item>
      <title>Ignore Filter Condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486079#M101343</link>
      <description>&lt;P&gt;I have a following data:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="261"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;Store&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Department&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Item&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Office&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Pen&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Office&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Pencil&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Office&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Paper&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;400&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Electronics&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Printer&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Office&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Pen&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;
&lt;P&gt;Grocery&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Tea&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Grocery&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Coffee&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Grocery&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Bread&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Office&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Pencil&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;350&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Grocery&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Tea&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;250&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="54.0625px" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="94.5938px" height="25px"&gt;Toy&lt;/TD&gt;
&lt;TD width="58.7969px" height="25px"&gt;Barbie&lt;/TD&gt;
&lt;TD width="52.5469px" height="25px"&gt;150&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have Filter on Store, Department, item. When I select Grocery from filter, it should display store that contains grocery and total sales not just grocery sales.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 96pt;" border="0" width="128" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 48pt;" span="2" width="64" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="64" height="19" style="height: 14.4pt; width: 48pt;"&gt;Store&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;B&lt;/TD&gt;
&lt;TD align="right"&gt;900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;C&lt;/TD&gt;
&lt;TD align="right"&gt;750&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly if I select item Pen it should display only stores that have sales of pen but the sales should include entire sales of all items.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 96pt;" border="0" width="127px" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 48pt;" span="2" width="64" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="63.4531px" height="19" style="height: 14.4pt; width: 48pt;"&gt;Store&lt;/TD&gt;
&lt;TD width="63.5469px" style="width: 48pt;"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="63.4531px" height="19" style="height: 14.4pt;"&gt;B&lt;/TD&gt;
&lt;TD width="63.5469px" align="right"&gt;900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="63.4531px" height="19" style="height: 14.4pt;"&gt;A&lt;/TD&gt;
&lt;TD width="63.5469px" align="right"&gt;1400&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I achieve this ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 01:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486079#M101343</guid>
      <dc:creator>MH376</dc:creator>
      <dc:date>2024-10-09T01:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Filter Condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486085#M101344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/233435"&gt;@MH376&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is a very unusual request; I would not recommend this approach since it can confuse users. Nevertheless, this is the expression you can use:&lt;/P&gt;
&lt;PRE&gt;Sum({1&amp;lt; Store = {"=Sum(Sales)&amp;gt;0"}&amp;gt;} Sales)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 02:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486085#M101344</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-10-09T02:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Filter Condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486099#M101346</link>
      <description>&lt;P&gt;You can use indirect set analysis for this. I believe this will do it.&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt; Store = P(Store), Department, Item&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 05:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Filter-Condition/m-p/2486099#M101346</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-10-09T05:00:47Z</dc:date>
    </item>
  </channel>
</rss>

