<?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: Multiple Selection Movie Genres in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344539#M619971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried another approach...&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160654" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160654_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;you'll need always the dimension movie, so aggr() will be needed if there's no movie dimension...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 16:31:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-20T16:31:56Z</dc:date>
    <item>
      <title>Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344531#M619963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Movie&amp;nbsp;&amp;nbsp;&amp;nbsp; Genres&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G2|G3&lt;/P&gt;&lt;P&gt;M2&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G4&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp; G2|G3|G5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My purpose is that, an user can select multiple genres; considering as example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I select the genre G1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The result has all the movies having the genre G1 -&amp;gt; M1,M2,M3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I select also the genre G3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The result has all the movies having the genres G1 and G3 -&amp;gt; M1,M3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried also SubField(Genres, '|') but nothing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344531#M619963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T16:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344532#M619964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why does your data have this strange structure?&lt;/P&gt;&lt;P&gt;I would transform it... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344532#M619964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344533#M619965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, I do think that you need to "normalize" your data and extract genres one by one - you can use Subfield in your load script to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I'm not sure I understand your logic. If you require that both G1 and G3 are present for a movie, then only M1 should be selected (M3 doesn't have G1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want movies with either G1 or G3 (the default QlikView behavior) then all three movies satisfy this condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, if you wanted to require that both G1 and G3 are present, then you can implement an exclusion logic that I describe in this blog post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naturalsynergies.com/q-tip-15-excluding-the-excluded/" style="font-size: 10pt;" title="http://www.naturalsynergies.com/q-tip-15-excluding-the-excluded/"&gt;Q-Tip #15 – Excluding the Excluded | Natural Synergies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm teaching advanced Set Analysis techniques like this one, at the &lt;A href="http://masterssummit.com/"&gt;Masters Summit for Qlik&lt;/A&gt; - see if our agenda can fit your needs. You can also learn a hole lot of advanced Qlik stuff from my book &lt;A href="https://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=098202df27917ab9836332cf063c51f5"&gt;QlikView Your Business&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344533#M619965</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-19T16:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344534#M619966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Movie&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Genre&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'|') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Genre&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Movie, Genre&lt;BR /&gt; M1, G1|G2|G3&lt;BR /&gt; M2, G1|G4&lt;BR /&gt; M3, G2|G3|G5&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344534#M619966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T16:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344535#M619967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I also thought this kind of solution , applying this transformation.&lt;/P&gt;&lt;P&gt;However, the problem is the same because if I create a filter for the Genre field, considering another kind of dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Movie&amp;nbsp;&amp;nbsp;&amp;nbsp; Genres&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G2|G3&lt;/P&gt;&lt;P&gt;M2&amp;nbsp;&amp;nbsp;&amp;nbsp; G2|G4&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G3|G5 &lt;/P&gt;&lt;P&gt;M4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G3|G6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transformed&lt;/P&gt;&lt;P&gt;Movie&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Genre&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G1&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G2&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G3&lt;/P&gt;&lt;P&gt;M2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G2&lt;/P&gt;&lt;P&gt;M2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G4&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G1&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G3&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G5&lt;/P&gt;&lt;P&gt;M4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G3&lt;/P&gt;&lt;P&gt;M4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am interested in finding all the movies that have only G1 and G3, i can't applying the filter because the output would be {M1,M3,M4} insteaf of {M1,M3} which is my goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 19:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344535#M619967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344536#M619968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; about the first suggestion, my bad, I wrote bad the third movie, the original is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Movie&amp;nbsp;&amp;nbsp;&amp;nbsp; Genres&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G2|G3&lt;/P&gt;&lt;P&gt;M2&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G4&lt;/P&gt;&lt;P&gt;M3&amp;nbsp;&amp;nbsp;&amp;nbsp; G1|G3|G5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the link you send, so for this kind of dataset and fields, which would be the right syntax to apply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 19:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344536#M619968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T19:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344537#M619969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you had a chance to read my blog article, that I pointed out above? It solves EXACTLY the same problem. You can just copy my solution as is and be done with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344537#M619969</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-19T20:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344538#M619970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read your article but I still can't manage to achieve my goal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my dashboard:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160619_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to select multiple Genres in the selected filter, in order to obtain (in the table on the right) all the movies having the selected Genres.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basing on the syntax proposed on your article, I tried&lt;/P&gt;&lt;P&gt;only({&amp;lt;Movie=E({&amp;lt;Genre=E(Genre)&amp;gt;})&amp;gt;}&amp;nbsp; Movie)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i put this syntax in several objects; however, after filtering multiple genres, the result is not still good...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344538#M619970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T08:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344539#M619971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried another approach...&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160654" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160654_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;you'll need always the dimension movie, so aggr() will be needed if there's no movie dimension...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344539#M619971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344540#M619972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apologies, now I remember that the question that I answered in my blog was slightly different - the question was how to select ONLY those that have the selected two genres, but not any other genres. Your issue is slightly different... I need to think a bit longer about your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344540#M619972</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-20T21:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Selection Movie Genres</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344541#M619973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this in the forum, I think it's quite helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62060"&gt;And-Mode: How to enable AND and NOT selections with Green, White, Grey...and Red!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Selection-Movie-Genres/m-p/1344541#M619973</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-20T21:19:31Z</dc:date>
    </item>
  </channel>
</rss>

