<?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: how to filter based on criteria based on the selected field value ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761623#M58882</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125732"&gt;@RaghuRathinam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1: Create a variable i.e called vNameSelected = '=ONLY({&amp;lt;Name={$(=GETFIELDSELECTIONS(Name))}&amp;gt;}Age)'&lt;/P&gt;&lt;P&gt;Step 2: Either listbox or filter use this expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;=CONCAT({1&amp;lt;Age ={$(vNameSelected)}&amp;gt;} Name,'|',Name)&lt;/P&gt;&lt;P&gt;When you make selection in Name field then you should Names that matches the age of name selected.&lt;/P&gt;&lt;P&gt;That should sort it our for you.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 16:16:14 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2020-11-13T16:16:14Z</dc:date>
    <item>
      <title>how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761544#M58877</link>
      <description>&lt;P&gt;As I am a beginner to Qliksense, Your support on this will be great appreciated.&lt;/P&gt;&lt;P&gt;I am interested to find the similar entity based on a condition that is selected in QlikSense Application.&lt;/P&gt;&lt;P&gt;I illustrated the same with an easy example :&lt;/P&gt;&lt;P&gt;My DB table looks similar to attached image.&lt;/P&gt;&lt;P&gt;My target is,&lt;/P&gt;&lt;P&gt;When someone selects the Person Name "Pieter" in a filter pane, the another listbox/filterpane should display me the list of Same AGED person names.&lt;/P&gt;&lt;P&gt;In this case, criteria to match is AGE, I would make it multiple criteria as well like Sex, city etc.&lt;/P&gt;&lt;P&gt;How do I accomplish this ? I tried to use IF statements, set expressions and things like that...&lt;/P&gt;&lt;P&gt;But still stuck.&lt;/P&gt;&lt;P&gt;Kindly help me here.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 13:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761544#M58877</guid>
      <dc:creator>RaghuRathinam</dc:creator>
      <dc:date>2020-11-13T13:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761623#M58882</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125732"&gt;@RaghuRathinam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1: Create a variable i.e called vNameSelected = '=ONLY({&amp;lt;Name={$(=GETFIELDSELECTIONS(Name))}&amp;gt;}Age)'&lt;/P&gt;&lt;P&gt;Step 2: Either listbox or filter use this expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;=CONCAT({1&amp;lt;Age ={$(vNameSelected)}&amp;gt;} Name,'|',Name)&lt;/P&gt;&lt;P&gt;When you make selection in Name field then you should Names that matches the age of name selected.&lt;/P&gt;&lt;P&gt;That should sort it our for you.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 16:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761623#M58882</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2020-11-13T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761647#M58885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125732"&gt;@RaghuRathinam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this please :&lt;/P&gt;&lt;P&gt;=concat({&amp;lt; Name = e({&amp;lt;Name = Name&amp;gt;}), Age = {"=Age"} &amp;gt;} Name, ', ')&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 17:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761647#M58885</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-13T17:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761831#M58900</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122"&gt;@Gabriel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; I tried to do, what you said.&amp;nbsp; It is not working.&lt;/P&gt;&lt;P&gt;Please see the attached test application for your reference.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attached application, in the list box dimensions, i tried your suggestion&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=concat({&amp;lt; Name = e({&amp;lt;Name = Name&amp;gt;}), Age = {"=Age"} &amp;gt;} Name, ', ')&lt;/EM&gt; as well.&lt;/P&gt;&lt;P&gt;It did not work.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 07:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761831#M58900</guid>
      <dc:creator>RaghuRathinam</dc:creator>
      <dc:date>2020-11-16T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761838#M58901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125732"&gt;@RaghuRathinam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;=Aggr(concat({&amp;lt;Age = {"=Age"}, Name= &amp;gt;} Name, ', '), Name) &amp;lt;-- it includes the name which u selected&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Aggr(concat({&amp;lt; Name = e({&amp;lt;Name = Name&amp;gt;}), Age = {"=Age"} &amp;gt;} Name, ', '), Name) &amp;lt;-- it display the remaining names with same age criteria&lt;/P&gt;&lt;P&gt;o/p:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1605514861995.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44235i0A7C4F31E3FA508F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1605514861995.png" alt="MayilVahanan_0-1605514861995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 08:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761838#M58901</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-16T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761877#M58905</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;This way, it works in this test case app which i share.&lt;/P&gt;&lt;P&gt;But in my real case, the number of data is huge.&amp;nbsp; around 15000 records.&lt;/P&gt;&lt;P&gt;Hence i get a error message like "The hypercube results are too&amp;nbsp; large" .&amp;nbsp; Any new ideas ?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-16 11_10_44-Window.png" style="width: 530px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44246i6E44F1DF6F3D1E53/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-16 11_10_44-Window.png" alt="2020-11-16 11_10_44-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 10:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761877#M58905</guid>
      <dc:creator>RaghuRathinam</dc:creator>
      <dc:date>2020-11-16T10:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761914#M58910</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125732"&gt;@RaghuRathinam&lt;/a&gt;&amp;nbsp;, y just tested and works fine, i just selected 'suresh' and return 'Joseph':&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1605533741637.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44252iF8BC179FB7BFA41D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QFabian_0-1605533741637.png" alt="QFabian_0-1605533741637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761914#M58910</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-16T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761980#M58918</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please provide the QVF file ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 16:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1761980#M58918</guid>
      <dc:creator>RaghuRathinam</dc:creator>
      <dc:date>2020-11-16T16:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter based on criteria based on the selected field value ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1762011#M58920</link>
      <description>&lt;P&gt;Sure!, here it is&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 17:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-filter-based-on-criteria-based-on-the-selected-field/m-p/1762011#M58920</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-16T17:44:08Z</dc:date>
    </item>
  </channel>
</rss>

