<?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 Display value from field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-value-from-field/m-p/550734#M205674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple question, how can I just show the value from i field in a syntax like this:&lt;/P&gt;&lt;P&gt;??????({$&amp;lt;WeekCounter={"&amp;gt;$(#=max(WeekCounter-4))"}}&amp;gt;} Head_goal)&lt;/P&gt;&lt;P&gt;Head_goal has values like 97,0. So I don't need sum or count any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 14:34:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T14:34:21Z</dc:date>
    <item>
      <title>Display value from field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-value-from-field/m-p/550734#M205674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple question, how can I just show the value from i field in a syntax like this:&lt;/P&gt;&lt;P&gt;??????({$&amp;lt;WeekCounter={"&amp;gt;$(#=max(WeekCounter-4))"}}&amp;gt;} Head_goal)&lt;/P&gt;&lt;P&gt;Head_goal has values like 97,0. So I don't need sum or count any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-value-from-field/m-p/550734#M205674</guid>
      <dc:creator />
      <dc:date>2014-01-22T14:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display value from field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-value-from-field/m-p/550735#M205675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may be looking for the only() function:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;only(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic"&gt;[{set_expression}][ distinct ] [ total [&amp;lt;fld {, fld}&amp;gt;]] expression&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s) contain one single value, that value is returned, else NULL is returned. &lt;SPAN class="Bold"&gt;Only&lt;/SPAN&gt; can return numeric values as well as text values.&lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;only( Sales )&lt;/P&gt;
&lt;P class="Code"&gt;only( Price*Quantity )&lt;/P&gt;
&lt;P class="Code"&gt;only( total Salesman )&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, if you have more than one value, you may want to use concat() as only() will not show anything if there is more than one value in the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-value-from-field/m-p/550735#M205675</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T14:38:28Z</dc:date>
    </item>
  </channel>
</rss>

