<?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 In Field Trigger.  Select one filter to force the selection of another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730307#M722267</link>
    <description>&lt;P&gt;That didn't seem to work for my trigger.&amp;nbsp; I was doing an 'OnActivateSheet' Trigger with the Field being ComplicationNM and the Search String as the expression you suggested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again,&amp;nbsp; It has to be a trigger to force the other charts on the same page to filter on ComplicationNBR = '1' when a ComplicationNM is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you provided I think would work if I was only worried about the one chart but I need two other charts to function the same.&amp;nbsp; I suppose I could add that expression in each chart but I think I would rather use a trigger.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 13:31:39 GMT</pubDate>
    <dc:creator>kaylaramsey2</dc:creator>
    <dc:date>2020-07-23T13:31:39Z</dc:date>
    <item>
      <title>Select In Field Trigger.  Select one filter to force the selection of another</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1729659#M722265</link>
      <description>&lt;P&gt;I'm struggling with my Select In Field Trigger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a container object with 3 different charts in them.&amp;nbsp; One of the charts has Patient, ComplicationNM, and ComplicationNBR.&amp;nbsp; The ComplicationNBR can either be 1 or 0 (I'm using this field as a Numerator vs Denominator).&amp;nbsp; What I would like to have happen is whenever a ComplicationNM is selected I would like the ComplicationNBR to always be 1.&lt;/P&gt;&lt;P&gt;I need to use a trigger to force the other 2 charts in the container object to show my new population.&lt;/P&gt;&lt;P&gt;Anyone able to help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1729659#M722265</guid>
      <dc:creator>kaylaramsey2</dc:creator>
      <dc:date>2024-11-16T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field Trigger.  Select one filter to force the selection of another</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730066#M722266</link>
      <description>&lt;P&gt;Can't you do something in your expression like:&lt;/P&gt;&lt;P&gt;=if( getselectedcount(ComplicationNM)&amp;gt;0, only({&amp;lt; ComplicationNBR = {"1"} &amp;gt;} ComplicationNBR), only(ComplicationNBR))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if that works. It would help to see your expressions if it doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 22:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730066#M722266</guid>
      <dc:creator>benvatvandata</dc:creator>
      <dc:date>2020-07-22T22:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field Trigger.  Select one filter to force the selection of another</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730307#M722267</link>
      <description>&lt;P&gt;That didn't seem to work for my trigger.&amp;nbsp; I was doing an 'OnActivateSheet' Trigger with the Field being ComplicationNM and the Search String as the expression you suggested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again,&amp;nbsp; It has to be a trigger to force the other charts on the same page to filter on ComplicationNBR = '1' when a ComplicationNM is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you provided I think would work if I was only worried about the one chart but I need two other charts to function the same.&amp;nbsp; I suppose I could add that expression in each chart but I think I would rather use a trigger.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 13:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730307#M722267</guid>
      <dc:creator>kaylaramsey2</dc:creator>
      <dc:date>2020-07-23T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select In Field Trigger.  Select one filter to force the selection of another</title>
      <link>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730356#M722268</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Go to Settings &amp;gt; Document Properties &amp;gt; Triggers &amp;gt; Field Event Triggers &amp;gt; Select&amp;nbsp;ComplicationNM&amp;nbsp;field and then click Add Action(s) button under OnSelect &amp;gt; Add 'Select in Field' action &amp;gt; Type in&amp;nbsp;ComplicationNBR for the Field &amp;gt;&amp;nbsp; Type in =1 in the Search String box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now whenever ComplicationNM field is selected, ComplicationNBR should automatically filter on 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-In-Field-Trigger-Select-one-filter-to-force-the-selection/m-p/1730356#M722268</guid>
      <dc:creator>benvatvandata</dc:creator>
      <dc:date>2020-07-23T15:43:37Z</dc:date>
    </item>
  </channel>
</rss>

