<?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: One Listbox, Two Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409531#M1166832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have the listbox referencing DateA what would be my parameters in the "Select In Field"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause I've had set an action in the sheet properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actions: Select in Field&lt;/P&gt;&lt;P&gt;Field: DateB&lt;/P&gt;&lt;P&gt;Search String: =GetCurrentSelections(DateA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And even when I select a value in the listbox, DateB doesn't get selected =/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&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, 12 Oct 2012 15:55:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-12T15:55:06Z</dc:date>
    <item>
      <title>One Listbox, Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409529#M1166830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of listboxes (year, month, day, ...) that I would like to use in order to filter two different (and unrelated) date fields in two different (and unrelated) tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in QV10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah... and I can't have an expression like "TableAYear &amp;amp; TableBYear" in the Field of the Listbox :s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;IdA DateA&lt;/P&gt;&lt;P&gt;1 2009-06-01&lt;/P&gt;&lt;P&gt;2 2011-06-05&lt;/P&gt;&lt;P&gt;3 2012-06-15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;IdB DateB&lt;/P&gt;&lt;P&gt;1 2010-07-12&lt;/P&gt;&lt;P&gt;2 2011-08-01&lt;/P&gt;&lt;P&gt;3 2012-09-29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a listbox named "Year" with the values of the two tables (2009, 2010, 2011, 2012), I want to select 2011 and QV automatically select the values in table A and/or in table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409529#M1166830</guid>
      <dc:creator />
      <dc:date>2012-10-12T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: One Listbox, Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409530#M1166831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this purpose use triggers Which is under document properties.&lt;/P&gt;&lt;P&gt;Set a trigger on change for the field either Table A or Table B fields and then set the values using get current selections for the Select in field action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409530#M1166831</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-12T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: One Listbox, Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409531#M1166832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have the listbox referencing DateA what would be my parameters in the "Select In Field"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause I've had set an action in the sheet properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actions: Select in Field&lt;/P&gt;&lt;P&gt;Field: DateB&lt;/P&gt;&lt;P&gt;Search String: =GetCurrentSelections(DateA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And even when I select a value in the listbox, DateB doesn't get selected =/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&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, 12 Oct 2012 15:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409531#M1166832</guid>
      <dc:creator />
      <dc:date>2012-10-12T15:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: One Listbox, Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409532#M1166833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/celambarasan" id="jive-700293437976289885142" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Celambarasan&lt;/A&gt; I was able to do what I wanted with that method &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had mistakenly set the action in the Sheet Properties and couldn't find the "On Change" event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact what I needed is exactly that in the Document Properties &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 16:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409532#M1166833</guid>
      <dc:creator />
      <dc:date>2012-10-12T16:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: One Listbox, Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409533#M1166834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After my initial problem was resolved, i am now facing another problem which is quite tricky (remember user selects fields "A" and fields "B" must have the same value but are "hidden").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearA&lt;/STRONG&gt; has:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2009, 2010, 2011&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearB&lt;/STRONG&gt; has:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2009, 2010, 2011&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, so good there the same years in both fields but from now on it gets bad...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthA&lt;/STRONG&gt; has:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;January, February, March, April&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthB &lt;/STRONG&gt;has:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;January&lt;/EM&gt;, &lt;EM&gt;March, &lt;/EM&gt;July, September&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when I select the year &lt;STRONG&gt;2010 &lt;/STRONG&gt;in the "&lt;STRONG&gt;YearA&lt;/STRONG&gt;" listbox, "&lt;STRONG&gt;YearB&lt;/STRONG&gt;" gets the same value after the trigger implementation but it also gets &lt;STRONG&gt;July &lt;/STRONG&gt;in the field "&lt;STRONG&gt;MonthB&lt;/STRONG&gt;" since it's the only month with values for that year.&lt;/P&gt;&lt;P&gt;If I select &lt;STRONG&gt;February &lt;/STRONG&gt;afterwards in &lt;STRONG&gt;MonthA&lt;/STRONG&gt; listbox, and with the trigger implemented, I would expected QV to "know" that MonthB has no "February" value so it would get Null but no... It remains with the July selection on even after the trigger "Select in Field" fires... :s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this in QV10?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-Listbox-Two-Fields/m-p/409533#M1166834</guid>
      <dc:creator />
      <dc:date>2012-10-15T13:32:19Z</dc:date>
    </item>
  </channel>
</rss>

