<?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: How can I do GetFieldSelections to work for multiple values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886359#M309010</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91913_QlikCommunity_Thread_171266_Pic1.png" style="height: auto;" /&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91914_QlikCommunity_Thread_171266_Pic2.png" style="height: auto;" /&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/91915_QlikCommunity_Thread_171266_Pic3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic4.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/91916_QlikCommunity_Thread_171266_Pic4.png" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jul 2015 21:09:00 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-07-05T21:09:00Z</dc:date>
    <item>
      <title>How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886351#M309002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Straight table I a have two expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a List Box called Outcome with two values, Passed and Failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 calculates when Outcome field has Passed selected.&lt;/P&gt;&lt;P&gt;Expression 2 calculates when Outcome field has Failed selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this using Conditional option in Expressions tab.&lt;/P&gt;&lt;P&gt;For expression 1 its: GetFieldSelections(Outcome)='Passed'&lt;/P&gt;&lt;P&gt;For expression 2 its: GetFieldSelections(Outcome)='Failed'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get both expression 1 and expression 2 fields to show when the user selects both Passed and Failed in the Outcome List Box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 17:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886351#M309002</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-05T17:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886352#M309003</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&gt;Expression1 condtion&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubStringCount(Concat(DISTINCT Outcome, '|'), 'Passed') = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression2 &lt;SPAN style="font-size: 13.3333330154419px;"&gt;condtion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;SubStringCount(Concat(DISTINCT Outcome, '|'), 'Failed') = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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>Sun, 05 Jul 2015 17:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886352#M309003</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-05T17:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886353#M309004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunindia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still get just one column showing when I select both Passed and Failed as values from the Outcome list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does this expression work so maybe I can fix it? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 17:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886353#M309004</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-05T17:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886354#M309005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;GetFieldSelections(Outcome)='Passed' or GetSelectedCount(Outcome)&amp;gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;GetFieldSelections(Outcome)='Failed' or GetSelectedCount(Outcome)&amp;gt;1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 17:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886354#M309005</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-05T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886355#M309006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why it wouldn't work. Please see a sample qvw attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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>Sun, 05 Jul 2015 17:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886355#M309006</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-05T17:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886356#M309007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exp1 condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmatch(concat(Outcome), '*Passed*')&lt;/P&gt;&lt;P&gt;or this &lt;/P&gt;&lt;P&gt;wildmatch(concat(Outcome), '*Passed*') and GetSelectedCount(Outcome)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 17:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886356#M309007</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-05T17:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886357#M309008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;sunindia expression is working, may be you can check your outcome data (case sensitive) like passed or Passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 17:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886357#M309008</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-05T17:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886358#M309009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's true. Case sensitiveness can be resolved by using capitalize function&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;Expression1 condtion&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SubStringCount(Concat(DISTINCT &lt;SPAN style="color: #ff0000;"&gt;Capitalize(&lt;/SPAN&gt;Outcome&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, '|'), 'Passed') = 1&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;Expression2 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;condtion&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;SubStringCount(Concat(DISTINCT &lt;SPAN style="color: #ff0000;"&gt;Capitalize(&lt;/SPAN&gt;Outcome&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, '|'), 'Failed') = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 18:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886358#M309009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-05T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886359#M309010</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91913_QlikCommunity_Thread_171266_Pic1.png" style="height: auto;" /&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91914_QlikCommunity_Thread_171266_Pic2.png" style="height: auto;" /&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/91915_QlikCommunity_Thread_171266_Pic3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_171266_Pic4.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/91916_QlikCommunity_Thread_171266_Pic4.png" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 21:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886359#M309010</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-05T21:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886360#M309011</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;Thank you for your reply. This example is correct however what I realised is my Straight Table is a dimensionless chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is only using expressions and the Horizontal option in Presentation to put labels next to the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can do this with this setup? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 09:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886360#M309011</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-06T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886361#M309012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&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/91932_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91933_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/91949_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above table has no dimension and two expressions. PFA the sample qvw for reference.&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>Mon, 06 Jul 2015 09:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886361#M309012</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T09:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886362#M309013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is almost there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it to work in a way that if nothing is selected in Outcome List Box, neither expression is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if someone selects Passed it displays the line for that.&lt;/P&gt;&lt;P&gt;If someone selects Failed it displays that line in the chart.&lt;/P&gt;&lt;P&gt;And if someone selects both it displays both lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 14:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886362#M309013</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-06T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886363#M309014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these two conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1: &lt;STRONG&gt;=GetSelectedCount(Outcome) &amp;gt; 0 and WildMatch(GetFieldSelections(Outcome), '*Passed*')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Exp2: &lt;STRONG&gt;=GetSelectedCount(Outcome) &amp;gt; 0 and WildMatch(GetFieldSelections(Outcome),'*Failed*')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌'s sample with the edits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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>Mon, 06 Jul 2015 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886363#M309014</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886364#M309015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunindia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could another filter in the same expression affect it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see your great example working and get the logic. However in my same expression I also have another filter like:&lt;/P&gt;&lt;P&gt;GetFieldSelections(StudentType)='Z1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StudentType being another list box where it contains Z1 or Z2 as possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens once I tried your idea is that it filters fine for Passed, it shows both Passed and Failed if I only select Failed, and if I select both Passed and Failed it shows both. So it seems it has a toggle issue somewhere &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea being that they must select a student type and Outcome (Passed or Failed or both).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886364#M309015</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-07-06T15:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886365#M309016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure what is the third condition you just added. Do you have a sample you can share? or may be explain it again step by step?&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>Mon, 06 Jul 2015 16:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886365#M309016</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I do GetFieldSelections to work for multiple values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886366#M309017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to show no expressions if no selections are made, another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Alt&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Outcome&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;), '*Passed*'),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 22:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-do-GetFieldSelections-to-work-for-multiple-values/m-p/886366#M309017</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-06T22:08:27Z</dc:date>
    </item>
  </channel>
</rss>

