<?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 Select same values from 2 non-associated listboxes simultaneously in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694973#M475850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have 2 date fields from 2 &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;completely non-associated tables&lt;/STRONG&gt;&lt;/SPAN&gt;, "date1" and "date2". I want auto-select the same date2 value as the one I select from the date1 listbox, e.g. selecting date1=1/7/2014 should auto-select date2=1/7/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can edit the listbox into an expression like "date1 &amp;amp; ' ' &amp;amp; date2", however this is unsightly because it just says the same date twice. Is there any other way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2014 07:44:56 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2014-07-02T07:44:56Z</dc:date>
    <item>
      <title>Select same values from 2 non-associated listboxes simultaneously</title>
      <link>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694973#M475850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have 2 date fields from 2 &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;completely non-associated tables&lt;/STRONG&gt;&lt;/SPAN&gt;, "date1" and "date2". I want auto-select the same date2 value as the one I select from the date1 listbox, e.g. selecting date1=1/7/2014 should auto-select date2=1/7/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can edit the listbox into an expression like "date1 &amp;amp; ' ' &amp;amp; date2", however this is unsightly because it just says the same date twice. Is there any other way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 07:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694973#M475850</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-07-02T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select same values from 2 non-associated listboxes simultaneously</title>
      <link>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694974#M475851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use "On Select" Field Event Trigger from Document properities to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 07:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694974#M475851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-02T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select same values from 2 non-associated listboxes simultaneously</title>
      <link>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694975#M475852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider that you have two dates&lt;/P&gt;&lt;P&gt;Date1 and Date2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings &amp;gt;&amp;gt; Document Properties &amp;gt;&amp;gt;&amp;nbsp; Triggers&lt;/P&gt;&lt;P&gt;Field Event Triggers&lt;/P&gt;&lt;P&gt;Select Date1&lt;/P&gt;&lt;P&gt;OnSelect - Add Action&lt;/P&gt;&lt;P&gt;Add &amp;gt;&amp;gt; Selection &amp;gt;&amp;gt; Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;Date2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search String&lt;/P&gt;&lt;P&gt;=Date1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do the same procedure for Date2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 07:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694975#M475852</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-02T07:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select same values from 2 non-associated listboxes simultaneously</title>
      <link>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694976#M475853</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;Look at the attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 08:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-same-values-from-2-non-associated-listboxes/m-p/694976#M475853</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-02T08:03:57Z</dc:date>
    </item>
  </channel>
</rss>

