<?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: getSelectedValues always returns 100 macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623922#M229625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 12:49:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-24T12:49:12Z</dc:date>
    <item>
      <title>getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623919#M229622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write with a macro to a database. so far so good everything is working perfect if i have less than 100 values selected in my field. but as soon my selection is greater than 100 getSelectedValues.Count always returns 100 even though the count would be 190.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve this problem and has anyone came across this problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 12:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623919#M229622</guid>
      <dc:creator />
      <dc:date>2014-02-24T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623920#M229623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magdalena&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what exactly are you doing in your marco, but it may not be coincidence that 100 is a default row limit for File Wizard (User Preferences =&amp;gt; Design).&lt;/P&gt;&lt;P&gt;What's &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getSelectedValues&lt;/SPAN&gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 12:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623920#M229623</guid>
      <dc:creator />
      <dc:date>2014-02-24T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623921#M229624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getSelectedValues is a function were you can get all the selected values from a field in the macro. And my question is if there is a limit because then i have to figure something else out or if I am doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 12:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623921#M229624</guid>
      <dc:creator />
      <dc:date>2014-02-24T12:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623922#M229625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 12:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623922#M229625</guid>
      <dc:creator />
      <dc:date>2014-02-24T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623923#M229626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magdalena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value for the count of values returned is 100. To change this limit you can use the following sentence in your macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedValues&lt;/STRONG&gt;(Integer MaxNoOfValues, Boolean UseDefaultSortOrder)&lt;/P&gt;&lt;P&gt;For example &lt;STRONG&gt;GetSelectedValues&lt;/STRONG&gt;(120)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am not sure if this function allow values more bigger than 100 but you can try with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623923#M229626</guid>
      <dc:creator />
      <dc:date>2014-02-24T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623924#M229627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you answer!! It solved this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 13:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623924#M229627</guid>
      <dc:creator />
      <dc:date>2014-02-24T13:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623925#M229628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magdalena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunaly GetPossibleValues().Count returns max 100.&lt;/P&gt;&lt;P&gt;You can set the number in the statement e.g.&lt;/P&gt;&lt;P&gt;GetPossibleValues(500).Count&lt;/P&gt;&lt;P&gt;this will count the values until 500.&lt;/P&gt;&lt;P&gt;I have not find a way to set this limit dependend on the numbers of datas&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 13:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623925#M229628</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-02-24T13:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: getSelectedValues always returns 100 macro</title>
      <link>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623926#M229629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just created an action on any selectionn were I set the value of a variable v=getSelectedCount(fieldname) and then i am getting the value of this variable in my macro like var = ActiveDocument.Variables("v").GetContent.String and then you use getSelectedValues(var).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 13:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getSelectedValues-always-returns-100-macro/m-p/623926#M229629</guid>
      <dc:creator />
      <dc:date>2014-02-24T13:17:54Z</dc:date>
    </item>
  </channel>
</rss>

