<?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: Set analysis expression to include all years in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117782#M8205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create the filter like this&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;&lt;STRONG&gt;=Aggr(Only({1&amp;lt;Warehouse = {'HUR', 'SAL', 'SSS', 'SBF', 'YUM', 'YBF', 'YSS'}&amp;gt;} Warehouse), Warehouse)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then see if the selection in the above filter is ignored by the chart or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2018 02:19:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-07T02:19:25Z</dc:date>
    <item>
      <title>Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117775#M8198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to modify an expression so it will include all years, and all warehouses for that matter, but it doesn't seem to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(Aggr(Avg({$&amp;lt;Year=,Warehouse=&amp;gt;} MinutesToLoad), SalesOrder))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected behavior is that my Distribution Plot chart should always include all years and all warehouses, even if selections have been&amp;nbsp; made in the app.&amp;nbsp; But, when I tested it by selecting a single year, the chart filtered to just that year.&amp;nbsp; Any ideas on what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 22:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117775#M8198</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-05T22:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117776#M8199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to actually repeat the set expression both for the Aggr()-function and the outer Avg()-function for this to work as you expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 22:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117776#M8199</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-05T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117777#M8200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I did this right, but here's&amp;nbsp; the modified expression:&lt;/P&gt;&lt;P&gt;Avg({$&amp;lt;Year=,Warehouse=&amp;gt;}Aggr({$&amp;lt;Year=,Warehouse=&amp;gt;} Avg({$&amp;lt;Year=,Warehouse=&amp;gt;} MinutesToLoad), SalesOrder))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works if I select something from the Year dimension, but once I select a Warehouse the chart filters on the Warehouse.&amp;nbsp; So, it partially works which is an improvement!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything else I can do to get it work better?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117777#M8200</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-06T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117778#M8201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({$&amp;lt;Year, Warehouse&amp;gt;}Aggr(Avg({$&amp;lt;Year, Warehouse&amp;gt;} MinutesToLoad), SalesOrder))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117778#M8201</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-06T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117779#M8202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still working for Year dimension,but not Warehouse dimension.&amp;nbsp; When I filter on a Warehouse it starts behaving strangely, such as a non-selected warehouse will show up in addition to the selected warehouse, but I just want all warehouses to show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 17:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117779#M8202</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-06T17:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117780#M8203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample or sample image to show this? Are you using a calculated dimension for Filter and have you made sure that the field name is Warehouse and not WAREHOUSE or warehouse?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 18:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117780#M8203</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-06T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117781#M8204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warehouse is a calculated dimension but I have also tried with just the Warehouse dimension and get the same behavior.&amp;nbsp; When using the calculated dimension, the calculation is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match(Warehouse,'HUR','SAL','SSS','SBF','YUM','YBF','YSS'),Warehouse,Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have this stored in a Master dimension called PFWarehouse.&amp;nbsp; &lt;/P&gt;&lt;P&gt;First screen grab shows the calculated dimension, with no warehouses selected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WarehouseLoadTimes_Calculated warehouse.jpg" class="jive-image image-1" src="/legacyfs/online/207247_WarehouseLoadTimes_Calculated warehouse.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Second screen grab shows the calculated Warehouse dimension with only SAL selected but HUR also shows up.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WarehouseLoadTimes_Calculated warehouse_selected SAL.jpg" class="jive-image image-2" src="/legacyfs/online/207254_WarehouseLoadTimes_Calculated warehouse_selected SAL.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Third screen grab shows the normal Warehouse dimension with no warehouses selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WarehouseLoadTimes_Warehouse Dim.jpg" class="jive-image image-3" src="/legacyfs/online/207255_WarehouseLoadTimes_Warehouse Dim.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And the last screen grab shows the normal Warehouse dimension, with the SAL warehouse selected but BRD and HOL show up instead.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WarehouseLoadTimes_Warehouse Dim_selected SAL.jpg" class="image-4 jive-image" src="/legacyfs/online/207256_WarehouseLoadTimes_Warehouse Dim_selected SAL.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; Since my expression for the calculated dimension adds the possibility of a Null result, I will be unchecking the box in the Warehouse dimension that includes null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117781#M8204</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-06T20:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117782#M8205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create the filter like this&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;&lt;STRONG&gt;=Aggr(Only({1&amp;lt;Warehouse = {'HUR', 'SAL', 'SSS', 'SBF', 'YUM', 'YBF', 'YSS'}&amp;gt;} Warehouse), Warehouse)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then see if the selection in the above filter is ignored by the chart or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2018 02:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117782#M8205</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-07T02:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117783#M8206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting approach!&amp;nbsp; Unfortunately, I'm still getting the same behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 14:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117783#M8206</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-09T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117784#M8207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this with a new field in the script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Not Match(Warehouse, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'HUR', 'SAL', 'SSS', 'SBF', 'YUM', 'YBF', 'YSS'), Warehouse, Null()) as New_Warehouse&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and not ignore selection in New_Warehouse and use this as your filter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 14:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117784#M8207</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-09T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117785#M8208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still getting strange results.&amp;nbsp; Adding this expression to the data load as a new field limits the New_Warehouse values to those that are not in that list...so I'm not really sure how to use that to "not ignore the selection in New_Warehouse" and use it as a filter.&amp;nbsp; If I add New_Warehouse to a filter panel, the only options in that filter are HOL and OXN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 15:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117785#M8208</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-09T15:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117786#M8209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, this was my bad... I think you needed Match and not "Not Match"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Match(Warehouse, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'HUR', 'SAL', 'SSS', 'SBF', 'YUM', 'YBF', 'YSS'), Warehouse, Null()) as New_Warehouse&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 16:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117786#M8209</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-09T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117787#M8210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this may help since experts in Set analysis are helping you but maybe try below...&lt;/P&gt;&lt;P&gt;syntax may be wrong but to ignore any selections made on chart use 1 and to show all the years and warehouse regardless of selections use&amp;nbsp; "*"&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;Avg(Aggr(Avg({ 1 &amp;lt;Year={"*"}&amp;nbsp; &amp;gt;+&amp;lt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Warehouse&lt;/SPAN&gt;={"*"}&amp;gt;} MinutesToLoad), SalesOrder))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 16:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117787#M8210</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-07-09T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117788#M8211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've updated the load script with the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(Warehouse,'HUR','SAL','SSS','SBF','YUM','YBF','YSS'),Warehouse,Null()) as PFWarehouse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Got rid of the Master Dimension that was defined the same way).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm still using the vAvgMinToLoadPerOrder variable defined as:&lt;/P&gt;&lt;P&gt;Avg({$&amp;lt;Year,PFWarehouse&amp;gt;}Aggr(Avg({$&amp;lt;Year, PFWarehouse&amp;gt;} MinutesToLoad), SalesOrder))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also used the PFWarehouse dimension for my filter pane on the sheet with the chart in question. Unfortunately, I'm still getting the same behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117788#M8211</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-09T19:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117789#M8212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion.&amp;nbsp; I tried it and got different behavior than noted before, but I'm still not getting all warehouses.&amp;nbsp; Instead, I'm getting the filtered warehouse, but at least I'm not getting additional noise such as a warehouse that was not filtered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117789#M8212</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-09T19:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117790#M8213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very strange... is it possible to share your qvf (here or through email)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117790#M8213</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-09T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117791#M8214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a copy of the QVF.&amp;nbsp; The data that I'm looking at comes from the Cooler table, ('LOAD' status from the load sections called CoolOut 2014-2016 QVD, Cooler Outbound 2017 QVD, and Cooler Outbound 2018).&amp;nbsp; The chart I'm working on is on the Customers sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 14:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117791#M8214</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-10T14:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117792#M8215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like a bug to me (or I am missing a configuration which I am not aware of).... If I convert the same chart to a table... the selection in PFWarehouse are ignored.... but not in box plot. Also, what is weird is that if I select 1 value, the box plot shows 2 warehouse... if I select 4, it will show 5.... based on the sort order. This means that it has nothing to do what what is selected... for example if you sort in ascending order and you select YUM, the chart is showing HUR and SAL... Since, I have selected YUM, I would have expected to see just YUM, if set analysis wasn't working.... it just seem to be something which is beyond my understanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117792#M8215</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-10T15:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis expression to include all years</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117793#M8216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thank you for looking at it. I'll submit it to tech support and see if it's possibly a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 16:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-expression-to-include-all-years/m-p/117793#M8216</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2018-07-10T16:51:03Z</dc:date>
    </item>
  </channel>
</rss>

