<?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: Retrieving the nth selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339412#M831544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What details do you want shown in the text box? If varEvno = 3, what should the text be? For the saved selection, is it "On this day the 6th, I ate 0 oranges"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 09:32:49 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2017-06-22T09:32:49Z</dc:date>
    <item>
      <title>Retrieving the nth selection</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339410#M831542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks, &lt;/P&gt;&lt;P&gt;Please help me. I am floundering and clearly barking up the wrong tree. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my attached qvw file I have a chart that plots vertical lines whenever there is an event.&lt;/P&gt;&lt;P&gt;It's too much information for me to display the details of each event on the chart, so I would like the user to be able to select the nth result and have it highlighted on the chart with the details appearing in a text box. . &lt;/P&gt;&lt;P&gt;I can't use popup labels because this chart will be going underneath another chart, which is in an alternate state. &lt;/P&gt;&lt;P&gt;I don't have the space to have a table with a list of selected event dates and details (I don't think I do anyway) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've experimented with the RowNo() and Rank functions, but I think these are both inappropriate.&lt;/P&gt;&lt;P&gt;Any ideas? It doesn't have to be the user selecting 'n', just a way of allowing them to select which event they want to see the details for within the current selection (in the real application is obviously more complicated than simply selecting Date!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. Any help appreciated&lt;/P&gt;&lt;P&gt;Karen&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339410#M831542</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the nth selection</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339411#M831543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah! I have figured out the chart syntax.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The rank function was correct after all!&lt;/P&gt;&lt;P&gt;See attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need to figure out the syntax on the text box now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339411#M831543</guid>
      <dc:creator />
      <dc:date>2017-06-22T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the nth selection</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339412#M831544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What details do you want shown in the text box? If varEvno = 3, what should the text be? For the saved selection, is it "On this day the 6th, I ate 0 oranges"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339412#M831544</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2017-06-22T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the nth selection</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339413#M831545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would this text box expression give you what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(concat(Details, ';', Date), ';', varEvno)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339413#M831545</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2017-06-22T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving the nth selection</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339414#M831546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it! Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 09:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-the-nth-selection/m-p/1339414#M831546</guid>
      <dc:creator />
      <dc:date>2017-06-22T09:49:16Z</dc:date>
    </item>
  </channel>
</rss>

