<?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 Use trigger to select values in one field based on values in another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357041#M575524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What a community!&amp;nbsp; Thanks a bunch Oscar!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 16:13:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-17T16:13:46Z</dc:date>
    <item>
      <title>Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357039#M575522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&amp;nbsp; You guys are great and I really appreciate all your help!&amp;nbsp; If I have a field that has 12 values say A, B, C and woul like each of those to trigger the selection of a different value say 1, 2, 3, how would I do that?&amp;nbsp; I think I'd need to use a trigger.&amp;nbsp; I'd like something like selecting A in field ONE to select 1 in field TWO and selecting B in field ONE to select 2 in field TWO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357039#M575522</guid>
      <dc:creator />
      <dc:date>2012-05-17T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357040#M575523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a way of doing this using triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 15:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357040#M575523</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-17T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357041#M575524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What a community!&amp;nbsp; Thanks a bunch Oscar!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 16:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357041#M575524</guid>
      <dc:creator />
      <dc:date>2012-05-17T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357042#M575525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great solution, Oscar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something similar, but it has to allow the user to select more than one option.&amp;nbsp; In Oscar's demo, if the user selected A, C and D in the F1 field, the F2 field would have to select 1, 3 and 4.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, the values are the same but the field names are different, so selecting A, C and D in F1 would select A, C and D in F2.&amp;nbsp; I've tried GetFieldSelections() to no avail so far.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357042#M575525</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2012-05-23T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357043#M575526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to accomplish what you were aksing for I needed to create a new field in my first table that corresponds to data in the field from the second table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using the follwoing expression as part of my trigger:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat(Distinct F3,'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example I have the orignal trigger for a single value associated to the field itself.&amp;nbsp; The multiple value selection i have asscoiated to the button.&amp;nbsp; Just check on the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 17:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357043#M575526</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-23T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357044#M575527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Oh my, that's perfect!&amp;nbsp; It's simple and elegant and exactly what I've been looking for.&amp;nbsp; Thanks a million!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 18:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357044#M575527</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2012-05-23T18:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357045#M575528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oscar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a great solution - Unfortunately, it does not appear to work for multiple text values. If I select a single value in the trigger field, it selects the corresponding value in the other fields (I need it to select in two other fields). However, if I select multiple values in the trigger field, I get no selections at all in the other two fields. Any idea how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 19:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357045#M575528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-13T19:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357046#M575529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the button labeled "Test".&amp;nbsp; The original document was to select one value in one field based upon one value on another.&amp;nbsp; That is using a trigger based upon a field.&amp;nbsp; The second request was to allow multiple values to be selected.&amp;nbsp; Using the button I've accomplished this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the properties of the button to see how it was done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 20:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357046#M575529</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-09-13T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357047#M575531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I discovered the problem with the posted example - Some of the values that could be selected contained spaces, which break QlikView's search unless they're enclosed in double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get this to work every time, build a list that looks like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;("Value 1"|"Item 7"|"Widget 12")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 15:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357047#M575531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T15:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357048#M575532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. I was using GetFieldSelections for this, but when you select all, it tries to select "ALL" in the other fields. So, I went back to the concat distinct method used in the example, but when I Clear, it clears the selection field, but not the two triggered fields unless I hit clear a second time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still looking for the ideal solution!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357048#M575532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-19T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357049#M575533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any thread which explains the basic on how to use triggers in Qlikview? Can anyone please direct me there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 05:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357049#M575533</guid>
      <dc:creator />
      <dc:date>2013-06-27T05:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357050#M575534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscsar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow, the solution provided by you isn't working on my QV doc. Please assist and let me know if I am missing out on something. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 07:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357050#M575534</guid>
      <dc:creator>varunjain</dc:creator>
      <dc:date>2013-08-09T07:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357051#M575535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you needed to change your variable:&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;=FieldIndex( 'Alpha', '$(vSelect)' )&lt;/P&gt;&lt;P&gt;TO&lt;/P&gt;&lt;P&gt;=FieldIndex( 'Alpha', '$(VSelect)' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables are case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 19:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357051#M575535</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2013-08-20T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357052#M575536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscsar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/156118"&gt;&lt;SPAN style="color: #800080; text-decoration: underline;"&gt;http://community.qlik.com/thread/156118&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting your are the correct person to answer my question in above thread?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice me the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is higly appreiciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 06:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357052#M575536</guid>
      <dc:creator />
      <dc:date>2015-03-16T06:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357053#M575537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar case and it would be great if you could help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields - &lt;/P&gt;&lt;P&gt;A - (All, x1,x2,x3,x4, unknown)&lt;/P&gt;&lt;P&gt;B -&amp;nbsp; (x1,x2,x3,x4,x5,x7)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want B to get auto-selected when value of A is (x1 or x2 or x3 or x4); when all or unknown is selected, nothing in B should be selected, i.e. all B values should be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B will have the same value as A except when A is All or unknown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible? please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 03:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357053#M575537</guid>
      <dc:creator />
      <dc:date>2015-04-13T03:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357054#M575538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hrithik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to use set analysis along with the triggers to do this. You would set up a trigger where a selection in field A would select in field B with the search string something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='("' &amp;amp; concat({$&amp;lt;FieldA-={'All','unknown'}&amp;gt;} distinct FieldA,'"|"') &amp;amp; '")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357054#M575538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T15:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357055#M575539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U really desrve OScar for Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 08:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357055#M575539</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2016-12-22T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357056#M575540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscar,&lt;/P&gt;&lt;P&gt;Below is my data model where USER_LOB and INACTIVE_USERLOB are having the same values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is "when USER_LOB' value is selected, the same value should be selected in I&lt;SPAN style="font-size: 13.3333px;"&gt;NACTIVE_USERLOB and displayed in the chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CAAF1A34-6873-4C04-832A-85E87B60D5F3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204613_CAAF1A34-6873-4C04-832A-85E87B60D5F3.JPG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;But in my case when OGC is selected under USE_LOB, nothing is being filtered under INACTIVE_USERLOB&lt;/P&gt;&lt;P&gt;&lt;IMG alt="536F73E8-51F2-4A77-BC71-0B7F3103FD8A.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/204620_536F73E8-51F2-4A77-BC71-0B7F3103FD8A.JPG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;can you please help me with this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 20:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357056#M575540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-07T20:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357057#M575541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roshita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be careful in this situation because of the possible associations in your data.&amp;nbsp; In the example I've uploaded I tried to make the schema resemble your schema.&amp;nbsp; But in my data set there is no relationship between AWM in USER_LOB and AWM in INACTIVEUSER_LOB.&amp;nbsp; So this will not work for that particular LOB.&amp;nbsp; It will work with other LOB's because there is a relationship within the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp; Look at Sheet 1 for your particular request.&amp;nbsp; Select a value in USER_LOB and click the Test LOB button.&amp;nbsp; Check the properties under action for what I've done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1498919.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204729_1498919.PNG" style="height: 484px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your particular case you may want to change your schema to have a relationship between the USER_LOB and INACTIVE_USER_LOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 21:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357057#M575541</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2018-06-08T21:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use trigger to select values in one field based on values in another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357058#M575542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much Oscar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 15:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-trigger-to-select-values-in-one-field-based-on-values-in/m-p/357058#M575542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T15:44:51Z</dc:date>
    </item>
  </channel>
</rss>

