<?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: Selecting in a list box using another list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192226#M879437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok here is an example with the IF as well, which will obviously improve things if you want to add more to your inline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that we use actions on both the select AND on change to handle this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And these are in settings &amp;gt; document properties &amp;gt; triggers, in case you haven't used them before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2016 06:52:52 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-10-12T06:52:52Z</dc:date>
    <item>
      <title>Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192222#M879433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original client source file there are 6 currencies - they are populated in a list box; named "Currency". But the client wants that users will have another list box (named "InLineCurrency") which will have a fixed sub set of the 6 currencies and a new one named "LC" (Local Currency). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement:&lt;/P&gt;&lt;P&gt;1. If the user selects "LC" from "&lt;SPAN style="font-size: 13.3333px;"&gt;InLineCurrency" no item will be selected in "Currency" listbox.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2. If the user selects "USD" from "&lt;SPAN style="font-size: 13.3333px;"&gt;InLineCurrency", "USD" will be selected in "Currency" listbox.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find a sample QVW file as attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&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/Selecting-in-a-list-box-using-another-list-box/m-p/1192222#M879433</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192223#M879434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shafi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would probably use a field trigger for this.&lt;/P&gt;&lt;P&gt;I will make an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192223#M879434</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T06:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192224#M879435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking forward to the example; thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192224#M879435</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-10-12T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192225#M879436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go, You could also use different formula to do this if you wanted e.g if selection = LC select nothing, else select InLineCurrency as they are the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192225#M879436</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192226#M879437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok here is an example with the IF as well, which will obviously improve things if you want to add more to your inline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that we use actions on both the select AND on change to handle this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And these are in settings &amp;gt; document properties &amp;gt; triggers, in case you haven't used them before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192226#M879437</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192227#M879438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. You are absolutely right, I didn't use field trigger before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192227#M879438</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-10-12T06:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192228#M879439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hui Ahammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply try like below screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140355_Capture.PNG" style="height: 215px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192228#M879439</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-10-12T06:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192229#M879440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, they're very useful but a pain when you're debugging and forget that they are there!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192229#M879440</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192230#M879441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Nagaraj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's an even better solution ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192230#M879441</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-10-12T07:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192231#M879442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Adam for mentioning it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192231#M879442</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-10-12T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192232#M879443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO this is a little dirty as it relies on LC causing a select error... but that is just my opinion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192232#M879443</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192233#M879444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So many thanks for your opinion. Opinions are always helpful to learns things and best practices....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192233#M879444</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2016-10-12T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192234#M879445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, it will not affect anything in the dashboard. Since you find this dirty, I will suggest an alternate one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Replace(GetFieldSelections(InLineCurrency),'LC','') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192234#M879445</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-10-12T07:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192235#M879446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No of course it won't, it is standard Qlik functionality... My reason behind finding it dirty is that it somewhat hides the intended purpose by not explicitly having LC in the formula.&lt;/P&gt;&lt;P&gt;This makes it harder to understand if anyone else were to pick up and try and develop the dashboard.&lt;/P&gt;&lt;P&gt;That example is better indeed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192235#M879446</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192236#M879447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree. I thought of providing a simple solution and I didn't think from this point of view. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 07:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192236#M879447</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-10-12T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting in a list box using another list box</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192237#M879448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what is good about this community &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, 12 Oct 2016 07:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-in-a-list-box-using-another-list-box/m-p/1192237#M879448</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-12T07:52:27Z</dc:date>
    </item>
  </channel>
</rss>

