<?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: Propagate field selection to other fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864024#M995952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thread, with alternative approaches:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/35764"&gt;Passing ListBox selections to another (different) ListBox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 15:11:50 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-06-19T15:11:50Z</dc:date>
    <item>
      <title>Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864020#M995948</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;/P&gt;&lt;P&gt;I've searched along the web and tried to follow similar threads, but I'm not achieving the target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached image: whenever the user makes a selection on field "OV_R_CONFIGURAZIONE" is it possibile to propagate what he has selected on field "OA_R_CONFIGURAZIONE"? (so that propagation makes also "OrdiniAcquistoRiga" table to be filtered accordingly...). Same behaviour for viceversa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to work with set analysis, but, as mentioned, didn't reach my goal...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on QlikView 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, regards.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Marco Pikiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864020#M995948</guid>
      <dc:creator />
      <dc:date>2015-06-19T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864021#M995949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some threads around the forum that demonstrate this, e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/109916"&gt;Copy Selections from one field to another&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864021#M995949</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-19T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864022#M995950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set up a Field Event Trigger in Document Properties - Triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can add an 'onSelect' and 'onChange'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action - Select in Field - Field: OA_R_CONFIGURAZIONE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SearchString: = '(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getfieldselections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(OV_R_CONFIGURAZIONE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|') &amp;amp; ')' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864022#M995950</guid>
      <dc:creator>tracysmart</dc:creator>
      <dc:date>2015-06-19T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864023#M995951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find an example here: &lt;A href="https://community.qlik.com/thread/63020"&gt;Select in Field - Multiple Values Question&lt;/A&gt;. That's a one-way example. But to make it two-way you simply add the same kind of action to the field trigger of the mirror table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864023#M995951</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-19T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864024#M995952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thread, with alternative approaches:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/35764"&gt;Passing ListBox selections to another (different) ListBox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864024#M995952</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-19T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Propagate field selection to other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864025#M995953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Tracy, such event handling is exactly what I was searching for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks of course also to other people, I apologize for my bad searching on the web, I would have to find it by myself...&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;Marco Pikiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Propagate-field-selection-to-other-fields/m-p/864025#M995953</guid>
      <dc:creator />
      <dc:date>2015-06-19T15:40:25Z</dc:date>
    </item>
  </channel>
</rss>

