<?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: Including Values Intersecting to Selections in Filter of Qlik Sense. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83468#M5572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it won't be possible with the normal working of the associative logic behind the selections. Within QlikView there is a special feature called &lt;A href="https://community.qlik.com/qlik-blogpost/3219"&gt;AND-Mode&lt;/A&gt; with which something like this &lt;SPAN style="text-decoration: underline;"&gt;might&lt;/SPAN&gt; be possible. I'm not sure if this is available within Sense - the following: &lt;A href="https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html" title="https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html"&gt;https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html&lt;/A&gt; looked different respectively needs to be implement on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More easier would be to create your intersection as an own "Name Selection" - there would be now 4 entries and this could be achieved by additionally loading your excluding parts, (inner) joining them and concatenate this result to the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2018 12:16:39 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-05-24T12:16:39Z</dc:date>
    <item>
      <title>Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83466#M5570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have the following Table :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="288.020834" style="border: 1px solid #000000; width: 248.021px; height: 197.021px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #000080;"&gt;Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Adam&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Bob&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Charles&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Dean&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Danny&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Derrick&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Evan&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Kevin&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Liam&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Max&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Ryan&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #000000;"&gt;Stan&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;And i have the following Code :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(not WildMatch(Name,'D*'),'Exclude Initial D') as Name_Selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;FROM Table_Names_Desc ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;Concatenate(Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Exclude Name' as Name_Selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;FROM Table_Names_Desc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;Where Name &amp;lt;&amp;gt; 'Adam' and Name &amp;lt;&amp;gt; 'Kevin' and Name &amp;lt;&amp;gt; 'Ryan';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;Concatenate(Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'All Names' as Name_Selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM Table_Names_Desc &lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;So now if i select a &lt;STRONG&gt;Filter Pane &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;"Name_Selection"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;, I will have 3 selections:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;Exclude Initial D.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Exclude Name.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;All Names.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;So the issue that I am facing is that if I select Both 'Exclude Initial D' &amp;amp; 'Exclude Name', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;since there is nothing common between these values, it shows all the Names&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;However i want it to show the Names Intersecting to both i.e. the values for the following selections should be&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Exclude Initial D&lt;/SPAN&gt;.&lt;/STRONG&gt; : Adam, Bob, Charles, Evan, Kevin, Liam, Max, Ryan, Stan.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Exclude Name.&lt;/STRONG&gt;&lt;/SPAN&gt; : Bob, Charles, Dean, Danny, Derrick, Evan, Liam, Max, Stan.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Exclude Initial D. &amp;amp; Exclude Name.&lt;/STRONG&gt;&lt;/SPAN&gt; : Bob, Charles, Evan, Liam, Max, Stan. &lt;SPAN style="color: #3366ff;"&gt;(Intersection of The Top 2 Selections).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;All Names.&lt;/STRONG&gt;&lt;/SPAN&gt; : Adam, Bob, Charles, Dean, Danny, Derrick, Evan, Kevin, Liam, Max, Ryan, Stan.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Also Check if the code is Working correctly or some changes are to be made to the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 06:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83466#M5570</guid>
      <dc:creator>satish25</dc:creator>
      <dc:date>2018-05-24T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83467#M5571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be look here for AND-MODE in Qlik Sense&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9035"&gt;Generating AND, OR , NOT selection logic in Qlik Sense&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For QlikView it is simple....&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3219"&gt;AND-Mode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83467#M5571</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T12:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83468#M5572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it won't be possible with the normal working of the associative logic behind the selections. Within QlikView there is a special feature called &lt;A href="https://community.qlik.com/qlik-blogpost/3219"&gt;AND-Mode&lt;/A&gt; with which something like this &lt;SPAN style="text-decoration: underline;"&gt;might&lt;/SPAN&gt; be possible. I'm not sure if this is available within Sense - the following: &lt;A href="https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html" title="https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html"&gt;https://help.qlik.com/en-US/sense/April2018/APIs/EngineAPI/services-Field-GetAndMode.html&lt;/A&gt; looked different respectively needs to be implement on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More easier would be to create your intersection as an own "Name Selection" - there would be now 4 entries and this could be achieved by additionally loading your excluding parts, (inner) joining them and concatenate this result to the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83468#M5572</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-05-24T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83469#M5573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;However this is in a bar chart.&lt;/P&gt;&lt;P&gt;My data is in tabular form and this field isn't there in the table.&lt;/P&gt;&lt;P&gt;On the selection of this filter the tabular values change.&lt;/P&gt;&lt;P&gt;So is there any way out to this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83469#M5573</guid>
      <dc:creator>satish25</dc:creator>
      <dc:date>2018-05-24T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83470#M5574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your qvf or a sample qvf showing the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83470#M5574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T12:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Including Values Intersecting to Selections in Filter of Qlik Sense.</title>
      <link>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83471#M5575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, i have attached a sample .qvf&lt;/P&gt;&lt;P&gt;Just check and let me know if anything can be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 05:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-Values-Intersecting-to-Selections-in-Filter-of-Qlik/m-p/83471#M5575</guid>
      <dc:creator>satish25</dc:creator>
      <dc:date>2018-05-25T05:29:18Z</dc:date>
    </item>
  </channel>
</rss>

