<?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: Trigger is not working when i link 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295062#M404368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Solanki,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sorry, I haven't explained my issue correctly. Please find the attachment.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have 2 triggers here. When is selects 'EMEA' in Prod_region its working but upon that selection if i select "non-mobile" in "product type" it's clearing the selection in "region" filed.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My desired output is&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I selects "EMEA" in Prod_Region and then i selects "Non-Mobile" in "Product_Type"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;it should select "EMEA" in "Region"&amp;nbsp; and &lt;SPAN style="font-size: 13.3333px;"&gt;"Non-Mobile" in Proudct(Table1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It seems tricky, can you please help me on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 08:25:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-21T08:25:22Z</dc:date>
    <item>
      <title>Trigger is not working when i link 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295059#M404365</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 facing issues with trigger which is not functioning as per my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below 2 tables and linked with "Name" and applied trigger on "Product Region".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When is select "Product Region" trigger is working, but when i deselect the same the trigger is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * Inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name, Product, Region&lt;/P&gt;&lt;P&gt;Rob, Mobile, AMS&lt;/P&gt;&lt;P&gt;Michale, Non-Mobile, APJ&lt;/P&gt;&lt;P&gt;Jim, Non-Mobile, EMEA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name, Product Type, Prod Region&lt;/P&gt;&lt;P&gt;Rob, Mobile, AMS&lt;/P&gt;&lt;P&gt;Michale, Non-Mobile, APJ&lt;/P&gt;&lt;P&gt;Jim,Mobile, EMEA&lt;/P&gt;&lt;P&gt;Rob, Non-Mobile, WW&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to link the above 2 tables with "Name" and expecting trigger to be work. Please find the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 07:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295059#M404365</guid>
      <dc:creator />
      <dc:date>2017-04-21T07:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger is not working when i link 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295060#M404366</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;You need to also define trigger for the onChange event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the application. When you deselect the Product Region, it will deselect the Region field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 07:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295060#M404366</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-21T07:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger is not working when i link 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295061#M404367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Kaushik said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define the trigger on On change &amp;gt; action clear field(field name )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295061#M404367</guid>
      <dc:creator />
      <dc:date>2017-04-21T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger is not working when i link 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295062#M404368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Solanki,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sorry, I haven't explained my issue correctly. Please find the attachment.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have 2 triggers here. When is selects 'EMEA' in Prod_region its working but upon that selection if i select "non-mobile" in "product type" it's clearing the selection in "region" filed.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My desired output is&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I selects "EMEA" in Prod_Region and then i selects "Non-Mobile" in "Product_Type"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;it should select "EMEA" in "Region"&amp;nbsp; and &lt;SPAN style="font-size: 13.3333px;"&gt;"Non-Mobile" in Proudct(Table1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It seems tricky, can you please help me on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295062#M404368</guid>
      <dc:creator />
      <dc:date>2017-04-21T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger is not working when i link 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295063#M404369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-is-not-working-when-i-link-2-tables/m-p/1295063#M404369</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-21T10:16:36Z</dc:date>
    </item>
  </channel>
</rss>

