<?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: Return multiple GetFieldSelections selections parsed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641240#M732406</link>
    <description>&lt;P&gt;Thank you Sunny!&lt;/P&gt;&lt;P&gt;Brilliantly helpful as usual.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Christine&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 13:32:13 GMT</pubDate>
    <dc:creator>BlondeThursday</dc:creator>
    <dc:date>2019-10-30T13:32:13Z</dc:date>
    <item>
      <title>Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641203#M732400</link>
      <description>&lt;P&gt;I need to check what a user has selected in one list box, and display different things based on that in a text box.&lt;/P&gt;&lt;P&gt;For instance, if one item in the field is selected just display that item, if all are selected display “All Items”, if certain groupings are selected use a different label.&lt;/P&gt;&lt;P&gt;The field Venue has five possible values: A, B, C, D, or E.&lt;/P&gt;&lt;P&gt;If just one or all are selected it's easy.&lt;/P&gt;&lt;P&gt;If the user selects A, B, and C then I want to say in the text box "A, B, and C", a bit tricker but I've gotten close using "Concat(Distinct Venue&amp;amp;CHR(13))".&lt;/P&gt;&lt;P&gt;But, if they select A, B, and D I want to say in that text box “South Region”. I do have a button to select the South Region (Select in Field (Venue), ("A"|"B"|"D")) that works but I can’t seem to be able to determine when those specific selections have been made, either with the button or via the list box.&lt;/P&gt;&lt;P&gt;There will never be too many combinations so I’m happy to use an If statement.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641203#M732400</guid>
      <dc:creator>BlondeThursday</dc:creator>
      <dc:date>2024-11-16T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641205#M732401</link>
      <description>&lt;P&gt;Not sure I understand this "&lt;SPAN&gt;but I can’t seem to be able to determine when those specific selections have been made, either with the button or via the list box." Do you have a sample where we can see the issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641205#M732401</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-30T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641225#M732402</link>
      <description>&lt;P&gt;Thank you Sunny,&lt;/P&gt;&lt;P&gt;I've attached a simple example. I just want to know if three specific choices are made for the venue and display an explanation text ('South Region selected' or something like that).&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641225#M732402</guid>
      <dc:creator>BlondeThursday</dc:creator>
      <dc:date>2019-10-30T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641227#M732403</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(GetFieldSelections(Venue) = 'A, B, D', 'South Region')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641227#M732403</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-30T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641231#M732404</link>
      <description>&lt;P&gt;Thank you Sunny,&lt;/P&gt;&lt;P&gt;That's almost there!&lt;/P&gt;&lt;P&gt;It works if the list box was used to select the three venues&amp;nbsp;but not if the button is used. Why would that be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christine&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641231#M732404</guid>
      <dc:creator>BlondeThursday</dc:creator>
      <dc:date>2019-10-30T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641235#M732405</link>
      <description>&lt;P&gt;Added another action to the button.... Select Possible for Venue field&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22606i07300633F1B6B78D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641235#M732405</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-30T13:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Return multiple GetFieldSelections selections parsed</title>
      <link>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641240#M732406</link>
      <description>&lt;P&gt;Thank you Sunny!&lt;/P&gt;&lt;P&gt;Brilliantly helpful as usual.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Christine&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-multiple-GetFieldSelections-selections-parsed/m-p/1641240#M732406</guid>
      <dc:creator>BlondeThursday</dc:creator>
      <dc:date>2019-10-30T13:32:13Z</dc:date>
    </item>
  </channel>
</rss>

