<?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: Show list box value by Select Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059953#M918738</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea, but i found another problem.&lt;/P&gt;&lt;P&gt;When i choose Select B from the first list box and then i choose A from the second listbox, "Select A" on the first list box also choosed automatically.&lt;/P&gt;&lt;P&gt;Here is the illustration:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123368_2.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second problem is when i choose Select A and then choose A from the second list box, and i click A again in order to clear the selection in the second list box, the selection in the first list box also cleared. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 09:05:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-03T09:05:47Z</dc:date>
    <item>
      <title>Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059945#M918730</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 have a question, i have two list box object.&lt;/P&gt;&lt;P&gt;the first one has two value (Select A, Select B), the second one has three value (A with flag Y, B with flag N, C with Flag Y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i choose Select A on the first list box, i want to show only A and C (value with Y flag) on the second list box. And when i choose Select B i want to show all values on the second list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try using this expression on the second list box --&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Selections)='Select A', &lt;/P&gt;&lt;P&gt;&amp;nbsp; Only({&amp;lt;Flag={'Y'}&amp;gt;}Value), Value&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working and not showing any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody has idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also attach my sample file here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059945#M918730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059946#M918731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Lejours,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try below expression,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(GetFieldSelections(Selections)='Select A', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Aggr(Only({&amp;lt;Flag={'Y'}&amp;gt;}Value),Value), Value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059946#M918731</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-03T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059947#M918732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your idea.&lt;/P&gt;&lt;P&gt;But i found some problem:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The first one is, when I choose Select A , then i choose A on the second list box, the C value is missing from the second list box.&lt;/LI&gt;&lt;LI&gt;The second one is, when I choose Select B, then i choose A on the second list box, the Select A in first list box is also choosed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123333_2.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to solve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059947#M918732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T04:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059948#M918733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its working&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059948#M918733</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-03T04:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059949#M918734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use this exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Selections)='Select A',&lt;/P&gt;&lt;P&gt;&amp;nbsp; Aggr(Only({&amp;lt;Flag={'Y'}&amp;gt;}Value),Value),&amp;nbsp; Aggr(Only({&amp;lt;Flag={'N'}&amp;gt;}Value),Value)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059949#M918734</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-03T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059950#M918735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 05:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059950#M918735</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-03T05:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059951#M918736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Associate your Select A and Select B values to your data like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Selections, Flag&lt;/P&gt;&lt;P&gt;Select A, Y&lt;/P&gt;&lt;P&gt;Select B, Y&lt;/P&gt;&lt;P&gt;Select B, N ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now link this table on &lt;STRONG&gt;Flag. &lt;/STRONG&gt;So when you will do 'Select A' Values associated with Flag Y will be displayed and when you do 'Select B' Values associated with both Y &amp;amp; N will be displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 05:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059951#M918736</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-03T05:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059952#M918737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetFieldSelections(Selections)='Select A',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Aggr(Only({&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;Flag={'Y'}&amp;gt;}Value),Value), Value&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123365_Capture.PNG" style="height: 113px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 08:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059952#M918737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059953#M918738</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea, but i found another problem.&lt;/P&gt;&lt;P&gt;When i choose Select B from the first list box and then i choose A from the second listbox, "Select A" on the first list box also choosed automatically.&lt;/P&gt;&lt;P&gt;Here is the illustration:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123368_2.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second problem is when i choose Select A and then choose A from the second list box, and i click A again in order to clear the selection in the second list box, the selection in the first list box also cleared. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059953#M918738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059954#M918739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've try this method, but i found some problem that doesn't meet my requirement.&lt;/P&gt;&lt;P&gt;The problem is, when i choose Select B, only the value with FLAG N can be choosed. But another value with flag Y also shown. Is it possible to hide the Value from the list box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059954#M918739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T09:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059955#M918740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lejour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;definitely Working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059955#M918740</guid>
      <dc:creator />
      <dc:date>2016-05-03T11:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059956#M918741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that cant be done. Because in all d way. Select A is associated with A,C and Select B is associated with respective. So if you select or clear any one of them, the other will respond as per the association we have made in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059956#M918741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show list box value by Select Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059957#M918742</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;This is kind of indirect method just check and let me know if this works&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123536" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123536_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123537" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123537_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 10:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-list-box-value-by-Select-Condition/m-p/1059957#M918742</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2016-05-04T10:15:22Z</dc:date>
    </item>
  </channel>
</rss>

