<?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 to make GetCurrentSelections return multiple values once using multiple Select in Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235090#M622866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, now I understand your thought. I will write at once, if I have an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 14:50:03 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-01-25T14:50:03Z</dc:date>
    <item>
      <title>How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235086#M622862</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;Coming across a problem with how current selections represents a field due to using a select in field statement that's aiming to select multiple values. When you push the selection, the field itself selects all the correct values, but instead of GetCurrentSelections returning a number of values, it returns the exact string that's been passed to it, and therefore isn't bound by the max values constraint.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;(FYI: I'm currently using Qlikview 11.2 SR7 for various reasons!)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, we use a button that has a select in field trigger attached to it to pick out multiple values of a particular field, say the field is ProductCode and the select in field search string is: (A100|A101|B102|B103|C104|C105|D106)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On applying, the field ProductCode will correctly select those 7 values, but when using a current selections box or using the function GetCurrentSelections, even with max values set to lower than the default 6, it will return the exact string for ProductCode. What I want it to do is use the default behaviour of saying "7 of X" selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create a custom string by using the GetSelectedCount and GetFieldSelections functions along with using an if statement to control when to show or when not to show, but I'd much prefer to have this as part of a Current Selections string with the rest of my fields, especially within a native current selections box, though that's not critical to the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a note, the product codes above are examples - they can be anything from a range of values so I can't use a wild to try and pick out a set formula; this set of products is actually derived from a search string evaluating sales over a set periods of time and returning only those products that have sold less than a number input by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help, alternative solutions or steers appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235086#M622862</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2017-01-25T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235087#M622863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150853_1.jpg" style="height: 343px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150854_2.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235087#M622863</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-25T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235088#M622864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a little unsure given the non-english text - it looks like what you're doing is searching for the string then selecting from the list though rather than selecting multiple values. At the minute once I achieve my list of product codes and then use select in field the current selections box ends up like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150857_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you can see, rather than Qlik understanding this is multiple codes, it's treating it all as one entry and therefore it doesn't break the max values limit. I want this rather to show "45 of 1020" like it has done with my Category field below. Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235088#M622864</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2017-01-25T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235089#M622865</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;You can set the max values that shows in Current Selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150855_Sample.JPG" style="width: 620px; height: 464px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235089#M622865</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-01-25T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235090#M622866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, now I understand your thought. I will write at once, if I have an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235090#M622866</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-25T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235091#M622867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will likely not help. I understand the exact string returned - one value. Otherwise, the picture would've been "X of Y" for the field of ProductCode. Even with a zero value of the parameter "Max Values in Current Selections" in selecting of one line is shown a string value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235091#M622867</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-25T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235092#M622868</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;Thanks - Unfortunately as Andrey said, this won't have an impact as Qlik is seeing my string as one entry, not treating them as multiple product codes. What I need to do is find a way for current selections to see it (or atleast treat it) as multiple values!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1235092#M622868</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2017-01-25T15:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1514534#M622869</link>
      <description>&lt;P&gt;Did you ever find an elegant solution to this?&amp;nbsp; I have the same problem when transferring selections from state A to state B.&amp;nbsp; its ugly in the current selections box.&lt;/P&gt;&lt;P&gt;let me know.&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1514534#M622869</guid>
      <dc:creator>larry_alwin</dc:creator>
      <dc:date>2018-11-29T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make GetCurrentSelections return multiple values once using multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1533296#M622870</link>
      <description>Hi Larry,&lt;BR /&gt;&lt;BR /&gt;Trying to remember! I think we went down the route of duplicating the product code field so it had a 1 to 1 relationship with our true field, then passing this selection set to the duplicate field and envoking a select possible in the real field after that - with the duplicate field being hidden by using the hideprefix.</description>
      <pubDate>Tue, 22 Jan 2019 13:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-GetCurrentSelections-return-multiple-values-once/m-p/1533296#M622870</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2019-01-22T13:59:07Z</dc:date>
    </item>
  </channel>
</rss>

