<?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: Re: Automatic selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504278#M188452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks micheal, however i really dont know where to place this macro. i have attached a sample file of what i am trying to do to examplify this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 13:14:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-28T13:14:01Z</dc:date>
    <item>
      <title>Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504273#M188447</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 have two tables where one is the parent table and one is a child table. As per usual, one parent can have several children, however the child only has one parent. Now if I select one parent, the child table will show me the correct kids, and grey out the rest, but in order for me to actually select the kids (make them green) i need to click on them. Is there any way for me to negate that step? I.e. is there any way for me to automatically select the kids just by selecting the parents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nils&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504273#M188447</guid>
      <dc:creator />
      <dc:date>2013-11-28T10:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504274#M188448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a trigger : Select Possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504274#M188448</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-28T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504275#M188449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how would i do that? im not really good at expressions ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 12:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504275#M188449</guid>
      <dc:creator />
      <dc:date>2013-11-28T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504276#M188450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share your sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 12:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504276#M188450</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-28T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504277#M188451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can run a macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SelectPossibleValues&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("ChildField").SelectPossible&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additionally set a trigger on the sheet for running macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(ParentField)&amp;gt;0,&amp;nbsp; 'SelectPossibleValues')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 12:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504277#M188451</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-11-28T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504278#M188452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks micheal, however i really dont know where to place this macro. i have attached a sample file of what i am trying to do to examplify this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 13:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504278#M188452</guid>
      <dc:creator />
      <dc:date>2013-11-28T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504279#M188453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils,&lt;/P&gt;&lt;P&gt;You dont have to run macro for this purpose. This can be achived with triggers...&lt;/P&gt;&lt;P&gt;Go to Settings -&amp;gt; document Properties -&amp;gt; triggers ,then select the parent field and add 'select possible' trigger for all the child fields.&lt;/P&gt;&lt;P&gt;Please find the attachment which shows it clearly.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49679_image.PNG.png" style="width: 620px; height: 275px;" /&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 13:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504279#M188453</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2013-11-28T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504280#M188454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will &lt;STRONG&gt;Select Possible&lt;/STRONG&gt; do?&lt;BR /&gt;-&amp;gt;When you chose a &lt;STRONG&gt;field Name&lt;/STRONG&gt; for example shown below &lt;STRONG&gt;child1 &lt;/STRONG&gt;then it will select(c&lt;STRONG&gt;hild1&lt;/STRONG&gt;) and all possible values related to that &lt;STRONG&gt;field name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you dont want to select two or more field names then&lt;BR /&gt;-&amp;gt;'(Field1|Field2|Field3)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will UnderStand this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 13:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504280#M188454</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-11-28T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504281#M188455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is always better to use trigger rather than a macro. PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="trig.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49672_trig.png" style="width: 620px; height: 438px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 14:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504281#M188455</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-28T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504282#M188456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx, this worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 14:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504282#M188456</guid>
      <dc:creator />
      <dc:date>2013-11-28T14:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Automatic selection</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504283#M188457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saumya,&lt;/P&gt;&lt;P&gt;I cannot set the trigger for more than one field...&lt;/P&gt;&lt;P&gt;the example you have shown above is not working in the attachment...&lt;/P&gt;&lt;P&gt;I have tried all possible combinations like&lt;/P&gt;&lt;P&gt;child1|child2|child3&lt;/P&gt;&lt;P&gt;'child1|child2|child3'&lt;/P&gt;&lt;P&gt;(child1|child2|child3)&lt;/P&gt;&lt;P&gt;'(child1|child2|child3)'&lt;/P&gt;&lt;P&gt;can you please explain?&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 14:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection/m-p/504283#M188457</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2013-11-28T14:50:10Z</dc:date>
    </item>
  </channel>
</rss>

