<?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 Pick ith element from concat or similar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44882#M777279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I wish to pick the i'th element of a concatenated selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(1, concat( [Field], ', ' ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have thought that I should be possible however, currently the second argument is interpreted as a single argument and not as many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my approach possible and am I just missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>chrweber</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44882#M777279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I wish to pick the i'th element of a concatenated selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(1, concat( [Field], ', ' ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have thought that I should be possible however, currently the second argument is interpreted as a single argument and not as many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my approach possible and am I just missing something?&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/Pick-ith-element-from-concat-or-similar/m-p/44882#M777279</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44883#M777280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(Concat(DISTINCT [Field],', '),',',1)&lt;/P&gt;&lt;P&gt;//The above one is for picking 1st item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(Concat(DISTINCT [Field],', '),',',2)&lt;/P&gt;&lt;P&gt;// This is for 2nd item and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 19:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44883#M777280</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-16T19:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44884#M777281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. You can use distinct inside the concat function, if you have duplicate values in the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=Pick(1, $(=Concat( Chr(39) &amp;amp; [Field] &amp;amp; Chr(39), ', ')))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 02:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44884#M777281</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T02:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44885#M777282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. This was the combination I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a distinction between the two?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 03:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44885#M777282</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T03:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44886#M777283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. Which two you are asking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 03:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44886#M777283</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T03:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44887#M777284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=Pick(1, $(=Concat( Chr(39) &amp;amp; [Field] &amp;amp; Chr(39), ', ')))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;vs &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=SubField(Concat(DISTINCT [Field],', '),',',1)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 03:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44887#M777284</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T03:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44888#M777285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iterating on that, I would like to use that further so that I can use the single value in some elaborate expression:&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;[Field]={$(=SubField(GetFieldSelections( [Field],', ',3),',',1))}&amp;gt;}&amp;nbsp; [Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I do not understand the parsing of expressions good enough yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 04:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44888#M777285</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T04:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44889#M777286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both will show the same result. If you want to check how it is working, you can create a straight table and leave the dimension tab blank and add your expression like below. This way you can easily identify how the expression is parsing the value and debug your expression if required. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="199812" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199812_Capture.PNG" style="height: 238px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, &lt;SPAN style="font-size: 13.3333px;"&gt; you have to add single quotes. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;]={&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;$(=SubField(GetFieldSelections( [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;],', ',3),',',1))&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}&amp;nbsp; [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 04:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44889#M777286</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T04:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44890#M777287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got the solution, please close the thread by marking correct and helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44890#M777287</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T05:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44891#M777288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, the placement of char(39) is still a mystery to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, it appears that I cannot select the second element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;]={&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;$(=SubField(GetFieldSelections( [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;],', ',3),',',2))&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}&amp;nbsp; [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44891#M777288</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T05:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44892#M777289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue with the space after comma in the Getfieldselections delimiter parameter. To understand this better, please see below screenshot. Have a look at the attached file. You can check easily spot the issue by adding the expression straight table like below &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199822_Capture.PNG" style="height: 302px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44892#M777289</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44893#M777290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Spotted! Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44893#M777290</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T05:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44894#M777291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Christoph Weber wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you, the placement of char(39) is still a mystery to me.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Chr(39) is nothing but a single quote. We have to add single quotes around the selected values so I just used chr(39) here. You may ask why not use single quotes directly. If we use single quotes around the filed name then QlikView will consider that as a Text instead of field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199823_Capture.PNG" style="height: 240px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below link may help you to understand about Ascii table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.asciitable.com/" title="https://www.asciitable.com/"&gt;https://www.asciitable.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44894#M777291</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T05:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44895#M777292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem. Have a fantastic day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44895#M777292</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T05:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44896#M777293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for that explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know about the effects and ' as well as the use of chr(39).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just its application together with the $-expansion that has me at a loss, sometimes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44896#M777293</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T05:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44897#M777294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with you. Sometimes it will confuse us. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44897#M777294</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T05:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44898#M777295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the momentum of this discussion and would like to go a little beyond the scope of the question:&lt;/P&gt;&lt;P&gt;And want to relate to your answers here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/215981"&gt;How to get rank positions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small selection and a number field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to show the rank of one specific field by somehow extending the following: =aggr(Rank( sum( {1} [Numbers]) ) , [Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my failing solution, so far.&lt;/P&gt;&lt;P&gt;=aggr(Rank( sum( {1&amp;lt;[Field]={'$(=SubField(GetFieldSelections( [Field],',',3),',',1))'}&amp;gt;} [Numbers]) ) , [Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 06:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44898#M777295</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44899#M777296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry. Could you please explain with sample data and expected output. It will be really easy for me to provide you some idea. Hope this is fine with you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 06:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44899#M777296</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T06:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44900#M777298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;Field, Numbers&lt;/P&gt;&lt;P&gt;A , 1&lt;/P&gt;&lt;P&gt;B, 2&lt;/P&gt;&lt;P&gt;C, 3&lt;/P&gt;&lt;P&gt;D, 4&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming any selection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the Rank of Element 'C' in a Textbox (or some other object with similar proeprties)&lt;/P&gt;&lt;P&gt;Basically:&lt;/P&gt;&lt;P&gt;=aggr(Rank( sum( {1&amp;lt;[Field]={'C'}&amp;gt;} [Numbers]) ) , [Field])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be &lt;STRONG&gt;2&lt;/STRONG&gt; (As it has the second highest Number - I hope I apply Rank correctly)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44900#M777298</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-17T07:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pick ith element from concat or similar</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44901#M777301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply try below expression in textbox, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Rank( sum( {1} [Numbers]) ),Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-ith-element-from-concat-or-similar/m-p/44901#M777301</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-04-17T07:16:40Z</dc:date>
    </item>
  </channel>
</rss>

