<?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: trying to get a specific value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212993#M388809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up using the peek function in the script to get each value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 14:34:41 GMT</pubDate>
    <dc:creator>bbax1234</dc:creator>
    <dc:date>2016-10-27T14:34:41Z</dc:date>
    <item>
      <title>trying to get a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212990#M388806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table and I have arranged it in ascending order ( for first 3 values). now I need to get the specific values of each row/ column combination. I need to put the value of each element in a different text box eg Text box 1 value=team a,text box 2 value =team b and so on&lt;/P&gt;&lt;P&gt;for eg table is&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 392px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;F1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;F2&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;F3&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;=sum(F4)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;134&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;team a&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;product a&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;region a&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;team b&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;product a&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;region b&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;team c&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;product c&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;region a&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;P&gt;46&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I tried using fieldvalue function but it is not giving me the expected answer. Please find the qvw attached.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141782_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I am getting product c where i should be getting product a and I am getting null when I should be getting product c. Any idea what I am doing wrong. Or is there any other function which I should use.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 19:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212990#M388806</guid>
      <dc:creator>bbax1234</dc:creator>
      <dc:date>2016-10-24T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212991#M388807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if you sorted your table in a specific order, you can't rely on the FieldValue() function to return the expected results - depending on the number of duplicate values in each field, you may or may not get the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest using Set Analysis to specify what element of the data you want to see in which text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Learn advanced QlikView and Qlik Sense techniques in my book &lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=CVZRHMG6CVR2FGTA"&gt;QlikView Your Business&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 20:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212991#M388807</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-10-24T20:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212992#M388808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only({&amp;lt;F1 = {'* b'}&amp;gt;}F2)&lt;/STRONG&gt;&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/141784_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 20:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212992#M388808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-24T20:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212993#M388809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up using the peek function in the script to get each value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-get-a-specific-value/m-p/1212993#M388809</guid>
      <dc:creator>bbax1234</dc:creator>
      <dc:date>2016-10-27T14:34:41Z</dc:date>
    </item>
  </channel>
</rss>

