<?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 Trigger: Getmyfieldselections. Multiple selections. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946679#M975516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive created a trigger that gets field selections from Calendar A, which then should select the same range in Calendar B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine as long as I select only one value. But on multiple it does not work. This is how my trigger looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field CalendarBMonth&lt;/P&gt;&lt;P&gt;On select: =GetFieldSelections(CalendarAMonth) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field CalendarBMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On Change: =GetFieldSelections(CalendarAMonth) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. when I select/deselect the month January, it works fine. Now when I select January AND Febuary it doesnt do anything. Any tips? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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>Tue, 01 Sep 2015 10:58:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-01T10:58:36Z</dc:date>
    <item>
      <title>Trigger: Getmyfieldselections. Multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946679#M975516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive created a trigger that gets field selections from Calendar A, which then should select the same range in Calendar B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine as long as I select only one value. But on multiple it does not work. This is how my trigger looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field CalendarBMonth&lt;/P&gt;&lt;P&gt;On select: =GetFieldSelections(CalendarAMonth) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field CalendarBMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On Change: =GetFieldSelections(CalendarAMonth) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. when I select/deselect the month January, it works fine. Now when I select January AND Febuary it doesnt do anything. Any tips? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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>Tue, 01 Sep 2015 10:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946679#M975516</guid>
      <dc:creator />
      <dc:date>2015-09-01T10:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Getmyfieldselections. Multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946680#M975517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Field CalendarBMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;On select: =&lt;SPAN style="color: #ff0000;"&gt;'(' &amp;amp;&lt;/SPAN&gt; GetFieldSelections(CalendarAMonth&lt;SPAN style="color: #ff0000;"&gt;, '|'&lt;/SPAN&gt;)&lt;SPAN style="color: #ff0000;"&gt; &amp;amp; ')'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Field CalendarBMonth&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;On Change: &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;'(' &amp;amp;&lt;/SPAN&gt; GetFieldSelections(CalendarAMonth&lt;SPAN style="color: #ff0000;"&gt;, '|'&lt;/SPAN&gt;)&lt;SPAN style="color: #ff0000;"&gt; &amp;amp; ')'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946680#M975517</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T11:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Getmyfieldselections. Multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946681#M975518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks alot! Could you explain the operation of the expression so that I can come up with these kind of solutions myself next time I encounter such a thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946681#M975518</guid>
      <dc:creator />
      <dc:date>2015-09-01T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Getmyfieldselections. Multiple selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946682#M975519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From QlikView Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97575_Capture.PNG" style="height: 242px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in order to get this format (A|B), I added '(' and ')'. and GetFieldSelections by default give values like this -&amp;gt; A, B, but to get A|B I specified the separator to be | -&amp;gt; GetFieldSelections(FieldName, '|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Getmyfieldselections-Multiple-selections/m-p/946682#M975519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

