<?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: need dynamic index for current selected field value list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502597#M187778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if your new index shall be based on Index_Fix, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rank( -only(Index_Fix) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 14:26:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-08-16T14:26:49Z</dc:date>
    <item>
      <title>need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502595#M187776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how can i get a dynamic index field&amp;nbsp; that assigns the current selection a number in asc order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rowno() as Index_Fix&lt;/P&gt;&lt;P&gt;from table.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would be the fix index. if i filter and get&amp;nbsp; a subset of rows, the index_fix will display numbers assigned to the corresponding field in the table. Assume i have Num Rows = 100. If i filter in my application, my current selection accounts for,say 23 rows. I want to create a dynamic index, which assigns to the current selection a number in numerical order: 1,2,3,4,5, ... 23. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do a second filter of fields and i get as current selection 4 rows, then my dynamic index shall assign to the rows 1,2,3,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would this be possible?&lt;/P&gt;&lt;P&gt;thanks for any help&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502595#M187776</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502596#M187777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using just rowno() as expression in your chart, or rowno(total) if your chart has multiple dimensions. Then you can use the Sort option to get the order correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502596#M187777</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T14:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502597#M187778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if your new index shall be based on Index_Fix, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rank( -only(Index_Fix) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502597#M187778</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502598#M187779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;how would that be in a text object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502598#M187779</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502599#M187780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement is the following:&lt;/P&gt;&lt;P&gt;from the inital table, A are comments, so every comment is different. B is the contactID and it is linked to other tables in the model which i use as filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display all comments in a sequence in a diagram box, in form of a comment diagram. So the only thing that came to my mind, was to sort the filtered comments and to put them in text objects based on the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user shall be able to scroll down the comments to see all filtered ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502599#M187780</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502600#M187781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; i posted the requirement, this was only a middle step, probably there are easier ones&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502600#M187781</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T14:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502601#M187782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not sure what you want to achieve, maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat(FieldA, ', ', Index_Fix)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502601#M187782</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502602#M187783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for this&lt;/P&gt;&lt;P&gt;i want to get the filtered comments displayed, one by one, in text boxes, as indicated in the requirement.&lt;/P&gt;&lt;P&gt;the index shall help to sort the comments, but maybe there is another easier way to reach the same final goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502602#M187783</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502603#M187784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I personally would not use text boxes, but if that's your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create as many text boxes as possibly needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In each textbox, create an expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Index_Fix = {1} &amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Index_Fix = {2} &amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Index_Fix = {3} &amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Index_Fix = {4} &amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe use a show condition for your text box to hide text boxes not needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe this is a better idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your number of lines / text boxes is limited to say 10 after selection, create 10 text boxes with an expression like&lt;/P&gt;&lt;P&gt;=FirstSortedValue( FieldA, Index_Fix, 1)&lt;/P&gt;&lt;P&gt;=FirstSortedValue( FieldA, Index_Fix, 2)&lt;/P&gt;&lt;P&gt;=FirstSortedValue( FieldA, Index_Fix, 3)&lt;/P&gt;&lt;P&gt;=FirstSortedValue( FieldA, Index_Fix, 4)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502603#M187784</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502604#M187785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i attached a doc&lt;/P&gt;&lt;P&gt;i filtered already and want to display one by one the text content in a different text box. Text boxes shall vary according to the selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would recommend as an easiest way to display the text list? (the comment diagramm is because they want this to look nice)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502604#M187785</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T15:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502605#M187786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample of my latest suggested approach (FirstSortedValue() and show conditions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502605#M187786</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502606#M187787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example for another option using one text box to display the texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502606#M187787</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502607#M187788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice idea, I am a little fan of the valueloop() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A more traditional way to do the same might be (and also getting the sorting right):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat( aggr(rank(-index_fix) &amp;amp; ' - ' &amp;amp; text ,index_fix), chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502607#M187788</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T15:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502608#M187789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, this is really good, goes in line with the requirement, but it seems it is not practical for a big number of comments, it is working well, it will be very tedius with more than 2,000 comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502608#M187789</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502609#M187790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Yeah, that's a lot simpler. But index_fix is fixed. I thought the idea was to generate the index based on the number of selections and always starting from 1. Though the sorting then is hopeless of course &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502609#M187790</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502610#M187791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, this is very practical, even though like as what the requirments owner wanted&lt;/P&gt;&lt;P&gt;easy to display 100s of comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502610#M187791</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502611#M187792</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;But index_fix is fixed. I thought the idea was to generate the index based on the number of selections and always starting from 1. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I think the rank() should take care of that. Attached your modified sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502611#M187792</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T15:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502612#M187793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I don't see why you can't use a straight table with some formatting to make it look like a text box. See attached example (the yellow object on the left).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502612#M187793</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502613#M187794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, of course. Silly me. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 16:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502613#M187794</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: need dynamic index for current selected field value list</title>
      <link>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502614#M187795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perfect,&amp;nbsp; the table is better, it is just that the req owner wanted each comment in a "comments diagram", which is an image (.png) &lt;/P&gt;&lt;P&gt;that was the reason&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 16:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-dynamic-index-for-current-selected-field-value-list/m-p/502614#M187795</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-16T16:08:48Z</dc:date>
    </item>
  </channel>
</rss>

