<?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: Dynamically exclude selected field value from chart but include all possible others in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677191#M455867</link>
    <description>&lt;P&gt;&amp;nbsp;Hi Kaushik, thanks for your reply.&lt;/P&gt;&lt;P&gt;I've tried this and the "include" expression returns just the customer selected but the "exclude" expression doesn't return anything.&lt;/P&gt;&lt;P&gt;If I select no customer then the "exclude" expression returns values for all customers in that market.&lt;/P&gt;&lt;P&gt;Not sure if I'm missing something?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2020 16:57:09 GMT</pubDate>
    <dc:creator>mattdonkin</dc:creator>
    <dc:date>2020-02-19T16:57:09Z</dc:date>
    <item>
      <title>Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677104#M455865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a multi box which includes 2 fields - market and customer. The selection then drives a pivot table.&lt;/P&gt;&lt;P&gt;At the moment, I select market = "Spain" and customer = "ABC" and the pivot table updates with the relevant calculated fields relating to customer "ABC"&lt;/P&gt;&lt;P&gt;I would also like to have a copy of this pivot table but this time displaying all other customers within Spain except for "ABC". This way I can then run a comparison between customer "ABC" and the average of all other customers in that market.&lt;/P&gt;&lt;P&gt;I can do this via set analysis but I'd like to build it so that it runs off whatever value is selected in the multi box -&amp;nbsp; ie, if I select customer = "DEF" then pivot table 1 gives me all calculations relevant to "DEF" and pivot table 2 gives me all customers except "DEF".&lt;/P&gt;&lt;P&gt;That way I can easily hand it over to users without requiring them to amend the set analysis.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677104#M455865</guid>
      <dc:creator>mattdonkin</dc:creator>
      <dc:date>2024-11-16T01:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677110#M455866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If users going to select only one value in both the filters then you can try below expressions.&lt;/P&gt;&lt;P&gt;1. To include the values&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Market = {"$(=Maxstring(Market))"},Customer = {"$(=Maxstring(Customer))"} &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;2. To exclude the customer&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Market = {"$(=Maxstring(Market))"},Customer -= {"$(=Maxstring(Customer))"} &amp;gt;}Sales)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 14:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677110#M455866</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-02-19T14:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677191#M455867</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Kaushik, thanks for your reply.&lt;/P&gt;&lt;P&gt;I've tried this and the "include" expression returns just the customer selected but the "exclude" expression doesn't return anything.&lt;/P&gt;&lt;P&gt;If I select no customer then the "exclude" expression returns values for all customers in that market.&lt;/P&gt;&lt;P&gt;Not sure if I'm missing something?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 16:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677191#M455867</guid>
      <dc:creator>mattdonkin</dc:creator>
      <dc:date>2020-02-19T16:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677198#M455868</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Can you share the type of chart you are using along with Dimension ,Expressions and the selections that you have done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677198#M455868</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-02-19T17:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677957#M455869</link>
      <description>&lt;P&gt;Hi, I have 2 pivot table chart types. Both are identical in the dimensions shown - Market and Customer. The first table has the expression to include just the values for the Customer selected, and the second table has the expression to include all other customer values except the customer selected.&lt;/P&gt;&lt;P&gt;What I am seeing is that - with no specific customer selected, the first table ("include") shows nothing whilst the second table ("exclude") shows values for every customer.&lt;/P&gt;&lt;P&gt;If I then select a specific customer, the first table shows the values for that customer but the second table shows nothing.&lt;/P&gt;&lt;P&gt;The expression I'm using to include is:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SelDate={"&amp;gt;=$(=date(monthstart(max(SelDate),-12),'MMMM YYYY')) &amp;lt;=$(=date(max(SelDate),'MMMM YYYY'))"},Market = {"$(=Maxstring(Market))"},[Customer] = {"$(=MaxString([Customer]))"}&amp;gt;}[Volume])&lt;/P&gt;&lt;P&gt;The expression to exclude is:-&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SelDate={"&amp;gt;=$(=date(monthstart(max(SelDate),-12),'MMMM YYYY')) &amp;lt;=$(=date(max(SelDate),'MMMM YYYY'))"},Market = {"$(=Maxstring(Market))"},[Customer] -= {"$(=MaxString([Customer]))"}&amp;gt;}[Volume])&lt;/P&gt;&lt;P&gt;I hope this makes sense!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 10:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1677957#M455869</guid>
      <dc:creator>mattdonkin</dc:creator>
      <dc:date>2020-02-21T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1678482#M455870</link>
      <description>&lt;P&gt;Hi Kaushik, were the details I provided helpful?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1678482#M455870</guid>
      <dc:creator>mattdonkin</dc:creator>
      <dc:date>2020-02-24T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically exclude selected field value from chart but include all possible others</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1687455#M455871</link>
      <description>&lt;P&gt;Matt, try the following specific Design Blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Excluding-values-in-Set-Analysis/ba-p/1471704" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Excluding-values-in-Set-Analysis/ba-p/1471704&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If that does not quite do it, here is the base area link where you can search further on your own, there are hundreds of how-to posts in this area and a bunch on Set Analysis, so I think you may be able to find what you need here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 19:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-exclude-selected-field-value-from-chart-but-include/m-p/1687455#M455871</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-24T19:53:11Z</dc:date>
    </item>
  </channel>
</rss>

