<?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: Is it possible for the system to have a different filter based on the selection made by the user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672554#M244266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not following this solution and cant see how this addresses the question that I raised.&amp;nbsp; For starters there is only one table in your QV document and you have used family members when I said I wanted to match the first name to the surname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 22:33:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-27T22:33:36Z</dc:date>
    <item>
      <title>Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672550#M244262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say I have two tables, "first name" and "family name".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select "Brian" in the first table, I should get a list of all the family names that correspond.&amp;nbsp; However, if in the first table I also had a column for a uniqueidentifer and so each "Brian" would be shown on separate rows.&amp;nbsp; In this scenario I would like to select "Brian" and get the family name that corresponds to the uniqueidentifier.&amp;nbsp; I tried concatenating the firstname with the uniqueidentifer but clicking on the selection again does not deselect the choice, which isnt very satisfactory for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In essence, I would like to either:&lt;/P&gt;&lt;P&gt;1. make a selection but the system subsitutes the filter for another field&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. make a selection and the whole row is used as a filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are my options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 15:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672550#M244262</guid>
      <dc:creator />
      <dc:date>2014-06-27T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672551#M244263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not just concatenate Firstname with Surname and select based on the whole name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 16:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672551#M244263</guid>
      <dc:creator />
      <dc:date>2014-06-27T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672552#M244264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you said is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;[\SAMPLEDATA.xlsx]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Family Members]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;[\SAMPLEDATA.xlsx]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet2);&lt;BR /&gt;&lt;BR /&gt;FINAL:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Family Members]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MAIN;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MAIN; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672552#M244264</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-06-27T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672553#M244265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was giving a simplified example but to answer your question I'm going to add some more conditions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;there are other columns linked to the family name that I do not want to show in the first table&lt;/LI&gt;&lt;LI&gt;It is possible that there will be multiple people with the same first and family name combo and the uniqueidentifer is the only guaranteed way of getting an exact match&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried concatenating the uniqueidentifier with the "first name" and this does the trick but clicking again on this field does not remove this selection, so it isnt a satisfactory solution for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 17:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672553#M244265</guid>
      <dc:creator />
      <dc:date>2014-06-27T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672554#M244266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not following this solution and cant see how this addresses the question that I raised.&amp;nbsp; For starters there is only one table in your QV document and you have used family members when I said I wanted to match the first name to the surname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 22:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672554#M244266</guid>
      <dc:creator />
      <dc:date>2014-06-27T22:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672555#M244267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a diagram of what you are trying to achieve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 07:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672555#M244267</guid>
      <dc:creator />
      <dc:date>2014-06-28T07:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible for the system to have a different filter based on the selection made by the user</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672556#M244268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I'll flesh out a scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp; Surname&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mother's Maiden Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brian&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mary&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brian&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jones&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Carol&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brian&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beatrice&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Colin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fleming&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Freda&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Colin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ducky&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1 shows:&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2 shows&lt;/P&gt;&lt;P&gt;Smith, Mary&lt;/P&gt;&lt;P&gt;Jones, Carol&lt;/P&gt;&lt;P&gt;Smith, Beatrice&lt;/P&gt;&lt;P&gt;Fleming, Freda&lt;/P&gt;&lt;P&gt;Ducky, Doris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I ideally want is the first listbox to show all the firstnames (5 entries) and be able to click on one of them and the second listbox to only show the surname, mother's maiden name that corresponds with the ID.&amp;nbsp; I don't want to click on the ID as it would be more natural for me to select on the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense, and how would I tackle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 08:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-for-the-system-to-have-a-different-filter-based/m-p/672556#M244268</guid>
      <dc:creator />
      <dc:date>2014-06-30T08:44:38Z</dc:date>
    </item>
  </channel>
</rss>

