<?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 Automatically select value(s) that another object selects? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71671#M768890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to Qlikview, as the company I work for recently started to promote QlikView.&lt;/P&gt;&lt;P&gt;Let's say there's TABLE1 with values(A,B,C,D,E) and TABLE2 with values(A,B,C,D,E, and others), and they are in the same format.&lt;/P&gt;&lt;P&gt;When some values of Table1 are selected, I want the same values to be selected in Table2.&amp;nbsp; No matter it's single selection or multiple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use "Settings/Document Properties/Triggers" to set up a "OnSelect" action triggered by Table1's selection.&lt;/P&gt;&lt;P&gt;However I am struggling on how to compile the codes, because I want it to act dynamically, instead of manually setting up the connections by IF(TABLE1='A', TABLE2='A', IF(TABLE1='B', TABLE2='B', IF(...)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on my limited programming experience (Excel VBA), my logics led me this way: Have a variable to store the selected value(s) of TABLE1. And, TABLE2 will be selected accoding to this variable.&amp;nbsp; But I feel this is going to complicate the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;訊息由此人編輯：Harry Wu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>harrywu1</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Automatically select value(s) that another object selects?</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71671#M768890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to Qlikview, as the company I work for recently started to promote QlikView.&lt;/P&gt;&lt;P&gt;Let's say there's TABLE1 with values(A,B,C,D,E) and TABLE2 with values(A,B,C,D,E, and others), and they are in the same format.&lt;/P&gt;&lt;P&gt;When some values of Table1 are selected, I want the same values to be selected in Table2.&amp;nbsp; No matter it's single selection or multiple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use "Settings/Document Properties/Triggers" to set up a "OnSelect" action triggered by Table1's selection.&lt;/P&gt;&lt;P&gt;However I am struggling on how to compile the codes, because I want it to act dynamically, instead of manually setting up the connections by IF(TABLE1='A', TABLE2='A', IF(TABLE1='B', TABLE2='B', IF(...)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on my limited programming experience (Excel VBA), my logics led me this way: Have a variable to store the selected value(s) of TABLE1. And, TABLE2 will be selected accoding to this variable.&amp;nbsp; But I feel this is going to complicate the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;訊息由此人編輯：Harry Wu&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/Automatically-select-value-s-that-another-object-selects/m-p/71671#M768890</guid>
      <dc:creator>harrywu1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically select value(s) that another object selects?</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71672#M768891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to use a trigger with a search string like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='(' &amp;amp; Concat(DISTINCT '"' &amp;amp; FieldNameTABLE1 &amp;amp; '"', '|') &amp;amp; ')'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 12:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71672#M768891</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-25T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically select value(s) that another object selects?</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71673#M768892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! This is just amazing! It works!&lt;/P&gt;&lt;P&gt;It looks like a string combination of TABLE1, and TABLE2 adopts this combined string to select automatically itself.&lt;/P&gt;&lt;P&gt;I will take some time to learn the used functions of "Concat" &amp;amp; "DISTINCT", to figure out how this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 00:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-select-value-s-that-another-object-selects/m-p/71673#M768892</guid>
      <dc:creator>harrywu1</dc:creator>
      <dc:date>2018-06-26T00:24:30Z</dc:date>
    </item>
  </channel>
</rss>

