<?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: Auto select the same value in another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425043#M1159118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Wrks fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 10:52:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-15T10:52:54Z</dc:date>
    <item>
      <title>Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425038#M1159113</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 2 year fields named 'JAARINGANG' and 'year', i need two year fields ótherwise i can't do some calculations. A year from 'JAARINGANG' is linked to multiple years from the field 'year'. So for example if i&amp;nbsp; select 2011 from JAARINGANG it matches 2011 and 2012 from 'year'. I want that when i select a year in 'JAARINGANG' it automaticly select the same year in the field 'year'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i set a triger that if i, for example, select 2011 in 'JAARINGANG' it automicly select 2011 in the field 'year'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425038#M1159113</guid>
      <dc:creator />
      <dc:date>2013-02-11T13:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425039#M1159114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, add an action to the OnSelect trigger on JAARINGANG. Choose as field year and as search string ='('&amp;amp;Concat(DISTINCT JAARINGANG,'|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425039#M1159114</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-11T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425040#M1159115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425040#M1159115</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425041#M1159116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt; ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;I have one doubt in this. If i want to select 2 years means, wat ll i do to update this?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;For example,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;How can i set a triger that if i, for example, select 2011&amp;amp;2012&amp;nbsp; in 'JAARINGANG' it automicly select 2011&amp;amp;2012 in the field 'year'?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425041#M1159116</guid>
      <dc:creator />
      <dc:date>2013-10-15T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425042#M1159117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concat function will make sure all the selected values are added to the search string. If you select 2011 in JAARINGANG then 2011 will be selected in year. If you select 2011 and 2012 then both these values will be selected in year too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425042#M1159117</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-15T10:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Auto select the same value in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425043#M1159118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Wrks fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-select-the-same-value-in-another-field/m-p/425043#M1159118</guid>
      <dc:creator />
      <dc:date>2013-10-15T10:52:54Z</dc:date>
    </item>
  </channel>
</rss>

