<?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: Select linked value from another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117055#M903331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i added 2 more actions in the variable event trigger. see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 11:23:24 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-07-08T11:23:24Z</dc:date>
    <item>
      <title>Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117051#M903324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using a input box to select multiple item no. in teh app. &lt;/P&gt;&lt;P&gt;I set a variabel vSearchItem and set variabel trigger action to trim the Item no.&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Replace(Replace(Replace(Trim('$(vSearchItem)'), '&amp;nbsp; ', '|'),' ', '|'), chr(10), '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="207" src="https://community.qlik.com/legacyfs/online/130644_pastedImage_0.png" style="width: 392px; height: 207.053px;" width="392" /&gt;&lt;/P&gt;&lt;P&gt;This works nicely&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i would go one step further and selecte values from another field. In this case i would like to get selected the %Subassambly instead of the %Item field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dim_tabel is&lt;/P&gt;&lt;P&gt;%Item, %Subassembly&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Item1, &lt;SPAN style="color: #00ff00;"&gt;Sub1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Item2, Sub1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Item3, &lt;SPAN style="color: #00ff00;"&gt;Sub2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Item4, Sub3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the logic should be, if somebody will paste Item1 and Item3 in the input box, the selection should be Sub1 and Sub2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thansk for help&amp;nbsp;&amp;nbsp; &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;Rgs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117051#M903324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117052#M903327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where you might be playing around with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 10:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117052#M903327</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117053#M903329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure &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;Value for copy past into inputbox&lt;/P&gt;&lt;P&gt;Item1&lt;/P&gt;&lt;P&gt;Item3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should select&lt;/P&gt;&lt;P&gt;Sub1&lt;/P&gt;&lt;P&gt;Sub2&lt;/P&gt;&lt;P&gt;from field %SubItem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117053#M903329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117054#M903330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117054#M903330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117055#M903331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i added 2 more actions in the variable event trigger. see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117055#M903331</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-08T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117056#M903332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works by your solution &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;Even hard to understand for me what you have done on that button &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;The select possible event trigger is easier for me, to handle the dataimport&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thansk for your support &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117056#M903332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T11:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117057#M903333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool &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;Jep, thats exactly the solution which im looking for, can also easely use multiple selctions of fields, so even better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130659_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many tanks &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, 08 Jul 2016 11:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117057#M903333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117058#M903334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I provided the complicated expression was because that you only wanted to trigger on %SubItem and leave %Item as is (without selecting it). If both needs to be selected, then what Sethu proposed is def. a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't mind me asking, can I ask you the reason for selecting both %Item and %SubItem? I am just trying to understand the benefit of doing this since indirectly you have already filtered out on to only those %SubItems which are possible based on your selection in %Item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117058#M903334</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117059#M903335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your toughts about my needs are completely correct, just subitem should be selected and not the item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just added clear field as action to get the result &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;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130688_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117059#M903335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T12:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117060#M903336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me adding 1 single trigger might be more efficient, easy to maintain and less confusing for the users. But that is just my thought, whatever works better for you is the best &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;Thanks for sharing more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117060#M903336</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T12:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select linked value from another field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117061#M903337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since my knowledge is still very basic, its better to add functions which i understand, especially if i need to dig into, in some couples of weeks. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Just like to keep the things simple for now... Im pretty sure that your solution might be the better one, as everything is done in one step... I have stored your sample and will review it for sure, once i have gained some more expericance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the feedback on this topic &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;Cheers Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-linked-value-from-another-field/m-p/1117061#M903337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T13:14:51Z</dc:date>
    </item>
  </channel>
</rss>

