<?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: Aggregating breaks searching in filter pane? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215337#M23463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This turned out to be pretty much right! The code itself didn't work, but this one did. &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Aggr ({$&amp;lt;Year={$(=thisYear)}&amp;gt;}&amp;nbsp; Mode({1}CustomerName),CustomerNumber)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The glitch is gone, but I still see the right customer name!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 12:28:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-24T12:28:32Z</dc:date>
    <item>
      <title>Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215332#M23458</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;I'm an intermediate Qlik user. I have been rebuilding our existing dashboard with some new insights and think I may have encountered a bug. Either that, or my logic is flawed. Help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've built a filter pane that displays customer names. In the past this would show duplicates if a customer changed it's name. I've solved this by aggregating on customer number. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Aggr({$&amp;lt;Year={$(=thisYear)}&amp;gt;} Mode(CustomerName),CustomerNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement itself works perfectly. I now see the version of the name that occurs the most within the current selection, but now the search functionality of the pane breaks. When I click on a company name, it filters by company number.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150462" alt="1.png" class="jive-image image-1" height="172" src="https://community.qlik.com/legacyfs/online/150462_1.png" style="font-size: 13.3333px; height: 172px; width: 657.052px;" width="657" /&gt;&lt;/P&gt;&lt;P&gt;Now that's not that big a problem (I'd prefer it if it showed the name, but the result is the same). However, search is actually broken. I cannot search for the company name, nor the company number. As soon as I type anything, it just hides everything, even when I literally type 100202 from the screenshot above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150465" alt="1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150465_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a (known) bug, or am I just thinking the wrong way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 14pt;"&gt;Update&lt;/STRONG&gt;: video demonstrating the behaviour&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/3dTPbAAN87Q" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updated to add video&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215332#M23458</guid>
      <dc:creator />
      <dc:date>2017-01-23T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215333#M23459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it's not a bug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;Aggr({$&amp;lt;Year={$(=thisYear)}&amp;gt;} only(CustomerName),&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;CustomerName&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 13:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215333#M23459</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-23T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215334#M23460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers, the update works, but the filter pane still behaves weirdly. I've switched browser to confirm it isn't just my browser acting up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Behaviour (with this formula)&lt;/P&gt;&lt;P&gt;1. Searching within filter pane is impossible&lt;/P&gt;&lt;P&gt;2. As soon as I filter something, all other options in filter pane disappear (making it impossible to select multiple)&lt;/P&gt;&lt;P&gt;3. When I click to deselect the green selected option, it doesn't deselect, but it does show the other options again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could try to make a video, but all my customer names would be in it, so that's a bit tricky. Let me know if anything is unclear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 13:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215334#M23460</guid>
      <dc:creator />
      <dc:date>2017-01-23T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215335#M23461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;Try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;Aggr (&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;{$&amp;lt;Year={$(=thisYear)}&amp;gt;}&amp;nbsp; only ({1}&lt;/SPAN&gt;CustomerName),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'trebuchet ms', geneva; color: #3d3d3d;"&gt;CustomerName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 04:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215335#M23461</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-24T04:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215336#M23462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's how calculated dimensions and list boxes work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you can work around this problem, your best bet would be clean the data during load, so that you find the most used customer name by customer number and create a dimension table containing the distinct customer numbers with the modal name for each. Replace the names with these names back into the fact table, or simply drop the names from the fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then there is no need for a calculated field in the list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 04:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215336#M23462</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-24T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215337#M23463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This turned out to be pretty much right! The code itself didn't work, but this one did. &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Aggr ({$&amp;lt;Year={$(=thisYear)}&amp;gt;}&amp;nbsp; Mode({1}CustomerName),CustomerNumber)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The glitch is gone, but I still see the right customer name!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 12:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215337#M23463</guid>
      <dc:creator />
      <dc:date>2017-01-24T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215338#M23464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I understand how the filter part (showing number instead of name) is expected behaviour, but I find it hard to believe that the behaviour seen in the video is meant to be this way. It literally shows checked when it isn't checked and it selects a company different from the one checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far it seems the code above does solve the glitches. It still displays the customer number, but that's not that important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may still look in your suggestion to see if it's better in the long run. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 12:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215338#M23464</guid>
      <dc:creator />
      <dc:date>2017-01-24T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating breaks searching in filter pane?</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215339#M23465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the same issue.&lt;/P&gt;&lt;P&gt;Using a conditional filter,&amp;nbsp; i was removing the unrelated value from a list. This worked since Sense 3.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With 3.1 this workaround doesn't work anymore. It's behaviour is similar to vicvancooten's one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="vuoto.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150799_vuoto.JPG" style="height: auto;" /&gt; when i click into the field i got no values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="allargato.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150800_allargato.JPG" style="height: auto;" /&gt; if i open the filter in the canvas i can see some values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aperto.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/150801_aperto.JPG" style="height: auto;" /&gt;&amp;nbsp; if i full screen the filter with the top right button i can see the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="formula.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/150802_formula.JPG" style="height: 32px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This formula worked before Sense 3.1. It groupby the sum of some values by Ordine_produzione, and, if this values is &amp;gt;0, show me this Ordine_produzione, otherwise null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It was very simple to implement, but now is completely useless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-breaks-searching-in-filter-pane/m-p/1215339#M23465</guid>
      <dc:creator>gkluca82</dc:creator>
      <dc:date>2017-01-25T08:13:14Z</dc:date>
    </item>
  </channel>
</rss>

