<?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: How to pass a selection to another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438369#M1164246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This works, but it will only work if the data selected have no spaces in the text. &lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;The fields contain region names..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;East&lt;/P&gt;&lt;P&gt;West&lt;/P&gt;&lt;P&gt;Scotland&lt;/P&gt;&lt;P&gt;Outer London&lt;/P&gt;&lt;P&gt;Central London&lt;/P&gt;&lt;P&gt;North East&lt;/P&gt;&lt;P&gt;North West&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the East, West and Scotland work, but it won't pass any details across for the others. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone one how to overcome this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 12:06:33 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2012-09-26T12:06:33Z</dc:date>
    <item>
      <title>How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438366#M1164243</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 am trying to set up a trigger to pass a selection from [Operative Region] and put it onto [Order Region] so the outcome would be i would have the same selection in both fields. &lt;/P&gt;&lt;P&gt;The fields are not linked which is why i wanted to do it this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 10:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438366#M1164243</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-09-25T10:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438367#M1164244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hopkinsc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If [Operative Region] and [Order Region] have the same values in some cases you can use a set analisys expresion using = operator like that [Order Region] = {$([Operative Region])}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 11:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438367#M1164244</guid>
      <dc:creator />
      <dc:date>2012-09-25T11:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438368#M1164245</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;Check attached document for solution.&amp;nbsp; To do this you need to add trigger for the field, I added the trigger for field by doing the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Properties -&amp;gt; Triggers -&amp;gt; Field Event Triggers -&amp;gt; Select Field -&amp;gt; On Select Add Action -&amp;gt; Add -&amp;gt; Selection -&amp;gt; Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 11:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438368#M1164245</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-25T11:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438369#M1164246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This works, but it will only work if the data selected have no spaces in the text. &lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;The fields contain region names..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;East&lt;/P&gt;&lt;P&gt;West&lt;/P&gt;&lt;P&gt;Scotland&lt;/P&gt;&lt;P&gt;Outer London&lt;/P&gt;&lt;P&gt;Central London&lt;/P&gt;&lt;P&gt;North East&lt;/P&gt;&lt;P&gt;North West&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the East, West and Scotland work, but it won't pass any details across for the others. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone one how to overcome this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438369#M1164246</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2012-09-26T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438370#M1164247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace the search string with exactly this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=sum({&amp;lt;F2=F1&amp;gt;} 1)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438370#M1164247</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-09-26T12:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438371#M1164248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works.&amp;nbsp; Check attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438371#M1164248</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-26T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a selection to another field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438372#M1164249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dont ask why it works... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pass-a-selection-to-another-field/m-p/438372#M1164249</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-09-26T12:25:34Z</dc:date>
    </item>
  </channel>
</rss>

