<?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 get the order of selections? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654595#M239163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 11:57:21 GMT</pubDate>
    <dc:creator>carvalguil</dc:creator>
    <dc:date>2014-10-03T11:57:21Z</dc:date>
    <item>
      <title>How to get the order of selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654594#M239162</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;my requirement is very strict: I need to get, based on a field, the order of selection based on user clicks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: if my field has these values: 1 2 3 4, and the user selects 4,3,1,2 then I would like to get into separate variables 4,3,2,1 in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I accomplish that? Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 08:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654594#M239162</guid>
      <dc:creator />
      <dc:date>2014-10-03T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the order of selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654595#M239163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 11:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654595#M239163</guid>
      <dc:creator>carvalguil</dc:creator>
      <dc:date>2014-10-03T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the order of selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654596#M239164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guilherme,&lt;/P&gt;&lt;P&gt;thanks for your answer, it may be done in this way!&lt;/P&gt;&lt;P&gt;But I was looking for a way to select the values through Ctrl button. If you test this scenario on your qvw, it will order the selected values not by click to select but by number (in this case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other thought?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654596#M239164</guid>
      <dc:creator />
      <dc:date>2014-10-03T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the order of selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654597#M239165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, that was all I have. I believe it's not possible to accomplish what you're looking for. Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guilherme&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654597#M239165</guid>
      <dc:creator>carvalguil</dc:creator>
      <dc:date>2014-10-03T16:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get the order of selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654598#M239166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;attached is a Macro that I created for this purpose!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 06:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-order-of-selections/m-p/654598#M239166</guid>
      <dc:creator />
      <dc:date>2014-10-14T06:39:42Z</dc:date>
    </item>
  </channel>
</rss>

