<?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 An alternative for Fieldvalue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972036#M950758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I desperately need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with 2 column Id and Description. I want to return in a text box the Description when the Id = v_Value (contains one of the Ids in the table). &lt;/P&gt;&lt;P&gt;Meaning, I do not want to filter the table with the Id value. &lt;/P&gt;&lt;P&gt;I looking for something like Peek function that can be used in an expression and not the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Fieldvalue() but it returns a random description value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you!!&lt;/P&gt;&lt;P&gt;Hila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 11:53:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-08T11:53:23Z</dc:date>
    <item>
      <title>An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972036#M950758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I desperately need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with 2 column Id and Description. I want to return in a text box the Description when the Id = v_Value (contains one of the Ids in the table). &lt;/P&gt;&lt;P&gt;Meaning, I do not want to filter the table with the Id value. &lt;/P&gt;&lt;P&gt;I looking for something like Peek function that can be used in an expression and not the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Fieldvalue() but it returns a random description value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you!!&lt;/P&gt;&lt;P&gt;Hila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972036#M950758</guid>
      <dc:creator />
      <dc:date>2015-12-08T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972037#M950759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using Only() with set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only({&amp;lt;Id = {'v_Value'}&amp;gt;}Description)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972037#M950759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-08T11:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972038#M950760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have only one active ID something like only(Description) will work. Fieldvalue returned the values in load-order - if you couldn't catch them in this way you need a combination of fieldvalue and fieldindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972038#M950760</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-08T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972039#M950761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Only() as well as suggested by Sunny and may be this as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Id=$(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;v_Value&lt;/STRONG&gt;), &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Description)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 12:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972039#M950761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T12:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972040#M950762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if there are &lt;STRONG&gt;multiple Ids&lt;/STRONG&gt; that can have the value, try like:&lt;/P&gt;&lt;P&gt;='The value : '&amp;amp;$(v_Value)&amp;amp; ' Id description(s) - ' &amp;amp; &lt;STRONG&gt;Concat&lt;/STRONG&gt;( Distinct {&amp;lt;Id={'$(v_Value)'}&amp;gt;} Description , ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 12:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972040#M950762</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-08T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972041#M950763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working!!! Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 12:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972041#M950763</guid>
      <dc:creator />
      <dc:date>2015-12-08T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972042#M950764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;I used the only() and it works like a charm! &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, 08 Dec 2015 12:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972042#M950764</guid>
      <dc:creator />
      <dc:date>2015-12-08T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: An alternative for Fieldvalue</title>
      <link>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972043#M950765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &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, 08 Dec 2015 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-alternative-for-Fieldvalue/m-p/972043#M950765</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-08T13:05:27Z</dc:date>
    </item>
  </channel>
</rss>

