<?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: GetFieldSelections with multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/1747044#M453376</link>
    <description>&lt;P&gt;Many thanks for the solution Sabrina, worked really well!!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 06:58:49 GMT</pubDate>
    <dc:creator>obriened83</dc:creator>
    <dc:date>2020-09-25T06:58:49Z</dc:date>
    <item>
      <title>GetFieldSelections with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821956#M289762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a listbox with three values for year:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012&amp;nbsp;&amp;nbsp; 2013&amp;nbsp; 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this listbox to enable and disable diagrams. This works fine with 1 value, like this in the Layout - Show Condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(Year) = 2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what about if i need to interpret 2 selections of the User (ie: 2013 and 2014)?&lt;/P&gt;&lt;P&gt;I am looking for a solution like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(Year) = 2013 or ((GetFieldSelections(Year) = 2013 and GetFieldSelections(Year) = 2014))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 08:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821956#M289762</guid>
      <dc:creator />
      <dc:date>2014-12-12T08:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821957#M289763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match(GetFieldSelections(Year) , 2013, 2014) &amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 08:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821957#M289763</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-12T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821958#M289764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the solution by myself:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Index(GetFieldSelections(Jahr), 2013) &amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution didn't work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/821958#M289764</guid>
      <dc:creator />
      <dc:date>2014-12-12T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/1747044#M453376</link>
      <description>&lt;P&gt;Many thanks for the solution Sabrina, worked really well!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 06:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-with-multiple-values/m-p/1747044#M453376</guid>
      <dc:creator>obriened83</dc:creator>
      <dc:date>2020-09-25T06:58:49Z</dc:date>
    </item>
  </channel>
</rss>

