<?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: Position of value in field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377969#M821782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much - that works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what order the field index works on? Is it load order, or alphabetical...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Worked it out myself! Load order it is!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 09:21:43 GMT</pubDate>
    <dc:creator>jessica_webb</dc:creator>
    <dc:date>2017-08-10T09:21:43Z</dc:date>
    <item>
      <title>Position of value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377967#M821780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway to get a textbox to return the position a value has in a field - this is specifically for use in a QV report where I am looping over said field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. This is my field and its values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="164" style="border: 1px solid rgb(0, 0, 0); width: 94px; height: 166px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report is going to loop over field 'Dim', so I'll have one report for 'A', one for 'B' etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want from my text box, is firstly for it to display the field value:&lt;/P&gt;&lt;P&gt;=Dim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then for it to tell me the number of the field value, according to its order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would end up with &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;E - 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even better if it could tell me the total values too, so:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A - 1/5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B - 2/5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C - 3/5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;D - 4.5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;E - 5/5&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/Position-of-value-in-field/m-p/1377967#M821780</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Position of value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377968#M821781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;=Dim&amp;amp;'-'&amp;amp;FieldIndex('Dim', Dim)&amp;amp;'/'&amp;amp;FieldValueCount('Dim')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377968#M821781</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-10T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Position of value in field</title>
      <link>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377969#M821782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much - that works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what order the field index works on? Is it load order, or alphabetical...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Worked it out myself! Load order it is!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 09:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Position-of-value-in-field/m-p/1377969#M821782</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-08-10T09:21:43Z</dc:date>
    </item>
  </channel>
</rss>

