<?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: Is there any Function to automatically select a Value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616053#M1111924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use field event trigger; you find it in &lt;/P&gt;&lt;P&gt;menu --&amp;gt; settings --&amp;gt; document properties --&amp;gt; triggers&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;field events trigger --&amp;gt; on select --&amp;gt; add action --&amp;gt; select in field --&amp;gt; ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I think Albert solution is better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 20:23:45 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-07T20:23:45Z</dc:date>
    <item>
      <title>Is there any Function to automatically select a Value?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616050#M1111921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! I have the following question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to automatically select a value from a field if I select another value from another field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I have fields like Zone and Office. 1 Zone has N Offices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that if I select a particular Office, it automatically select the corresponding Zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the function ONLY (Zone) to get the corresponding Zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to know if there's any way to select that Zone with a function...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 20:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616050#M1111921</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-03-07T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any Function to automatically select a Value?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616051#M1111922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using a trigger to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(distinct Zone,',') will give you all Zones related selected offices&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 20:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616051#M1111922</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-07T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any Function to automatically select a Value?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616052#M1111923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data model correctly associates the Zone and Office fields then there is nothing more to do. &lt;/P&gt;&lt;P&gt;Just add a listbox for Zone and another listbox for Office&lt;/P&gt;&lt;P&gt;Selecting an office will automatically indicate the associated zone via the green/white/grey logic. &lt;/P&gt;&lt;P&gt;Green shows the selected values and any associated values are white, unrelated data is grey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 20:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616052#M1111923</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-03-07T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any Function to automatically select a Value?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616053#M1111924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use field event trigger; you find it in &lt;/P&gt;&lt;P&gt;menu --&amp;gt; settings --&amp;gt; document properties --&amp;gt; triggers&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;field events trigger --&amp;gt; on select --&amp;gt; add action --&amp;gt; select in field --&amp;gt; ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I think Albert solution is better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 20:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-Function-to-automatically-select-a-Value/m-p/616053#M1111924</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-07T20:23:45Z</dc:date>
    </item>
  </channel>
</rss>

