<?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: Field Selection using triggers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330682#M121772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FYI&amp;nbsp; in case it helps someone else, I was able to get this to work by using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='('&amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;REGION1&lt;/SPAN&gt;,'|')&amp;amp;') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;as the Search String so that all selected values are duplicated between fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 20:55:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-10T20:55:04Z</dc:date>
    <item>
      <title>Field Selection using triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330679#M121769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two fields in two different tables which have same values i.e. it can act as a Primary Key. If i am joining those tables with that field, ambigous loop is getting formed. so i have renamed one field as FIELD1 and other as FIELD2. I have two list boxes with FIELD1 and FIELD2. Now i want that if i select any value in first list box the same value in the second list box should be selected. How can we do this using triggers ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching a sample qvw file here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 07:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330679#M121769</guid>
      <dc:creator />
      <dc:date>2012-05-31T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Selection using triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330680#M121770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open document properties. In the tab "Triggers" go to "Field Event Triggers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a trigger for the "On Select" event of the field "Region1". This tigger must be an action "Select in Field", field: "Region2" and Search String: "=only(Region1)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, when one value of region1 is selected, the same value of region2 will be selected too.&lt;IMG alt="Sample.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/15227_Sample.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 08:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330680#M121770</guid>
      <dc:creator />
      <dc:date>2012-05-31T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field Selection using triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330681#M121771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick follow up question that might solve my current issue, what is 2 or more values were selected in the Region1 field and the desire is for Region2 to have the exact same selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for me with 1 value, but isn't working for 2 or more.&amp;nbsp;&amp;nbsp; I was using =Region1 (to follow this example) instead of =only(Region1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330681#M121771</guid>
      <dc:creator />
      <dc:date>2012-10-03T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field Selection using triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330682#M121772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FYI&amp;nbsp; in case it helps someone else, I was able to get this to work by using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='('&amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;REGION1&lt;/SPAN&gt;,'|')&amp;amp;') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;as the Search String so that all selected values are duplicated between fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 20:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Selection-using-triggers/m-p/330682#M121772</guid>
      <dc:creator />
      <dc:date>2012-10-10T20:55:04Z</dc:date>
    </item>
  </channel>
</rss>

